[asterisk-users] Having Trouble With Wait Command in Callback Context

Richard Lyman pchammer at dynx.net
Tue Feb 6 13:34:47 MST 2007


Pavel Jezek wrote:
> I can confirm,
> commands after Wait() are never executed in 'h' extension
> and wait seconds argument in wait() is completely ignored
> it's bug or "feature"?  ;-)
>
>
>  h => {
>    NoOP(before ${EXTEN});
>    Wait(5);
>    NoOP(after ${EXTEN});
>  }
*snipped
in ael use WaitExten(5);




More information about the asterisk-users mailing list