I'm running Asterisk 1.2 on RedHat 9.0 and found he following problem with the Dial command when used on a Zap channel:<br>
<br>
When I have this in my dial plan everything works fine:<br>
&nbsp;&nbsp; exten =&gt; _9NXXXXXX,1,Dial(ZAP/4/${EXTEN:1})<br>
<br>
However I'd like to include the 't' option, but when I do either of the following:<br>
&nbsp;&nbsp; exten =&gt; _9NXXXXXX,1,Dial(ZAP/4/${EXTEN:1},,t)<br>
or<br>
&nbsp;&nbsp; exten =&gt; _9NXXXXXX,1,Dial(ZAP/4/${EXTEN:1},30,t)<br>
<br>
it doesn't work.&nbsp; The output from CLI is shown below:<br>
&nbsp;&nbsp;&nbsp; -- Called 4/7451576<br>
&nbsp;&nbsp;&nbsp; -- Zap/4-1 answered Zap/1-1<br>
&nbsp;&nbsp;&nbsp; -- Attempting native bridge of Zap/1-1 and Zap/4-1<br>
<br>
It looks OK, but I cannot hear anything.&nbsp; Only the firs Dial command seems to work.<br>
<br>
Anyone else run into this?&nbsp; Is there a work around?<br>
<br>
Thanks,<br>
Hugh<br>
<br>