[asterisk-users] dial option 'g' not working
M S
101mcs at gmail.com
Tue Feb 8 22:11:50 CST 2011
Hi,
I'm trying to get my dialplan to continue executing in the current context
after a third-party is called and hangs up. It seems like it should be
straightforward but it's not working.
Here's what I have in extensions.conf:
exten => 333,1,Answer()
exten => 333,n,Playback(hello)
exten => 333,n,Dial(SIP/19992223333 at sipcarrier,,g)
exten => 333,n,Playback(hello)
exten => 333,n,Playback(hello)
exten => 333,n,Playback(hello)
exten => 333,n,Hangup()
The 9992223333 number is dialed, but after that party hangs up, there's just
dead air. No hello's are played and nothing seems to be happening.
What am I doing wrong?
Thanks,
MS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110208/47514768/attachment.htm>
More information about the asterisk-users
mailing list