<div dir="ltr">I'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'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"><<a href="mailto:luismzuccolo@yahoo.com.ar">luismzuccolo@yahoo.com.ar</a>></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'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's look like that don't take the option digit-timeout configured to<br>
2000 in openzap.conf.xml<br>
Am I' 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->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->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 => /etc/openzap.conf/openzap.conf<br>
FreeSWITCH snapshot => ../conf/openzap.conf<br>
<br>
[span zt]<br>
name => OpenZAP<br>
number => 1<br>
fxo-channel => 1<br>
<br>
[span zt]<br>
name => OpenZAP<br>
number => 2<br>
fxo-channel => 2<br>
<br>
[span zt]<br>
name => OpenZAP<br>
number => 3<br>
fxs-channel => 3<br>
<br>
conf/autoload_configs/openzap.conf.xml config:<br>
<br>
<configuration name="openzap.conf" description="OpenZAP Configuration"><br>
<settings><br>
<param name="debug" value="9"/><br>
</settings><br>
<analog_spans><br>
<span id="1"><br>
<param name="tonegroup" value="us"/><br>
<param name="digit-timeout" value="2000"/><br>
<param name="max-digits" value="11"/><br>
<param name="dialplan" value="XML"/><br>
<param name="context" value="default"/><br>
<param name="enable-analog-option" value="3-way"/><br>
<param name="moh" value="$${base_dir}/sounds/Dardedisco.wav"/><br>
</span><br>
<span id="2"><br>
<param name="tonegroup" value="us"/><br>
<param name="digit-timeout" value="2000"/><br>
<param name="max-digits" value="11"/><br>
<param name="dialplan" value="XML"/><br>
<param name="context" value="default"/><br>
<param name="enable-analog-option" value="3-way"/><br>
<param name="moh" value="$${base_dir}/sounds/Dardedisco.wav"/><br>
</span><br>
<span id="3"><br>
<param name="tonegroup" value="us"/><br>
<param name="digit-timeout" value="2000"/><br>
<param name="max-digits" value="11"/><br>
<param name="dialplan" value="XML"/><br>
<param name="context" value="default"/><br>
</span><br>
</analog_spans><br>
</configuration><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>