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:
Matt O'Gorman
2006-08-16 20:32:19 +00:00
parent 159d9d2a3b
commit e502e644df
2 changed files with 16 additions and 18 deletions

View File

@@ -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