<div dir="ltr">I&#39;ve noticed this as well. I have a Nxtvox card w/ an FXS module which use to work with 1.0.1 but the more recent svns the digit timeout behavior has changed. Maybe I&#39;m missing a syntax change in the openzap config?<br>
<br><div class="gmail_quote">On Sun, Sep 7, 2008 at 9:51 AM, Luis M. Zuccolo <span dir="ltr">&lt;<a href="mailto:luismzuccolo@yahoo.com.ar">luismzuccolo@yahoo.com.ar</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
I&#39;m usign an openvox card with 2 fxo modules and 1 fxs module.<br>
When I dial from fxs extension only take the first digit dialed and<br>
tried to route the call. This digit is not in dialplan, then the call is<br>
hung up.<br>
This happend only in FreeSWITCH snapshot (2008-08-31 and 2008-09-6). In<br>
release 1.0.1 work well.<br>
It&#39;s look like that don&#39;t take the option digit-timeout configured to<br>
2000 in openzap.conf.xml<br>
Am I&#39; missing something else?<br>
Any help about this would be appreciated.<br>
<br>
Thanks in advance.<br>
Luis Zuccolo<br>
<br>
Console logs:<br>
<br>
(FreesSWITCH release 1.0.1)<br>
<br>
2008-09-06 18:31:13 [NOTICE] switch_channel.c:534<br>
switch_channel_set_name() New Channel OpenZAP/3:1/45662530<br>
[2f5b3615-e144-4ce0-9e75-7fd987373e3b]<br>
2008-09-06 18:31:13 [INFO] mod_dialplan_xml.c:222 dialplan_hunt()<br>
Processing OpenZAP-&gt;45662530@default<br>
2008-09-06 18:31:14 [NOTICE] switch_channel.c:534<br>
switch_channel_set_name() New Channel OpenZAP/1:1/45662530<br>
[f19ddc6a-ab75-4e5c-b881-d00918d4ef86]<br>
2008-09-06 18:31:14 [WARNING] mod_openzap.c:1113 on_fxo_signal()<br>
Unhandled type for channel 1:1<br>
2008-09-06 18:31:18 [NOTICE] mod_openzap.c:1097 on_fxo_signal() Channel<br>
[OpenZAP/1:1/45662530] has been answered<br>
2008-09-06 18:31:18 [NOTICE] switch_ivr_originate.c:1298<br>
switch_ivr_originate() Channel [OpenZAP/3:1/45662530] has been answered<br>
2008-09-06 18:31:25 [NOTICE] mod_openzap.c:1218 on_fxs_signal() Hangup<br>
OpenZAP/3:1/45662530 [CS_EXECUTE] [NORMAL_CLEARING]<br>
<br>
<br>
(FreeSWITCH snapshots)<br>
<br>
2008-09-06 18:38:04 [NOTICE] switch_channel.c:538<br>
switch_channel_set_name() New Channel OpenZAP/3:1/4<br>
[a269cba9-9e5a-427a-8fb4-48df1ee490ad]<br>
2008-09-06 18:38:04 [INFO] mod_dialplan_xml.c:228 dialplan_hunt()<br>
Processing OpenZAP-&gt;4 in context default<br>
2008-09-06 18:38:04 [NOTICE] switch_ivr.c:1098<br>
switch_ivr_session_transfer() Transfer OpenZAP/3:1/4 to enum[4@default]<br>
2008-09-06 18:38:04 [INFO] switch_core_state_machine.c:114<br>
switch_core_standard_on_routing() No Route, Aborting<br>
2008-09-06 18:38:04 [NOTICE] switch_core_state_machine.c:115<br>
switch_core_standard_on_routing() Hangup OpenZAP/3:1/4 [CS_ROUTING]<br>
[NO_ROUTE_DESTINATION]<br>
2008-09-06 18:38:04 [NOTICE] switch_core_session.c:812<br>
switch_core_session_thread() Session 11 (OpenZAP/3:1/4) Ended<br>
2008-09-06 18:38:04 [NOTICE] switch_core_session.c:814<br>
switch_core_session_thread() Close Channel OpenZAP/3:1/4 [CS_HANGUP]<br>
<br>
<br>
<br>
My configs file are:<br>
<br>
FreeSWITCH 1.0.1 =&gt; /etc/openzap.conf/openzap.conf<br>
FreeSWITCH snapshot =&gt; ../conf/openzap.conf<br>
<br>
[span zt]<br>
name =&gt; OpenZAP<br>
number =&gt; 1<br>
fxo-channel =&gt; 1<br>
<br>
[span zt]<br>
name =&gt; OpenZAP<br>
number =&gt; 2<br>
fxo-channel =&gt; 2<br>
<br>
[span zt]<br>
name =&gt; OpenZAP<br>
number =&gt; 3<br>
fxs-channel =&gt; 3<br>
<br>
conf/autoload_configs/openzap.conf.xml config:<br>
<br>
&lt;configuration name=&quot;openzap.conf&quot; description=&quot;OpenZAP Configuration&quot;&gt;<br>
&nbsp;&lt;settings&gt;<br>
 &nbsp; &lt;param name=&quot;debug&quot; value=&quot;9&quot;/&gt;<br>
