[Asterisk-cvs] asterisk/configs voicemail.conf.sample,1.31,1.32

markster at lists.digium.com markster at lists.digium.com
Sat Jun 5 17:58:08 CDT 2004


Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv12593/configs

Modified Files:
	voicemail.conf.sample 
Log Message:
Fix voicemail.conf typo (bug #1794)


Index: voicemail.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/voicemail.conf.sample,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- voicemail.conf.sample	20 May 2004 07:58:15 -0000	1.31
+++ voicemail.conf.sample	5 Jun 2004 23:00:16 -0000	1.32
@@ -79,10 +79,6 @@
 ; R             24 hour time, including minute 
 ; 
 ; 
-[zonemessages] 
-eastern=America/New_York|'vm-received' Q 'digits/at' IMp 
-central=America/Chicago|'vm-received' Q 'digits/at' IMp 
-central24=America/Chicago|'vm-received' q 'digits/at' H 'digits/hundred' M 'hours'
 
 ;
 ; Each mailbox is listed in the form <mailbox>=<password>,<name>,<email>,<pager_email>,<options>
@@ -107,6 +103,10 @@
 ; envelope=no 		; Turn on/off envelope playback before message playback. [ON by default] 
 			;     This does NOT affect option 3,3 from the advanced options menu
 			
+[zonemessages]
+eastern=America/New_York|'vm-received' Q 'digits/at' IMp
+central=America/Chicago|'vm-received' Q 'digits/at' IMp
+central24=America/Chicago|'vm-received' q 'digits/at' H 'digits/hundred' M 'hours'
 
 [default]
 1234 => 4242,Example Mailbox,root at localhost




More information about the svn-commits mailing list