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 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
thats not were the option
thats not were the option goes
it goes in the script (aka dialplan) not in the voicemail.conf file
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
[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 , 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'.