summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2007-06-25 19:20:07 +0000
committerRussell Bryant <russell@russellbryant.com>2007-06-25 19:20:07 +0000
commitab56fcce5ce100a27bc3a50e57a95d56ac297fa6 (patch)
tree32f81066fe9a9bf731601603722cfc97538f8c8f /doc
parent82e20335195c832f6cacd2d4ce94b19eb0b4d590 (diff)
Allow compilation off app_voicemail with IMAP_STORAE against a system installed
version of the c-client library. (issue #10047, jcollie) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@71688 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'doc')
-rw-r--r--doc/imapstorage.tex33
1 files changed, 16 insertions, 17 deletions
diff --git a/doc/imapstorage.tex b/doc/imapstorage.tex
index 8cae24daa..fccdc43bb 100644
--- a/doc/imapstorage.tex
+++ b/doc/imapstorage.tex
@@ -19,10 +19,11 @@ additional voicemail functionality, including:
\subsubsection{University of Washington IMAP C-Client}
-You will need a source distribution of University of Washington's IMAP
-c-client (http://www.washington.edu/imap/). Asterisk supports both the
-2004 and 2006 versions of c-client, however mail\_expunge\_full is enabled
-in the 2006 version.
+If you do not have the University of Washington's IMAP c-client
+installed on your system, you will need to download the c-client
+source distribution (http://www.washington.edu/imap/) and compile it.
+Asterisk supports both the 2004 and 2006 versions of c-client, however
+mail\_expunge\_full is enabled in the 2006 version.
Note that Asterisk only uses the 'client' portion of the UW IMAP toolkit,
but building it also builds an IMAP server and various other utilities.
@@ -50,19 +51,17 @@ need to run 'make install'.
\subsubsection{Compiling Asterisk}
-Configure with ./configure --with-imap=/usr/src/imap
-or where ever you built thfe UWashington IMAP Toolkit. When you run
-'make menuselect', choose 'Voicemail Build Options' and the
-IMAP\_STORAGE option should be available for selection.
-
-Note that the --with-imap option will NOT search your system for an
-installed copy of the IMAP Toolkit c-client library; the Asterisk
-Makefiles and configure script are designed to build against an
-unpacked and compiled source tree of the IMAP Toolkit, not a binary
-distribution.
-
-After selecting it, use the 'x' key to exit menuselect and save
-your changes, and the build/install Asterisk normally.
+To use the system c-client library, configure Asterisk with
+./configure --with-imap=system. If you downloaded the c-client source
+and compiled it according to the above instructions, configure
+Asterisk with with ./configure --with-imap=/usr/src/imap or where ever
+you built the UWashington IMAP Toolkit. When you run 'make
+menuselect', choose 'Voicemail Build Options' and the IMAP\_STORAGE
+option should be available for selection.
+
+After selecting the IMAP\_STORAGE option, use the 'x' key to exit
+menuselect and save your changes, and the build/install Asterisk
+normally.
\subsection{Modify voicemail.conf}