Hello, please excuse my English is very bad.
I'm using FreeSwitch (trunk version) and a Mobigater Mini gsmopen.
When trying to call takes a long time gsmopen make the call.
Get the following errors:
[WARNING] mod_gsmopen.cpp:3032 rev 18032M[(nil)|37 ][WARNINGA 3032 ][interface0][-1, 3, 3] WE'RE DIALING, let's take the earlymedia
[NOTICE] mod_gsmopen.cpp:2369 Pre-Answer gsmopen/RR/6000005!
[NOTICE] sofia.c:4907 Hangup sofia/internal/200@192.168.26.100 [CS_EXECUTE] [ORIGINATOR_CANCEL]
[NOTICE] switch_channel.c:776 New Channel sofia/internal/200@192.168.26.100 [ef2820c9-6984-476e-bba3-390a7705cd3e]
[INFO] switch_core_session.c:1775 Sending early media
[NOTICE] mod_sofia.c:2140 Pre-Answer sofia/internal/200@192.168.26.100!
[WARNING] switch_core_file.c:176 Sample rate doesn't match
[NOTICE] sofia.c:4907 Hangup sofia/internal/200@192.168.26.100 [CS_EXECUTE] [ORIGINATOR_CANCEL]
[NOTICE] mod_gsmopen.cpp:1279 Close Channel N/A [CS_NEW]
[ERR] switch_ivr_originate.c:2540 Cannot create outgoing channel of type [gsmopen] cause: [NORMAL_CIRCUIT_CONGESTION]
[INFO] mod_dptools.c:2382 Originate Failed. Cause: NORMAL_CIRCUIT_CONGESTION
[NOTICE] switch_ivr_originate.c:3204 Hangup gsmopen/RR/60000005 [CS_CONSUME_MEDIA] [ORIGINATOR_CANCEL]
[INFO] mod_dptools.c:2382 Originate Failed. Cause: ORIGINATOR_CANCEL
[NOTICE] switch_core_session.c:1193 Session 3 (sofia/internal/200@192.168.26.100) Ended
[NOTICE] switch_core_session.c:1195 Close Channel sofia/internal/200@192.168.26.100 [CS_DESTROY]
[NOTICE] switch_core_session.c:1193 Session 1 (sofia/internal/200@192.168.26.100) Ended
[NOTICE] switch_core_session.c:1195 Close Channel sofia/internal/200@192.168.26.100 [CS_DESTROY]
[WARNING] gsmopen_protocol.cpp:1323 rev 18032M[(nil)|37 ][WARNINGA 1323 ][interface0][-1,24,28] |+CSQ: 12,6| CELLPHONE GETS SIGNAL LOW
[ERR] mod_gsmopen.cpp:3136 rev 18032M[(nil)|37 ][ERRORA 3136 ][interface0][-1,24,28] ALARM on interface interface0:
[ERR] gsmopen_protocol.cpp:1358 rev 18032M[(nil)|37 ][ERRORA 1358 ][interface0][-1,24,28] |+CREG: 1,5| CELLPHONE is registered to a ROAMING network
[ERR] mod_gsmopen.cpp:3136 rev 18032M[(nil)|37 ][ERRORA 3136 ][interface0][-1,24,28] ALARM on interface interface0:
[NOTICE] switch_channel.c:776 New Channel sofia/internal/200@192.168.26.100 [523a3fd4-042c-4b2e-bb81-e6ce154e1927]
[INFO] switch_core_session.c:1775 Sending early media
[NOTICE] mod_sofia.c:2140 Pre-Answer sofia/internal/200@192.168.26.100!
[WARNING] switch_core_file.c:176 Sample rate doesn't match
[NOTICE] mod_gsmopen.cpp:1279 Close Channel N/A [CS_NEW]
[ERR] switch_ivr_originate.c:2540 Cannot create outgoing channel of type [gsmopen] cause: [NORMAL_CIRCUIT_CONGESTION]
[INFO] mod_dptools.c:2382 Originate Failed. Cause: NORMAL_CIRCUIT_CONGESTION
[NOTICE] mod_dptools.c:2445 Hangup sofia/internal/200@192.168.26.100 [CS_EXECUTE] [NORMAL_CIRCUIT_CONGESTION]
[NOTICE] switch_core_session.c:1193 Session 5 (sofia/internal/200@192.168.26.100) Ended
[NOTICE] switch_core_session.c:1195 Close Channel sofia/internal/200@192.168.26.100 [CS_DESTROY]
[ERR] gsmopen_protocol.cpp:1358 rev 18032M[(nil)|37 ][ERRORA 1358 ][interface0][-1, 0, 0] |+CREG: 1,5| CELLPHONE is registered to a ROAMING network
[ERR] mod_gsmopen.cpp:3136 rev 18032M[(nil)|37 ][ERRORA 3136 ][interface0][-1, 0, 0] ALARM on interface interface0:
[ERR] gsmopen_protocol.cpp:1358 rev 18032M[(nil)|37 ][ERRORA 1358 ][interface0][-1, 0, 0] |+CREG: 1,5| CELLPHONE is registered to a ROAMING network
[ERR] mod_gsmopen.cpp:3136 rev 18032M[(nil)|37 ][ERRORA 3136 ][interface0][-1, 0, 0] ALARM on interface interface0:
Much delay is normal to make a call or is this a problem? They can help me with this?
Incoming calls are working properly for now.
Thank you.
mobigater on freeswitch
Dear adri,
sorry for the late answer.
Did you solve your problem?
If not, can you post the relevant config files? (dialplan snippet, gsmopen.conf.xml, etc)?
-giovanni
Thanks for your reply.
Thanks for your reply. Unfortunately I have not managed to solve the problem: (
Here the following information:
-----------------------
gsmopen.conf.xml
-----------------------
<configuration name="gsmopen.conf" description="GSMopen Configuration">
<global_settings>
<param name="debug" value="8"/>
</global_settings>
<per_interface_settings>
<interface id="1" name="interface0">
<param name="hold-music" value="$${moh_uri}"/>
<param name="dialplan" value="XML"/>
<param name="context" value="home"/>
<param name="destination" value="220"/>
<param name="alsacname" value="plughw:1"/>
<param name="alsapname" value="plughw:1"/>
<param name="controldevice_name" value="/dev/ttyACM0"/>
</interface>
</per_interface_settings>
</configuration>
----------------
Dialplan XML
----------------
<extension name="gsm_mobile">
<condition field="destination_number" expression="^(\d{9})$">
<action application="bridge" data="gsmopen/RR/$1"/>
</condition>
</extension>
I have also noticed that when you hang up the call from the IP phone does not end the call until the other party does not hang on your phone.
Regards.
problem gsmopen and mobigater 2
Can you please post (or pastebin somewhere) a log generated with:
cli> console loglevel 9
cli> fsctl loglevel 9
eg: http://www.gsmopen.org/howtobug
A complete log, starting from when you dial in the softphone until the call is failed. Also, please leave the datetime, etc in the post, so we can see the timing relations
Log a call on
Log a call on pastebin:
http://pastebin.com/FLEsDpEk
Despite the errors, after a long wait the call is done, and the work audio.
Other useful information:
http://pastebin.com/x4JTsW9a
log a call on 2
Adri,
unfortunately this is a very very busy moment for me.
I'll try to follow up asap.
In case I don't answer in a week, please post here again.
-giovanni