Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] FXS problem


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
luismzuccolo at yahoo....
Guest





PostPosted: Sun Sep 07, 2008 9:54 am    Post subject: [Freeswitch-users] FXS problem Reply with quote

Hi,
I'm usign an openvox card with 2 fxo modules and 1 fxs module.
When I dial from fxs extension only take the first digit dialed and
tried to route the call. This digit is not in dialplan, then the call is
hung up.
This happend only in FreeSWITCH snapshot (2008-08-31 and 2008-09-6). In
release 1.0.1 work well.
It's look like that don't take the option digit-timeout configured to
2000 in openzap.conf.xml
Am I' missing something else?
Any help about this would be appreciated.

Thanks in advance.
Luis Zuccolo

Console logs:

(FreesSWITCH release 1.0.1)

2008-09-06 18:31:13 [NOTICE] switch_channel.c:534
switch_channel_set_name() New Channel OpenZAP/3:1/45662530
[2f5b3615-e144-4ce0-9e75-7fd987373e3b]
2008-09-06 18:31:13 [INFO] mod_dialplan_xml.c:222 dialplan_hunt()
Processing OpenZAP->45662530@default
2008-09-06 18:31:14 [NOTICE] switch_channel.c:534
switch_channel_set_name() New Channel OpenZAP/1:1/45662530
[f19ddc6a-ab75-4e5c-b881-d00918d4ef86]
2008-09-06 18:31:14 [WARNING] mod_openzap.c:1113 on_fxo_signal()
Unhandled type for channel 1:1
2008-09-06 18:31:18 [NOTICE] mod_openzap.c:1097 on_fxo_signal() Channel
[OpenZAP/1:1/45662530] has been answered
2008-09-06 18:31:18 [NOTICE] switch_ivr_originate.c:1298
switch_ivr_originate() Channel [OpenZAP/3:1/45662530] has been answered
2008-09-06 18:31:25 [NOTICE] mod_openzap.c:1218 on_fxs_signal() Hangup
OpenZAP/3:1/45662530 [CS_EXECUTE] [NORMAL_CLEARING]


(FreeSWITCH snapshots)

2008-09-06 18:38:04 [NOTICE] switch_channel.c:538
switch_channel_set_name() New Channel OpenZAP/3:1/4
[a269cba9-9e5a-427a-8fb4-48df1ee490ad]
2008-09-06 18:38:04 [INFO] mod_dialplan_xml.c:228 dialplan_hunt()
Processing OpenZAP->4 in context default
2008-09-06 18:38:04 [NOTICE] switch_ivr.c:1098
switch_ivr_session_transfer() Transfer OpenZAP/3:1/4 to enum[4@default]
2008-09-06 18:38:04 [INFO] switch_core_state_machine.c:114
switch_core_standard_on_routing() No Route, Aborting
2008-09-06 18:38:04 [NOTICE] switch_core_state_machine.c:115
switch_core_standard_on_routing() Hangup OpenZAP/3:1/4 [CS_ROUTING]
[NO_ROUTE_DESTINATION]
2008-09-06 18:38:04 [NOTICE] switch_core_session.c:812
switch_core_session_thread() Session 11 (OpenZAP/3:1/4) Ended
2008-09-06 18:38:04 [NOTICE] switch_core_session.c:814
switch_core_session_thread() Close Channel OpenZAP/3:1/4 [CS_HANGUP]



My configs file are:

FreeSWITCH 1.0.1 => /etc/openzap.conf/openzap.conf
FreeSWITCH snapshot => ../conf/openzap.conf

[span zt]
name => OpenZAP
number => 1
fxo-channel => 1

[span zt]
name => OpenZAP
number => 2
fxo-channel => 2

[span zt]
name => OpenZAP
number => 3
fxs-channel => 3

conf/autoload_configs/openzap.conf.xml config:

