aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-16 22:07:53 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-16 22:07:53 +0000
commit1ae6b2be230c3b5cdffe25e7bb44a3eaac768bb0 (patch)
tree5fd901928c320b14e9f682fe39ec49c4f66b4a4a /doc
parentbf8b00caeb2f2d7aa3b41e531caafb37ddadbbeb (diff)
change documentation to reflect new procedure in 1.4/trunk
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51165 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rw-r--r--doc/voicemail_odbc_postgresql.txt13
1 files changed, 2 insertions, 11 deletions
diff --git a/doc/voicemail_odbc_postgresql.txt b/doc/voicemail_odbc_postgresql.txt
index 98a8af7c3..722e60774 100644
--- a/doc/voicemail_odbc_postgresql.txt
+++ b/doc/voicemail_odbc_postgresql.txt
@@ -84,17 +84,8 @@ Could not connect to remote socket.
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.