From: Jason Parker Date: Tue, 16 Jan 2007 22:07:53 +0000 (+0000) Subject: change documentation to reflect new procedure in 1.4/trunk X-Git-Tag: 1.4.1~271 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=da01057b5e3997c2a0d7d6decc436297949a7a7b;p=thirdparty%2Fasterisk.git change documentation to reflect new procedure in 1.4/trunk git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@51165 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/doc/voicemail_odbc_postgresql.txt b/doc/voicemail_odbc_postgresql.txt index 98a8af7c39..722e60774d 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.