mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
Fix voicemail
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@988 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
Makefile
2
Makefile
@@ -237,8 +237,8 @@ bininstall: all
|
|||||||
else \
|
else \
|
||||||
mkdir -p $(ASTSPOOLDIR)/voicemail/default; \
|
mkdir -p $(ASTSPOOLDIR)/voicemail/default; \
|
||||||
rm -f $(ASTSPOOLDIR)/vm; \
|
rm -f $(ASTSPOOLDIR)/vm; \
|
||||||
ln -s $(ASTSPOOLDIR)/voicemail/default $(ASTSPOOLDIR)/vm; \
|
|
||||||
fi
|
fi
|
||||||
|
ln -s $(ASTSPOOLDIR)/voicemail/default $(ASTSPOOLDIR)/vm
|
||||||
rm -f $(ASTMODULESDIR)/chan_ixj.so
|
rm -f $(ASTMODULESDIR)/chan_ixj.so
|
||||||
rm -f $(ASTMODULESDIR)/chan_tor.so
|
rm -f $(ASTMODULESDIR)/chan_tor.so
|
||||||
mkdir -p $(ASTVARLIBDIR)/sounds
|
mkdir -p $(ASTVARLIBDIR)/sounds
|
||||||
|
Reference in New Issue
Block a user