<configuration name="openzap.conf" description="OpenZAP Configuration">
<settings>
<param name="debug" value="9"/>
</settings>
<analog_spans>
<span id="1">
<param name="tonegroup" value="us"/>
<param name="digit-timeout" value="2000"/>
<param name="max-digits" value="11"/>
<param name="dialplan" value="XML"/>
<param name="context" value="default"/>
<param name="enable-analog-option" value="3-way"/>
<param name="moh" value="$${base_dir}/sounds/Dardedisco.wav"/>
</span>
<span id="2">
<param name="tonegroup" value="us"/>
<param name="digit-timeout" value="2000"/>
<param name="max-digits" value="11"/>
<param name="dialplan" value="XML"/>
<param name="context" value="default"/>
<param name="enable-analog-option" value="3-way"/>
<param name="moh" value="$${base_dir}/sounds/Dardedisco.wav"/>
</span>
<span id="3">
<param name="tonegroup" value="us"/>
<param name="digit-timeout" value="2000"/>
<param name="max-digits" value="11"/>
<param name="dialplan" value="XML"/>
<param name="context" value="default"/>
</span>
</analog_spans>
</configuration>




__________________________________________________
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis!
¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar



_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
carlos.talbot at gmail...
Guest





PostPosted: Sun Sep 07, 2008 3:00 pm    Post subject: [Freeswitch-users] FXS problem Reply with quote

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?

On Sun, Sep 7, 2008 at 9:51 AM, Luis M. Zuccolo <luismzuccolo@yahoo.com.ar (luismzuccolo@yahoo.com.ar)> wrote:
Quote:
Hi,
I'm usign an openvox card with 2 fxo modules and 1 fxs module.
When I dial from fxs extension only take the first digit dialed and
tried to route the call. This digit is not in dialplan, then the call is
hung up.
This happend only in FreeSWITCH snapshot (2008-08-31 and 2008-09-6). In
release 1.0.1 work well.
It's look like that don't take the option digit-timeout configured to
2000 in openzap.conf.xml
Am I' missing something else?
Any help about this would be appreciated.

Thanks in advance.
Luis Zuccolo

Console logs:

(FreesSWITCH release 1.0.1)

2008-09-06 18:31:13 [NOTICE] switch_channel.c:534
switch_channel_set_name() New Channel OpenZAP/3:1/45662530
[2f5b3615-e144-4ce0-9e75-7fd987373e3b]
2008-09-06 18:31:13 [INFO] mod_dialplan_xml.c:222 dialplan_hunt()
Processing OpenZAP->45662530@default
2008-09-06 18:31:14 [NOTICE] switch_channel.c:534
switch_channel_set_name() New Channel OpenZAP/1:1/45662530
[f19ddc6a-ab75-4e5c-b881-d00918d4ef86]
2008-09-06 18:31:14 [WARNING] mod_openzap.c:1113 on_fxo_signal()
Unhandled type for channel 1:1
2008-09-06 18:31:18 [NOTICE] mod_openzap.c:1097 on_fxo_signal() Channel
[OpenZAP/1:1/45662530] has been answered
2008-09-06 18:31:18 [NOTICE] switch_ivr_originate.c:1298
switch_ivr_originate() Channel [OpenZAP/3:1/45662530] has been answered
2008-09-06 18:31:25 [NOTICE] mod_openzap.c:1218 on_fxs_signal() Hangup
OpenZAP/3:1/45662530 [CS_EXECUTE] [NORMAL_CLEARING]


(FreeSWITCH snapshots)

2008-09-06 18:38:04 [NOTICE] switch_channel.c:538
switch_channel_set_name() New Channel OpenZAP/3:1/4
[a269cba9-9e5a-427a-8fb4-48df1ee490ad]
2008-09-06 18:38:04 [INFO] mod_dialplan_xml.c:228 dialplan_hunt()
Processing OpenZAP->4 in context default
2008-09-06 18:38:04 [NOTICE] switch_ivr.c:1098
switch_ivr_session_transfer() Transfer OpenZAP/3:1/4 to enum[4@default]
2008-09-06 18:38:04 [INFO] switch_core_state_machine.c:114
switch_core_standard_on_routing() No Route, Aborting
2008-09-06 18:38:04 [NOTICE] switch_core_state_machine.c:115
switch_core_standard_on_routing() Hangup OpenZAP/3:1/4 [CS_ROUTING]
[NO_ROUTE_DESTINATION]
2008-09-06 18:38:04 [NOTICE] switch_core_session.c:812
switch_core_session_thread() Session 11 (OpenZAP/3:1/4) Ended
2008-09-06 18:38:04 [NOTICE] switch_core_session.c:814
switch_core_session_thread() Close Channel OpenZAP/3:1/4 [CS_HANGUP]



