Hi,<br><br>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.<br><br>[incoming]<br>exten =&gt; xxx,1,Background(hello-world)<br>exten =&gt; xxx,2,WaitExten(7)<br>

<br>exten =&gt; _X,1,AGI(myAGI.php)<br><br>When I send the call from a .call, it works perfect, but when receiving an incoming call WaitExten() times out no matter what.<br><br>[general]<br>static=yes<br>writeprotect=yes<br>

autofallthrough=yes<br>clearglobalvars=no<br> <br>I experimented changing autofallthrough to no and got the same result. Any ideas about this strange behavior?