[asterisk-commits] qwell: branch 1.4 r51165 - /branches/1.4/doc/voicemail_odbc_postgresql.txt

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Tue Jan 16 15:07:53 MST 2007


Author: qwell
Date: Tue Jan 16 16:07:53 2007
New Revision: 51165

URL: http://svn.digium.com/view/asterisk?view=rev&rev=51165
Log:
change documentation to reflect new procedure in 1.4/trunk

Modified:
    branches/1.4/doc/voicemail_odbc_postgresql.txt

Modified: branches/1.4/doc/voicemail_odbc_postgresql.txt
URL: http://svn.digium.com/view/asterisk/branches/1.4/doc/voicemail_odbc_postgresql.txt?view=diff&rev=51165&r1=51164&r2=51165
==============================================================================
--- branches/1.4/doc/voicemail_odbc_postgresql.txt (original)
+++ branches/1.4/doc/voicemail_odbc_postgresql.txt Tue Jan 16 16:07:53 2007
@@ -84,17 +84,8 @@
 bash: echo: write error: Broken pipe
 
 5) Compile Asterisk with support for ODBC voicemail.  Go to your Asterisk
-source directory and edit apps/Makefile, and uncomment the two lines as shown
-below:
-
-#
-# If you have UnixODBC you can use ODBC voicemail
-# storage
-#
-# Uncomment to use ODBC storage
-CFLAGS+=-DUSE_ODBC_STORAGE
-# Uncomment for extended ODBC voicemail storage
-CFLAGS+=-DEXTENDED_ODBC_STORAGE
+source directory and run `make menuselect`.  Under "Voicemail Build Options",
+enable "ODBC_STORAGE".
 # See doc/README.odbcstorage for more information
 
 Recompile Asterisk and install the new version.



More information about the asterisk-commits mailing list