[svn-commits] qwell: trunk r48231 - in /trunk: ./ configs/voicemail.conf.sample

svn-commits at lists.digium.com svn-commits at lists.digium.com
Mon Dec 4 10:55:38 MST 2006


Author: qwell
Date: Mon Dec  4 11:55:38 2006
New Revision: 48231

URL: http://svn.digium.com/view/asterisk?view=rev&rev=48231
Log:
Merged revisions 48230 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r48230 | qwell | 2006-12-04 11:54:46 -0600 (Mon, 04 Dec 2006) | 4 lines

Add documentation to voicemail.conf.sample for ODBC storage.

Issue 8499 - patch by blitzrage.

........

Modified:
    trunk/   (props changed)
    trunk/configs/voicemail.conf.sample

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/configs/voicemail.conf.sample
URL: http://svn.digium.com/view/asterisk/trunk/configs/voicemail.conf.sample?view=diff&rev=48231&r1=48230&r2=48231
==============================================================================
--- trunk/configs/voicemail.conf.sample (original)
+++ trunk/configs/voicemail.conf.sample Mon Dec  4 11:55:38 2006
@@ -87,6 +87,12 @@
 ;fromstring=The Asterisk PBX
 ; Permit finding entries for forward/compose from the directory
 ;usedirectory=yes
+; Voicemail can be stored in a database using the ODBC driver.
+; The value of odbcstorage is the database connection configured
+; in res_odbc.conf.
+;odbcstorage=asterisk
+; The default table for ODBC voicemail storage is voicemessages.
+;odbctable=voicemessages
 ;
 ; Change the from, body and/or subject, variables:
 ;     VM_NAME, VM_DUR, VM_MSGNUM, VM_MAILBOX, VM_CALLERID, VM_CIDNUM,



More information about the svn-commits mailing list