Skip to main content

Skip vm-intro

Posted by nivas.chandrashekar on Tue, 08/17/2010

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.


Submitted by eeman on Tue, 08/17/2010 Permalink

[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'.

Submitted by nivas.chandrashekar on Tue, 08/17/2010 Permalink

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