Link to home
Start Free TrialLog in
Avatar of jmkotman
jmkotmanFlag for United States of America

asked on

Trixbox VM Blasting

I have a couple of VM Blasting groups setup.  I would like it to not prompt me to press 1 and not play the first person's greeting.  Is this possible?
Thanks,
Jon

[app-vmblast]
include => app-vmblast-custom
exten => vmblast,1(digits),ExecIf($["${DIGITS}" != ""],SayDigits,${DIGITS})
exten => vmblast,n(msg),ExecIf($["${MSG}" != ""],Background,${MSG})
exten => vmblast,n,Background(if-correct-press&digits/1)
exten => vmblast,n,WaitExten(20,)
exten => vmblast,n,Playback(sorry-youre-having-problems&goodbye)
exten => vmblast,n,Hangup
exten => 1,1,VoiceMail(${GRPLIST:1},s)
exten => 1,n,Hangup

; end of [app-vmblast]

ASKER CERTIFIED SOLUTION
Avatar of Ron Malmstead
Ron Malmstead
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial