[Asterisk-cvs] asterisk/configs voicemail.conf.sample,1.24,1.25

markster at lists.digium.com markster at lists.digium.com
Wed Apr 28 00:26:50 CDT 2004


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

Modified Files:
	voicemail.conf.sample 
Log Message:
Merge bug 1483 -- advanced voicemail options


Index: voicemail.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/voicemail.conf.sample,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- voicemail.conf.sample	6 Apr 2004 21:52:42 -0000	1.24
+++ voicemail.conf.sample	28 Apr 2004 04:33:16 -0000	1.25
@@ -86,12 +86,26 @@
 ; if the e-mail is specified, a message will be sent when a message is
 ; 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)
+; 
+
+
 [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
+;4069 => 6522,Matt Brooks,matt at marko.net,,|tz=central|attach=yes|saycid=yes|dialout=fromvm|callback=fromvm|review=yes|operator=
+yes 
 ;4110 => 3443,Rob Flynn,rflynn at blueridge.net
 
 ;




More information about the svn-commits mailing list