mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +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 \
|
||||
mkdir -p $(ASTSPOOLDIR)/voicemail/default; \
|
||||
rm -f $(ASTSPOOLDIR)/vm; \
|
||||
ln -s $(ASTSPOOLDIR)/voicemail/default $(ASTSPOOLDIR)/vm; \
|
||||
fi
|
||||
ln -s $(ASTSPOOLDIR)/voicemail/default $(ASTSPOOLDIR)/vm
|
||||
rm -f $(ASTMODULESDIR)/chan_ixj.so
|
||||
rm -f $(ASTMODULESDIR)/chan_tor.so
|
||||
mkdir -p $(ASTVARLIBDIR)/sounds
|
||||
|
Reference in New Issue
Block a user