[asterisk-users] Async AGI

Richard Mudgett rmudgett at digium.com
Wed Sep 5 11:28:32 CDT 2012


> Is there a way to execute next priority in the dialplan if you have
> called agi:async? I want to play warning message if adhearsion is
> down. Currently I wasn't able to make it work. The dialplan
> execution ends after the first priority.
> 
> 
> 
> [incomming]
> exten => _X.,1,AGI(agi:async)
> exten => _X.,2,Answer
> exten => _X.,3,Playback(some-message)
> exten => _X.,4,Hangup

I believe that is what the
asyncagi break
command is for.

Richard



More information about the asterisk-users mailing list