search for: zapdial

Displaying 1 result from an estimated 1 matches for "zapdial".

Did you mean: radial
2004 May 02
1
Why don't I get a ringing sound?
I am using the following macro to dial a ZAP channel. When I dial in, * answers and I go to voicemail. I never hear any ringing, though. It doesn't work with the Ringing command before or after the Dial command. [macro-zapdial] ; ; call a ZAP extension for ${ARG2} seconds, and then voice mail ; ${ARG1} - Extension ; ${ARG2} - Time to ring exten => s,1,Dial(ZAP/${ARG1},${ARG2}) exten => s,2,ringing exten => s,3,Voicemail(u$[${ARG1} + 99]) ; match the channel to the mailbox exten => s,4,Goto(${ARG1},1) ; If...