Hi, My WaitExten() is not working as I expect it to. This is the relevant part of my context. It is meant to receive incoming calls. [incoming] exten => xxx,1,Background(hello-world) exten => xxx,2,WaitExten(7) exten => _X,1,AGI(myAGI.php) When I send the call from a .call, it works perfect, but when receiving an incoming call WaitExten() times out no matter what. [general] static=yes writeprotect=yes autofallthrough=yes clearglobalvars=no I experimented changing autofallthrough to no and got the same result. Any ideas about this strange behavior? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100818/f109b622/attachment.htm
Hi, My WaitExten() is not working as I expect it to. This is the relevant part of my context. It is meant to receive incoming calls. [incoming] exten => xxx,1,Background(hello-world) exten => xxx,2,WaitExten(7) exten => _X,1,AGI(myAGI.php) When I send the call from a .call, it works perfect, but when receiving an incoming call WaitExten() times out no matter what. [general] static=yes writeprotect=yes autofallthrough=yes clearglobalvars=no I experimented changing autofallthrough to no and got the same result. Any ideas about this strange behavior? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100818/42d9016c/attachment.htm