My configs file are:

FreeSWITCH 1.0.1 => /etc/openzap.conf/openzap.conf
FreeSWITCH snapshot => ../conf/openzap.conf

[span zt]
name => OpenZAP
number => 1
fxo-channel => 1

[span zt]
name => OpenZAP
number => 2
fxo-channel => 2

[span zt]
name => OpenZAP
number => 3
fxs-channel => 3

conf/autoload_configs/openzap.conf.xml config:

<configuration name="openzap.conf" description="OpenZAP Configuration">
<settings>
<param name="debug" value="9"/>
</settings>
<analog_spans>
<span id="1">
<param name="tonegroup" value="us"/>
<param name="digit-timeout" value="2000"/>
<param name="max-digits" value="11"/>
<param name="dialplan" value="XML"/>
<param name="context" value="default"/>
<param name="enable-analog-option" value="3-way"/>
<param name="moh" value="$${base_dir}/sounds/Dardedisco.wav"/>
</span>
<span id="2">
<param name="tonegroup" value="us"/>
<param name="digit-timeout" value="2000"/>
<param name="max-digits" value="11"/>
<param name="dialplan" value="XML"/>
<param name="context" value="default"/>
<param name="enable-analog-option" value="3-way"/>
<param name="moh" value="$${base_dir}/sounds/Dardedisco.wav"/>
</span>
<span id="3">
<param name="tonegroup" value="us"/>
<param name="digit-timeout" value="2000"/>
<param name="max-digits" value="11"/>
<param name="dialplan" value="XML"/>
<param name="context" value="default"/>
</span>
</analog_spans>
</configuration>




__________________________________________________
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis!
¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar




_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Back to top
luismzuccolo at yahoo....
Guest





PostPosted: Mon Sep 08, 2008 1:49 pm    Post subject: [Freeswitch-users] FXS problem Reply with quote

Hi,
I'm usign an openvox card with 2 fxo modules and 1 fxs module.
When I dial from fxs extension only take the first digit dialed and
tried to route the call. This digit is not in dialplan, then the call is
hung up.
This happend only in FreeSWITCH snapshot (2008-08-31 and 2008-09-6). In
release 1.0.1 work well.
It's look like that don't take the option digit-timeout configured to
2000 in openzap.conf.xml
Am I' missing something else?
Any help about this would be appreciated.

Thanks in advance.
Luis Zuccolo

Console logs:

(FreesSWITCH release 1.0.1)

2008-09-06 18:31:13 [NOTICE] switch_channel.c:534
switch_channel_set_name() New Channel OpenZAP/3:1/45662530
[2f5b3615-e144-4ce0-9e75-7fd987373e3b]
2008-09-06 18:31:13 [INFO] mod_dialplan_xml.c:222 dialplan_hunt()
Processing OpenZAP->45662530@default
2008-09-06 18:31:14 [NOTICE] switch_channel.c:534
switch_channel_set_name() New Channel OpenZAP/1:1/45662530
[f19ddc6a-ab75-4e5c-b881-d00918d4ef86]
2008-09-06 18:31:14 [WARNING] mod_openzap.c:1113 on_fxo_signal()
Unhandled type for channel 1:1
2008-09-06 18:31:18 [NOTICE] mod_openzap.c:1097 on_fxo_signal() Channel
[OpenZAP/1:1/45662530] has been answered
2008-09-06 18:31:18 [NOTICE] switch_ivr_originate.c:1298
switch_ivr_originate() Channel [OpenZAP/3:1/45662530] has been answered
2008-09-06 18:31:25 [NOTICE] mod_openzap.c:1218 on_fxs_signal() Hangup
OpenZAP/3:1/45662530 [CS_EXECUTE] [NORMAL_CLEARING]


(FreeSWITCH snapshots)

