I&#39;m with a problem. When a timeout occurs in a WaitExten() function call, the &#39;h&#39; extension is taking the priority and the &#39;t&#39; extension is not executed. The &#39;t&#39; extension is executed only when I delete the &#39;h&#39; extension entry.<br>
<br>exten =&gt; s,n,WaitExten()<br><br>exten =&gt; t,1,Goto(from-pstn,s,4)<br><br>exten =&gt; h,1,Verbose(1|User hangs up the line)<br><br><br>Thank you.<br>