Hi,<br>
I'm having a problem with the timeout option when dialing a ZAP channel.<br>
The goal is to ring a number for 15 seconds, if no one picks up, go to voicemail.<br>
<br>
The dial command is:<br>
exten =&gt; s,1,Dial(ZAP/1/6135551111,15)<br>
exten =&gt; s,2,VoiceMail(u1)<br>
exten =&gt; s,102,VoiceMail(b1)<br>
<br>
The call will continue to ring beyond 15 seconds.<br>
<br>
What's interesting is that a SIP channels does not have this problem.<br>
exten =&gt; s,1,Dial(SIP/6135551111@sipprovider,15)<br>

exten =&gt; s,2,VoiceMail(u1)<br>

exten =&gt; s,102,VoiceMail(b1)<br>
<br>
<br>
I have tested in Asterisk <a href="http://1.2.7.1">1.2.7.1</a> and 1.2.8, both have a problem with the Zap channel.<br>
Any ideas?<br>
TIA,<br>
-Ryan<br>