2008-09-06 18:38:04 [NOTICE] switch_channel.c:538
switch_channel_set_name() New Channel OpenZAP/3:1/4
[a269cba9-9e5a-427a-8fb4-48df1ee490ad]
2008-09-06 18:38:04 [INFO] mod_dialplan_xml.c:228 dialplan_hunt()
Processing OpenZAP->4 in context default
2008-09-06 18:38:04 [NOTICE] switch_ivr.c:1098
switch_ivr_session_transfer() Transfer OpenZAP/3:1/4 to enum[4@default]
2008-09-06 18:38:04 [INFO] switch_core_state_machine.c:114
switch_core_standard_on_routing() No Route, Aborting
2008-09-06 18:38:04 [NOTICE] switch_core_state_machine.c:115
switch_core_standard_on_routing() Hangup OpenZAP/3:1/4 [CS_ROUTING]
[NO_ROUTE_DESTINATION]
2008-09-06 18:38:04 [NOTICE] switch_core_session.c:812
switch_core_session_thread() Session 11 (OpenZAP/3:1/4) Ended
2008-09-06 18:38:04 [NOTICE] switch_core_session.c:814
switch_core_session_thread() Close Channel OpenZAP/3:1/4 [CS_HANGUP]



My configs file are:

FreeSWITCH 1.0.1 => /etc/openzap.conf/openzap.conf
FreeSWITCH snapshot => ../conf/openzap.conf

[span zt]
name => OpenZAP
number => 1
fxo-channel => 1

[span zt]
name => OpenZAP
number => 2
fxo-channel => 2

[span zt]
name => OpenZAP
number => 3
fxs-channel => 3

conf/autoload_configs/openzap.conf.xml config:

<configuration name="openzap.conf" description="OpenZAP Configuration">
<settings>
<param name="debug" value="9"/>
</settings>
<analog_spans>
<span id="1">
<param name="tonegroup" value="us"/>
<param name="digit-timeout" value="2000"/>
<param name="max-digits" value="11"/>
<param name="dialplan" value="XML"/>
<param name="context" value="default"/>
<param name="enable-analog-option" value="3-way"/>
<param name="moh" value="$${base_dir}/sounds/Dardedisco.wav"/>
</span>
<span id="2">
<param name="tonegroup" value="us"/>
<param name="digit-timeout" value="2000"/>
<param name="max-digits" value="11"/>
<param name="dialplan" value="XML"/>
<param name="context" value="default"/>
<param name="enable-analog-option" value="3-way"/>
<param name="moh" value="$${base_dir}/sounds/Dardedisco.wav"/>
</span>
<span id="3">
<param name="tonegroup" value="us"/>
<param name="digit-timeout" value="2000"/>
<param name="max-digits" value="11"/>
<param name="dialplan" value="XML"/>
<param name="context" value="default"/>
</span>
</analog_spans>
</configuration>



Yahoo! Cocina
Recetas prácticas y comida saludable
Visitá http://ar.mujer.yahoo.com/cocina/
Back to top
anthony.minessale at g...
Guest





PostPosted: Mon Sep 08, 2008 6:08 pm    Post subject: [Freeswitch-users] FXS problem Reply with quote

it's fixed in latest trunk

bad news is you have to reconfigure openzap

follow these steps

svn update
make oz-reconf
make current
*go have some coffee*



On Mon, Sep 8, 2008 at 1:46 PM, Luis Manuel Zuccolo <luismzuccolo@yahoo.com.ar (luismzuccolo@yahoo.com.ar)> wrote:
Quote:
Hi,
I'm usign an openvox card with 2 fxo modules and 1 fxs module.
When I dial from fxs extension only take the first digit dialed and
tried to route the call. This digit is not in dialplan, then the call is
hung up.
This happend only in FreeSWITCH snapshot (2008-08-31 and 2008-09-6). In
release 1.0.1 work well.
It's look like that don't take the option digit-timeout configured to
2000 in openzap.conf.xml
Am I' missing something else?
Any help about this would be appreciated.

Thanks in advance.
Luis Zuccolo

Console logs:

(FreesSWITCH release 1.0.1)

