Topic: Skip vm-intro [Comments: 5]
nivas.chandrashekar
Tue, 08/17/2010 - 16:36 | Skip vm-intro
I have a custom unavailable message for one of our tenant. I want to skip vm-intro file being played. Can someone tell me how to do this.
I have a custom unavailable message for one of our tenant. I want to skip vm-intro file being played. Can someone tell me how to do this.
Tue, 08/17/2010 - 23:59 | [Syntax]VoiceMail(mailbox[@co
[Syntax]VoiceMail(mailbox[@context][&mailbox[@context][&...]][,options])
[Arguments]
options
b: Play the 'busy' greeting to the calling party.
d([c]): Accept digits for a new extension in context <c>, if played
during the greeting. Context defaults to the current context.
g(#): Use the specified amount of gain when recording the voicemail
message. The units are whole-number decibels (dB). Only works on supported
technologies, which is DAHDI only.
s: Skip the playback of instructions for leaving a message to the
calling party.
u: Play the 'unavailable' greeting.
U: Mark message as 'URGENT'.
P: Mark message as 'PRIORITY'.
Erik Smith
CTO
BluegrassNet Voice
dCAP
Thirdlane Support by BluegrassNet Voice
eeman at bluegrassnetvoice dot com
Wed, 08/18/2010 - 00:14 | I have this mailbox options,
I have this mailbox options, but it still plays the vm-intro. Any ideas please
1 => 2676,Ron Smedley,ron.smedley@sraonline.net,,attach=yes|delete=no|s u
I have a space in between s and u
Wed, 08/18/2010 - 00:21 | thats not were the option
thats not were the option goes
it goes in the script (aka dialplan) not in the voicemail.conf file
Erik Smith
CTO
BluegrassNet Voice
dCAP
Thirdlane Support by BluegrassNet Voice
eeman at bluegrassnetvoice dot com
Wed, 08/18/2010 - 00:49 | This is what I have on my
This is what I have on my dial plan, please let me know if this is the right place to add the options
[macro-tl-goto-voicemail]
exten => s,1,VoiceMail(${ARG1},${ARG2})
exten => o,1,GotoIf($["${ARG3}" = ""]?check)
exten => o,n,Set(OPERATOR=${ARG3})
exten => o,n(check),GotoIf($["${OPERATOR}" != ""]?dial)
exten => o,n,Set(OPERATOR=0)
exten => o,n(dial),Dial(Local/${OPERATOR}@from-inside${TL_DASH}${tenant})
exten => a,1,VoiceMailMain(${ARG1})
exten => a,n,Hangup
Wed, 08/18/2010 - 02:24 | dont you see arg 2? what is
dont you see arg 2? what is it that _you_ interperate arg2 to be?
Erik Smith
CTO
BluegrassNet Voice
dCAP
Thirdlane Support by BluegrassNet Voice
eeman at bluegrassnetvoice dot com