mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
fixed imap bug and updated syntax.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40107 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -53,14 +53,12 @@ Compile c-client and verify that a c-client.a file has been generated.
|
||||
------------------
|
||||
Compiling Asterisk
|
||||
------------------
|
||||
Uncomment the following lines in apps/Makefile:
|
||||
|
||||
USE_IMAP_VM_INTERFACE=1
|
||||
UWCLIENT_HOME=/usr/src/imap/c-client <- path to c-client.a (above)
|
||||
CFLAGS+=-DUSE_IMAP_STORAGE
|
||||
|
||||
Type "make" in the asterisk directory. Do not attempt to make from the
|
||||
asterisk/apps directory.
|
||||
Configure with ./configure --with-imap=/usr/src/imap
|
||||
or where ever you built the University of Washington IMAP C-Client.
|
||||
Then make menuselect go to voicemail options and check the imap box
|
||||
then make, make install and asterisk will have imap storage support for
|
||||
voicemail.
|
||||
|
||||
---------------------
|
||||
Modify voicemail.conf
|
||||
|
Reference in New Issue
Block a user