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@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
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
