aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authormogorman <mogorman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-16 20:32:19 +0000
committermogorman <mogorman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-16 20:32:19 +0000
commitfe5c8c9b835329d0599eafea4e516bcad47fdae3 (patch)
tree96918eae28038962580849e32aa06f0085c192f1 /doc
parent6a55f39b0e954dc11051cd6493bff5956dba4993 (diff)
fixed imap bug and updated syntax.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40107 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rw-r--r--doc/imapstorage.txt12
1 files changed, 5 insertions, 7 deletions
diff --git a/doc/imapstorage.txt b/doc/imapstorage.txt
index 401fee973..b71659b91 100644
--- a/doc/imapstorage.txt
+++ b/doc/imapstorage.txt
@@ -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