[asterisk-commits] qwell: branch 1.4 r48230 -
	/branches/1.4/configs/voicemail.conf.sample
    asterisk-commits at lists.digium.com 
    asterisk-commits at lists.digium.com
       
    Mon Dec  4 10:54:46 MST 2006
    
    
  
Author: qwell
Date: Mon Dec  4 11:54:46 2006
New Revision: 48230
URL: http://svn.digium.com/view/asterisk?view=rev&rev=48230
Log:
Add documentation to voicemail.conf.sample for ODBC storage.
Issue 8499 - patch by blitzrage.
Modified:
    branches/1.4/configs/voicemail.conf.sample
Modified: branches/1.4/configs/voicemail.conf.sample
URL: http://svn.digium.com/view/asterisk/branches/1.4/configs/voicemail.conf.sample?view=diff&rev=48230&r1=48229&r2=48230
==============================================================================
--- branches/1.4/configs/voicemail.conf.sample (original)
+++ branches/1.4/configs/voicemail.conf.sample Mon Dec  4 11:54:46 2006
@@ -83,6 +83,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 asterisk-commits
mailing list