Edwin Lam wrote:
is there anyway to make the dial command return and execute
the next line in the dial plan after the channel hangs up?

Try "g":

exten => 1234,1,dial(SIP/1234,,g)
exten => 1234,2,<do something>

g: When the called party hangs up, exit to execute more commands in the current context.

http://www.voip-info.org/wiki-Asterisk+cmd+Dial

I'm not sure if this is what you are looking for...
_______________________________________________
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to