From b56ba714346f59b0718d1cf1c6fa427232a6a5be Mon Sep 17 00:00:00 2001 From: markster Date: Wed, 28 Apr 2004 04:33:16 +0000 Subject: Merge bug 1483 -- advanced voicemail options git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2792 f38db490-d61c-443f-a65b-d21fe96a405b --- configs/voicemail.conf.sample | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'configs/voicemail.conf.sample') diff --git a/configs/voicemail.conf.sample b/configs/voicemail.conf.sample index 3a97fbd54..37648accb 100755 --- a/configs/voicemail.conf.sample +++ b/configs/voicemail.conf.sample @@ -86,12 +86,26 @@ central24=America/Chicago|'vm-received' q 'digits/at' H 'digits/hundred' M 'hour ; 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@localhost ;4200 => 9855,Mark Spencer,markster@linux-support.net,mypager@digium.com,attach=no|serveremail=myaddy@digium.com|tz=central ;4300 => 3456,Ben Rigas,ben@american-computer.net ;4310 => 5432,Sales,sales@marko.net -;4069 => 6522,Matt Brooks,matt@marko.net +;4069 => 6522,Matt Brooks,matt@marko.net,,|tz=central|attach=yes|saycid=yes|dialout=fromvm|callback=fromvm|review=yes|operator= +yes ;4110 => 3443,Rob Flynn,rflynn@blueridge.net ; -- cgit v1.2.3