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

markster at lists.digium.com markster at lists.digium.com
Thu May 20 03:45:36 CDT 2004


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

Modified Files:
	voicemail.conf.sample 
Log Message:
Make playback of envelope a configurable option (bug #1683)


Index: voicemail.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/voicemail.conf.sample,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- voicemail.conf.sample	10 May 2004 13:27:39 -0000	1.30
+++ voicemail.conf.sample	20 May 2004 07:58:15 -0000	1.31
@@ -90,24 +90,30 @@
 ; received, to the given mailbox. If pager is specified, a message will be sent there as well.
 ;
 ; Advanced options example is extension 4069
-; NOTE: All options can be expressed globally in the general section, and overriden in the per-mailbox settings.
-; 
-; tz=central (timezone from zonemessages above)
-; attach=yes (attach the voicemail to the notification email *NOT* the pager email)
-; saycid=yes (say the caller id information before the message. If not described, or set to no, it will be in the envelope)
-; dialout=fromvm (context to dial out from [option 4 from the advanced menu]; if not listed, dialing out will not be permitted)
-; callback=fromvm (context to call back from; if not listed, calling the sender back will not be permitted) 
-; review=yes (allow sender to review/rerecord their message before saving it)
-; operator=yes (allow sender to hit 0 after leaving a voicemail to reach an operator)
+; NOTE: All options can be expressed globally in the general section, and overriden in the per-mailbox 
+; settings.
 ; 
-
+; tz=central 		; Timezone from zonemessages above
+; attach=yes 		; Attach the voicemail to the notification email *NOT* the pager email
+; saycid=yes 		; Say the caller id information before the message. If not described, 
+			;     or set to no, it will be in the envelope
+; dialout=fromvm 	; Context to dial out from [option 4 from the advanced menu]
+			;     if not listed, dialing out will not be permitted
+; callback=fromvm 	; Context to call back from  
+			;     if not listed, calling the sender back will not be permitted
+; review=yes 		; Allow sender to review/rerecord their message before saving it [OFF by default
+; operator=yes 		; Allow sender to hit 0 before/after/during  leaving a voicemail to 
+			;     reach an operator  [OFF by default]
+; 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
+			
 
 [default]
 1234 => 4242,Example Mailbox,root at localhost
 ;4200 => 9855,Mark Spencer,markster at linux-support.net,mypager at digium.com,attach=no|serveremail=myaddy at digium.com|tz=central
 ;4300 => 3456,Ben Rigas,ben at american-computer.net
 ;4310 => 5432,Sales,sales at marko.net
-;4069 => 6522,Matt Brooks,matt at marko.net,,|tz=central|attach=yes|saycid=yes|dialout=fromvm|callback=fromvm|review=yes|operator=yes 
+;4069 => 6522,Matt Brooks,matt at marko.net,,|tz=central|attach=yes|saycid=yes|dialout=fromvm|callback=fromvm|review=yes|operator=yes|envelope=yes
 ;4110 => 3443,Rob Flynn,rflynn at blueridge.net
 
 ;




More information about the svn-commits mailing list