[Asterisk-Users] Dial command in extensions
    Kevin Bockman 
    asterisk at wunderkin.com
       
    Mon Oct 17 21:21:10 MST 2005
    
    
  
Patrick 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 with "h" (for hangup):
> 
> exten => 1234,1,Dial...
> exten => 1234,h,.......
He actually meant the 'h' exten and not priority:
exten => h,1,blah
but that would execute on everything in the context.  Someone else 
suggested the g option on Dial.
Kevin
    
    
More information about the asterisk-users
mailing list