2008-09-06 18:31:13 [NOTICE] switch_channel.c:534
switch_channel_set_name() New Channel OpenZAP/3:1/45662530
[2f5b3615-e144-4ce0-9e75-7fd987373e3b]
2008-09-06 18:31:13 [INFO] mod_dialplan_xml.c:222 dialplan_hunt()
Processing OpenZAP->45662530@default
2008-09-06 18:31:14 [NOTICE] switch_channel.c:534
switch_channel_set_name() New Channel OpenZAP/1:1/45662530
[f19ddc6a-ab75-4e5c-b881-d00918d4ef86]
2008-09-06 18:31:14 [WARNING] mod_openzap.c:1113 on_fxo_signal()
Unhandled type for channel 1:1
2008-09-06 18:31:18 [NOTICE] mod_openzap.c:1097 on_fxo_signal() Channel
[OpenZAP/1:1/45662530] has been answered
2008-09-06 18:31:18 [NOTICE] switch_ivr_originate.c:1298
switch_ivr_originate() Channel [OpenZAP/3:1/45662530] has been answered
2008-09-06 18:31:25 [NOTICE] mod_openzap.c:1218 on_fxs_signal() Hangup
OpenZAP/3:1/45662530 [CS_EXECUTE] [NORMAL_CLEARING]


(FreeSWITCH snapshots)

2008-09-06 18:38:04 [NOTICE] switch_channel.c:538
switch_channel_set_name() New Channel OpenZAP/3:1/4
[a269cba9-9e5a-427a-8fb4-48df1ee490ad]
2008-09-06 18:38:04 [INFO] mod_dialplan_xml.c:228 dialplan_hunt()
Processing OpenZAP->4 in context default
2008-09-06 18:38:04 [NOTICE] switch_ivr.c:1098
switch_ivr_session_transfer() Transfer OpenZAP/3:1/4 to enum[4@default]
2008-09-06 18:38:04 [INFO] switch_core_state_machine.c:114
switch_core_standard_on_routing() No Route, Aborting
2008-09-06 18:38:04 [NOTICE] switch_core_state_machine.c:115
switch_core_standard_on_routing() Hangup OpenZAP/3:1/4 [CS_ROUTING]
[NO_ROUTE_DESTINATION]
2008-09-06 18:38:04 [NOTICE] switch_core_session.c:812
switch_core_session_thread() Session 11 (OpenZAP/3:1/4) Ended
2008-09-06 18:38:04 [NOTICE] switch_core_session.c:814
switch_core_session_thread() Close Channel OpenZAP/3:1/4 [CS_HANGUP]



My configs file are:

FreeSWITCH 1.0.1 => /etc/openzap.conf/openzap.conf
FreeSWITCH snapshot => ../conf/openzap.conf

[span zt]
name => OpenZAP
number => 1
fxo-channel => 1

[span zt]
name => OpenZAP
number => 2
fxo-channel => 2

[span zt]
name => OpenZAP
number => 3
fxs-channel => 3

conf/autoload_configs/openzap.conf.xml config:

<configuration name="openzap.conf" description="OpenZAP Configuration">
<settings>
<param name="debug" value="9"/>
</settings>
<analog_spans>
<span id="1">
<param name="tonegroup" value="us"/>
<param name="digit-timeout" value="2000"/>
<param name="max-digits" value="11"/>
<param name="dialplan" value="XML"/>
<param name="context" value="default"/>
<param name="enable-analog-option" value="3-way"/>
<param name="moh" value="$${base_dir}/sounds/Dardedisco.wav"/>
</span>
<span id="2">
<param name="tonegroup" value="us"/>
<param name="digit-timeout" value="2000"/>
<param name="max-digits" value="11"/>
<param name="dialplan" value="XML"/>
<param name="context" value="default"/>
<param name="enable-analog-option" value="3-way"/>
<param name="moh" value="$${base_dir}/sounds/Dardedisco.wav"/>
</span>
<span id="3">
<param name="tonegroup" value="us"/>
<param name="digit-timeout" value="2000"/>
<param name="max-digits" value="11"/>
<param name="dialplan" value="XML"/>
<param name="context" value="default"/>
</span>
</analog_spans>
</configuration>



Yahoo! Cocina
Recetas prácticas y comida saludable
Visitá http://ar.mujer.yahoo.com/cocina/


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org




--
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services