summaryrefslogtreecommitdiff
path: root/doc/imapstorage.txt
diff options
context:
space:
mode:
authorMatt O'Gorman <mogorman@digium.com>2006-08-16 20:32:19 +0000
committerMatt O'Gorman <mogorman@digium.com>2006-08-16 20:32:19 +0000
commite502e644df321c3da8f1937644b757c29ada4243 (patch)
tree96918eae28038962580849e32aa06f0085c192f1 /doc/imapstorage.txt
parent159d9d2a3b396ac9c0402460274908716c3cff33 (diff)
fixed imap bug and updated syntax.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40107 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'doc/imapstorage.txt')
-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