&nbsp;&lt;/settings&gt;<br>
&nbsp;&lt;analog_spans&gt;<br>
 &nbsp;&lt;span id=&quot;1&quot;&gt;<br>
 &nbsp; &lt;param name=&quot;tonegroup&quot; value=&quot;us&quot;/&gt;<br>
 &nbsp; &lt;param name=&quot;digit-timeout&quot; value=&quot;2000&quot;/&gt;<br>
 &nbsp; &lt;param name=&quot;max-digits&quot; value=&quot;11&quot;/&gt;<br>
 &nbsp; &lt;param name=&quot;dialplan&quot; value=&quot;XML&quot;/&gt;<br>
 &nbsp; &lt;param name=&quot;context&quot; value=&quot;default&quot;/&gt;<br>
 &nbsp; &lt;param name=&quot;enable-analog-option&quot; value=&quot;3-way&quot;/&gt;<br>
 &nbsp; &lt;param name=&quot;moh&quot; value=&quot;$${base_dir}/sounds/Dardedisco.wav&quot;/&gt;<br>
 &nbsp;&lt;/span&gt;<br>
 &nbsp;&lt;span id=&quot;2&quot;&gt;<br>
 &nbsp; &lt;param name=&quot;tonegroup&quot; value=&quot;us&quot;/&gt;<br>
 &nbsp; &lt;param name=&quot;digit-timeout&quot; value=&quot;2000&quot;/&gt;<br>
 &nbsp; &lt;param name=&quot;max-digits&quot; value=&quot;11&quot;/&gt;<br>
 &nbsp; &lt;param name=&quot;dialplan&quot; value=&quot;XML&quot;/&gt;<br>
 &nbsp; &lt;param name=&quot;context&quot; value=&quot;default&quot;/&gt;<br>
 &nbsp; &lt;param name=&quot;enable-analog-option&quot; value=&quot;3-way&quot;/&gt;<br>
 &nbsp; &lt;param name=&quot;moh&quot; value=&quot;$${base_dir}/sounds/Dardedisco.wav&quot;/&gt;<br>
 &nbsp;&lt;/span&gt;<br>
 &nbsp;&lt;span id=&quot;3&quot;&gt;<br>
 &nbsp; &lt;param name=&quot;tonegroup&quot; value=&quot;us&quot;/&gt;<br>
 &nbsp; &lt;param name=&quot;digit-timeout&quot; value=&quot;2000&quot;/&gt;<br>
 &nbsp; &lt;param name=&quot;max-digits&quot; value=&quot;11&quot;/&gt;<br>
 &nbsp; &lt;param name=&quot;dialplan&quot; value=&quot;XML&quot;/&gt;<br>
 &nbsp; &lt;param name=&quot;context&quot; value=&quot;default&quot;/&gt;<br>
 &nbsp;&lt;/span&gt;<br>
&nbsp;&lt;/analog_spans&gt;<br>
&lt;/configuration&gt;<br>
<div class="WgoR0d"><br>
<br>
<br>
<br>
__________________________________________________<br>
Correo Yahoo!<br>
Espacio para todos tus mensajes, antivirus y antispam ˇgratis!<br>
ˇAbrí tu cuenta ya! - <a href="http://correo.yahoo.com.ar" target="_blank">http://correo.yahoo.com.ar</a><br>
<br>
<br>
</div><br>_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div>