can you add more debug to the following places (with your patch disabled)<br><br>ozmod_ss7_boost.c:245<br>zap_log(ZAP_LOG_CRIT, &quot;setting init state to progress_media\n&quot;);<br><br>zap_io.c:999<br>zap_log(ZAP_LOG_CRIT, &quot;init_state=%d\n&quot;, zchan-&gt;init_state);<br>

<br><br>mod_openzap.c:368<br>zap_log(ZAP_LOG_CRIT, &quot;calling zap_channel_init\n&quot;);<br>

<br><br>also look for any purple veto lines during the call.<br><br><br><br><div class="gmail_quote">On Tue, Oct 28, 2008 at 11:03 AM, Helmut Kuper <span dir="ltr">&lt;<a href="mailto:helmut.kuper@ewetel.de">helmut.kuper@ewetel.de</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;"><div class="Ih2E3d">-----BEGIN PGP SIGNED MESSAGE-----<br>
Hash: SHA1<br>
<br>
</div>Hi Anthony,<br>
<br>
I&#39;m not familar with mod_openzap code nor with ss7boost stuff. I&#39;m not<br>
sure if the hack introduce some bad side effects but I know it seems to<br>
solve this special problem. I can reproduce it any time.<br>
<br>
Problem was, that when I make a call into pstn and cancel it very<br>
shortly ( 0.5 .. 1 second after putting the call to openzap) after that<br>
the pstn side remains ringing until timout.<br>
<br>
It seems to me that the case is not considered when pstn side is<br>
initiating and zap state is still ZAP_CHANNEL_STATE_DOWN and call is<br>
canceled.<br>
<br>
When the problem occures the tech_pvt-&gt;zchan-&gt;state is<br>
ZAP_CHANNEL_STATE_DOWN (0)<br>
<br>
<br>
<br>
Here is FS debug log when the problem occurs:<br>
Important part is marked with some &#39;!&#39;<br>
<br>
<br>
2008-10-28 16:52:47 [DEBUG] switch_core_state_machine.c:144<br>
switch_core_standard_on_execute()<br>
sofia/softswitch_side/<a href="mailto:031152112850@sip1.ewetel.net">031152112850@sip1.ewetel.net</a> Execute<br>
bridge(OpenZAP/1/a/44180002850)<br>
2008-10-28 16:52:47 [DEBUG] ozmod_ss7_boost.c:225<br>
ss7_boost_channel_request() TX EVENT: CALL_START:(80) [w1g1] CSid=5<br>
Seq=6 Cn=[hk] Cd=[44180002850] Ci=[31152112850]<br>
2008-10-28 16:52:47 [DEBUG] sofia.c:2269 sofia_handle_sip_i_state()<br>
Channel sofia/softswitch_side/<a href="mailto:031152112850@sip1.ewetel.net">031152112850@sip1.ewetel.net</a> entering<br>
state [terminated]<br>
2008-10-28 16:52:47 [NOTICE] sofia.c:2765 sofia_handle_sip_i_state()<br>
Hangup sofia/softswitch_side/<a href="mailto:031152112850@sip1.ewetel.net">031152112850@sip1.ewetel.net</a> [CS_EXECUTE]<br>
[ORIGINATOR_CANCEL]<br>
2008-10-28 16:52:47 [DEBUG] switch_channel.c:1449<br>
switch_channel_perform_hangup() Send signal<br>
sofia/softswitch_side/<a href="mailto:031152112850@sip1.ewetel.net">031152112850@sip1.ewetel.net</a> [KILL]<br>
2008-10-28 16:52:47 [DEBUG] switch_core_session.c:727<br>
switch_core_session_signal_state_change() Send signal<br>
sofia/softswitch_side/<a href="mailto:031152112850@sip1.ewetel.net">031152112850@sip1.ewetel.net</a> [BREAK]<br>
2008-10-28 16:52:48 [DEBUG] ozmod_ss7_boost.c:932 zap_ss7_boost_run() RX<br>
EVENT (N): CALL_START_ACK:(81) [w1g30] Rc=0 CSid=5 Seq=8<br>
2008-10-28 16:52:48 [DEBUG] ss7_boost_client.c:300<br>
__ss7bc_connection_read() Rx sync ok<br>
2008-10-28 16:52:48 [DEBUG] ozmod_ss7_boost.c:296<br>
handle_call_start_ack() Assign chan 1:29 (1:30) CSid=5<br>
2008-10-28 16:52:48 [DEBUG] mod_openzap.c:340 tech_init() Set codec PCMA<br>
20ms<br>
2008-10-28 16:52:48 [DEBUG] mod_openzap.c:1020<br>
channel_outgoing_channel() Connect outbound channel OpenZAP/1:29/44180002850<br>
2008-10-28 16:52:48 [NOTICE] switch_channel.c:553<br>
switch_channel_set_name() New Channel OpenZAP/1:29/44180002850<br>
[c1e6d98e-6654-4d6c-8e1b-41a4b3a52d39]<br>
2008-10-28 16:52:48 [DEBUG] mod_openzap.c:1029<br>
channel_outgoing_channel() (OpenZAP/1:29/44180002850) State Change<br>
CS_NEW -&gt; CS_INIT<br>
2008-10-28 16:52:48 [DEBUG] switch_core_session.c:727<br>
switch_core_session_signal_state_change() Send signal<br>
OpenZAP/1:29/44180002850 [BREAK]<br>
2008-10-28 16:52:48 [DEBUG] switch_ivr_originate.c:1598<br>
switch_ivr_originate() Originate Cancelled by originator termination<br>
Cause: 487 [ORIGINATOR_CANCEL]<br>
2008-10-28 16:52:48 [NOTICE] switch_ivr_originate.c:1637<br>
switch_ivr_originate() Hangup OpenZAP/1:29/44180002850 [CS_INIT]<br>
[ORIGINATOR_CANCEL]<br>
2008-10-28 16:52:48 [DEBUG] switch_channel.c:1449<br>
switch_channel_perform_hangup() Send signal OpenZAP/1:29/44180002850 [KILL]<br>
2008-10-28 16:52:48 [DEBUG] switch_core_session.c:727<br>
switch_core_session_signal_state_change() Send signal<br>
OpenZAP/1:29/44180002850 [BREAK]<br>
2008-10-28 16:52:48 [INFO] mod_dptools.c:1843 audio_bridge_function()<br>
Originate Failed. &nbsp;Cause: ORIGINATOR_CANCEL<br>
2008-10-28 16:52:48 [DEBUG] switch_core_state_machine.c:432<br>
switch_core_session_run()<br>
(sofia/softswitch_side/<a href="mailto:031152112850@sip1.ewetel.net">031152112850@sip1.ewetel.net</a>) State EXECUTE going<br>
to sleep<br>
2008-10-28 16:52:48 [DEBUG] switch_core_state_machine.c:367<br>
switch_core_session_run()<br>
(sofia/softswitch_side/<a href="mailto:031152112850@sip1.ewetel.net">031152112850@sip1.ewetel.net</a>) Running State<br>
Change CS_HANGUP<br>
2008-10-28 16:52:48 [DEBUG] switch_core_state_machine.c:395<br>
switch_core_session_run()<br>
(sofia/softswitch_side/<a href="mailto:031152112850@sip1.ewetel.net">031152112850@sip1.ewetel.net</a>) State HANGUP<br>
2008-10-28 16:52:48 [DEBUG] mod_sofia.c:276 sofia_on_hangup() Channel<br>
sofia/softswitch_side/<a href="mailto:031152112850@sip1.ewetel.net">031152112850@sip1.ewetel.net</a> hanging up, cause:<br>
ORIGINATOR_CANCEL<br>
2008-10-28 16:52:48 [DEBUG] switch_core_state_machine.c:46<br>
switch_core_standard_on_hangup()<br>
sofia/softswitch_side/<a href="mailto:031152112850@sip1.ewetel.net">031152112850@sip1.ewetel.net</a> Standard HANGUP,<br>
cause: ORIGINATOR_CANCEL<br>
2008-10-28 16:52:48 [DEBUG] switch_core_state_machine.c:395<br>
switch_core_session_run()<br>
(sofia/softswitch_side/<a href="mailto:031152112850@sip1.ewetel.net">031152112850@sip1.ewetel.net</a>) State HANGUP going<br>
to sleep<br>
2008-10-28 16:52:48 [DEBUG] switch_core_session.c:860<br>
switch_core_session_thread() Session 8<br>
(sofia/softswitch_side/<a href="mailto:031152112850@sip1.ewetel.net">031152112850@sip1.ewetel.net</a>) Locked, Waiting on<br>
external entities<br>
2008-10-28 16:52:48 [NOTICE] switch_core_session.c:878<br>
switch_core_session_thread() Session 8<br>
(sofia/softswitch_side/<a href="mailto:031152112850@sip1.ewetel.net">031152112850@sip1.ewetel.net</a>) Ended<br>
2008-10-28 16:52:48 [NOTICE] switch_core_session.c:880<br>
switch_core_session_thread() Close Channel<br>
sofia/softswitch_side/<a href="mailto:031152112850@sip1.ewetel.net">031152112850@sip1.ewetel.net</a> [CS_HANGUP]<br>
2008-10-28 16:52:48 [DEBUG] switch_core_state_machine.c:367<br>
switch_core_session_run() (OpenZAP/1:29/44180002850) Running State<br>
Change CS_HANGUP<br>
2008-10-28 16:52:48 [DEBUG] switch_core_state_machine.c:395<br>
switch_core_session_run() (OpenZAP/1:29/44180002850) State HANGUP<br>
<br>
!!!!!!!!!!!!!!!!!!!!!!!!!<br>
<br>
2008-10-28 16:52:48 [INFO] mod_openzap.c:446 channel_on_hangup()<br>
ZAP-STATE is &#39;0&#39;<br>
2008-10-28 16:52:48 [DEBUG] mod_openzap.c:474 channel_on_hangup()<br>
OpenZAP/1:29/44180002850 CHANNEL HANGUP<br>
<br>
!!!!!!!!!!!!!!!!!!!!!!!!!<br>
<br>
2008-10-28 16:52:48 [DEBUG] switch_core_state_machine.c:46<br>
switch_core_standard_on_hangup() OpenZAP/1:29/44180002850 Standard<br>
HANGUP, cause: ORIGINATOR_CANCEL<br>
2008-10-28 16:52:48 [DEBUG] switch_core_state_machine.c:395<br>
switch_core_session_run() (OpenZAP/1:29/44180002850) State HANGUP going<br>
to sleep<br>
2008-10-28 16:52:48 [DEBUG] switch_core_session.c:860<br>
switch_core_session_thread() Session 9 (OpenZAP/1:29/44180002850)<br>
Locked, Waiting on external entities<br>
2008-10-28 16:52:48 [NOTICE] switch_core_session.c:878<br>
switch_core_session_thread() Session 9 (OpenZAP/1:29/44180002850) Ended<br>
2008-10-28 16:52:48 [NOTICE] switch_core_session.c:880<br>
switch_core_session_thread() Close Channel OpenZAP/1:29/44180002850<br>
[CS_HANGUP]<br>
2008-10-28 16:52:48 [DEBUG] switch_core_codec.c:76<br>
switch_core_session_set_read_codec() resetting to uninitilized codec,<br>
setting to NULL<br>
2008-10-28 16:52:50 [DEBUG] ozmod_ss7_boost.c:932 zap_ss7_boost_run() RX<br>
EVENT (N): CALL_ANSWERED:(84) [w1g30] Rc=0 CSid=5 Seq=9<br>
2008-10-28 16:52:50 [DEBUG] ss7_boost_client.c:300<br>
__ss7bc_connection_read() Rx sync ok<br>
2008-10-28 16:53:07 [DEBUG] ozmod_ss7_boost.c:932 zap_ss7_boost_run() RX<br>
EVENT (N): CALL_STOPPED:(85) [w1g31] Rc=16 CSid=4 Seq=10<br>
2008-10-28 16:53:07 [DEBUG] ss7_boost_client.c:300<br>
__ss7bc_connection_read() Rx sync ok<br>
2008-10-28 16:53:07 [DEBUG] ozmod_ss7_boost.c:408 handle_call_stop()<br>
Changing state on 1:30 from DOWN to TERMINATING<br>
2008-10-28 16:53:07 [DEBUG] ozmod_ss7_boost.c:644 state_advance() 1:30<br>
STATE [TERMINATING]<br>
2008-10-28 16:53:07 [DEBUG] mod_openzap.c:1437 on_clear_channel_signal()<br>
got clear channel sig [STOP]<br>
2008-10-28 16:53:07 [DEBUG] ozmod_ss7_boost.c:782 state_advance()<br>
Changing state on 1:30 from TERMINATING to HANGUP_COMPLETE<br>
2008-10-28 16:53:07 [DEBUG] ss7_boost_client.c:216 ss7bc_exec_command()<br>
TX EVENT (N): CALL_STOPPED_ACK:(86) [w1g31] Rc=0 CSid=0 Seq=7<br>
2008-10-28 16:53:07 [DEBUG] ozmod_ss7_boost.c:644 state_advance() 1:30<br>
STATE [HANGUP_COMPLETE]<br>
2008-10-28 16:53:07 [DEBUG] ozmod_ss7_boost.c:736 state_advance()<br>
Changing state on 1:30 from HANGUP_COMPLETE to DOWN<br>
2008-10-28 16:53:07 [DEBUG] ozmod_ss7_boost.c:644 state_advance() 1:30<br>
STATE [DOWN]<br>
2008-10-28 16:53:07 [DEBUG] zap_io.c:1123 zap_channel_done() channel<br>
done 1:30<br>
2008-10-28 16:53:14 [DEBUG] ozmod_ss7_boost.c:932 zap_ss7_boost_run() RX<br>
EVENT (N): CALL_STOPPED:(85) [w1g30] Rc=16 CSid=5 Seq=11<br>
2008-10-28 16:53:14 [DEBUG] ss7_boost_client.c:300<br>
__ss7bc_connection_read() Rx sync ok<br>
2008-10-28 16:53:14 [DEBUG] ozmod_ss7_boost.c:408 handle_call_stop()<br>
Changing state on 1:29 from DOWN to TERMINATING<br>
2008-10-28 16:53:14 [DEBUG] ozmod_ss7_boost.c:644 state_advance() 1:29<br>
STATE [TERMINATING]<br>
2008-10-28 16:53:14 [DEBUG] mod_openzap.c:1437 on_clear_channel_signal()<br>
got clear channel sig [STOP]<br>
2008-10-28 16:53:14 [DEBUG] ozmod_ss7_boost.c:782 state_advance()<br>
Changing state on 1:29 from TERMINATING to HANGUP_COMPLETE<br>
2008-10-28 16:53:14 [DEBUG] ss7_boost_client.c:216 ss7bc_exec_command()<br>
TX EVENT (N): CALL_STOPPED_ACK:(86) [w1g30] Rc=0 CSid=0 Seq=8<br>
2008-10-28 16:53:14 [DEBUG] ozmod_ss7_boost.c:644 state_advance() 1:29<br>
STATE [HANGUP_COMPLETE]<br>
2008-10-28 16:53:14 [DEBUG] ozmod_ss7_boost.c:736 state_advance()<br>
Changing state on 1:29 from HANGUP_COMPLETE to DOWN<br>
2008-10-28 16:53:14 [DEBUG] ozmod_ss7_boost.c:644 state_advance() 1:29<br>
STATE [DOWN]<br>
2008-10-28 16:53:14 [DEBUG] zap_io.c:1123 zap_channel_done() channel<br>
done 1:29<br>
<br>
<br>
<br>
<br>
And here is the log, when my little hack is applied:<br>
Important part is marked with some &#39;!&#39;<br>
<br>
2008-10-28 16:55:38 [DEBUG] switch_core_state_machine.c:144<br>
switch_core_standard_on_execute()<br>
sofia/softswitch_side/<a href="mailto:031152112850@sip1.ewetel.net">031152112850@sip1.ewetel.net</a> Execute<br>
bridge(OpenZAP/1/a/44180002850)<br>
2008-10-28 16:55:38 [DEBUG] ozmod_ss7_boost.c:225<br>
ss7_boost_channel_request() TX EVENT: CALL_START:(80) [w1g1] CSid=1<br>
Seq=0 Cn=[hk] Cd=[44180002850] Ci=[31152112850]<br>
2008-10-28 16:55:39 [DEBUG] sofia.c:2269 sofia_handle_sip_i_state()<br>
Channel sofia/softswitch_side/<a href="mailto:031152112850@sip1.ewetel.net">031152112850@sip1.ewetel.net</a> entering<br>
state [terminated]<br>
2008-10-28 16:55:39 [NOTICE] sofia.c:2765 sofia_handle_sip_i_state()<br>
Hangup sofia/softswitch_side/<a href="mailto:031152112850@sip1.ewetel.net">031152112850@sip1.ewetel.net</a> [CS_EXECUTE]<br>
[ORIGINATOR_CANCEL]<br>
2008-10-28 16:55:39 [DEBUG] switch_channel.c:1449<br>
switch_channel_perform_hangup() Send signal<br>
sofia/softswitch_side/<a href="mailto:031152112850@sip1.ewetel.net">031152112850@sip1.ewetel.net</a> [KILL]<br>
2008-10-28 16:55:39 [DEBUG] switch_core_session.c:727<br>
switch_core_session_signal_state_change() Send signal<br>
sofia/softswitch_side/<a href="mailto:031152112850@sip1.ewetel.net">031152112850@sip1.ewetel.net</a> [BREAK]<br>
2008-10-28 16:55:39 [DEBUG] ozmod_ss7_boost.c:932 zap_ss7_boost_run() RX<br>
EVENT (N): CALL_START_ACK:(81) [w1g31] Rc=0 CSid=1 Seq=1<br>
2008-10-28 16:55:39 [DEBUG] ss7_boost_client.c:300<br>
__ss7bc_connection_read() Rx sync ok<br>
2008-10-28 16:55:39 [DEBUG] ozmod_ss7_boost.c:296<br>
handle_call_start_ack() Assign chan 1:30 (1:31) CSid=1<br>
2008-10-28 16:55:39 [DEBUG] mod_openzap.c:340 tech_init() Set codec PCMA<br>
20ms<br>
2008-10-28 16:55:39 [DEBUG] mod_openzap.c:1020<br>
channel_outgoing_channel() Connect outbound channel OpenZAP/1:30/44180002850<br>
2008-10-28 16:55:39 [NOTICE] switch_channel.c:553<br>
switch_channel_set_name() New Channel OpenZAP/1:30/44180002850<br>
[cf5117e3-bd44-40b6-8dec-2bc211f51e97]<br>
2008-10-28 16:55:39 [DEBUG] mod_openzap.c:1029<br>
channel_outgoing_channel() (OpenZAP/1:30/44180002850) State Change<br>
CS_NEW -&gt; CS_INIT<br>
2008-10-28 16:55:39 [DEBUG] switch_core_session.c:727<br>
switch_core_session_signal_state_change() Send signal<br>
OpenZAP/1:30/44180002850 [BREAK]<br>
2008-10-28 16:55:39 [DEBUG] switch_ivr_originate.c:1598<br>
switch_ivr_originate() Originate Cancelled by originator termination<br>
Cause: 487 [ORIGINATOR_CANCEL]<br>
2008-10-28 16:55:39 [NOTICE] switch_ivr_originate.c:1637<br>
switch_ivr_originate() Hangup OpenZAP/1:30/44180002850 [CS_INIT]<br>
[ORIGINATOR_CANCEL]<br>
2008-10-28 16:55:39 [DEBUG] switch_channel.c:1449<br>
switch_channel_perform_hangup() Send signal OpenZAP/1:30/44180002850 [KILL]<br>
2008-10-28 16:55:39 [DEBUG] switch_core_session.c:727<br>
switch_core_session_signal_state_change() Send signal<br>
OpenZAP/1:30/44180002850 [BREAK]<br>
2008-10-28 16:55:39 [INFO] mod_dptools.c:1843 audio_bridge_function()<br>
Originate Failed. &nbsp;Cause: ORIGINATOR_CANCEL<br>
2008-10-28 16:55:39 [DEBUG] switch_core_state_machine.c:432<br>
switch_core_session_run()<br>
(sofia/softswitch_side/<a href="mailto:031152112850@sip1.ewetel.net">031152112850@sip1.ewetel.net</a>) State EXECUTE going<br>
to sleep<br>
2008-10-28 16:55:39 [DEBUG] switch_core_state_machine.c:367<br>
switch_core_session_run()<br>
(sofia/softswitch_side/<a href="mailto:031152112850@sip1.ewetel.net">031152112850@sip1.ewetel.net</a>) Running State<br>
Change CS_HANGUP<br>
2008-10-28 16:55:39 [DEBUG] switch_core_state_machine.c:367<br>
switch_core_session_run() (OpenZAP/1:30/44180002850) Running State<br>
Change CS_HANGUP<br>
2008-10-28 16:55:39 [DEBUG] switch_core_state_machine.c:395<br>
switch_core_session_run()<br>
(sofia/softswitch_side/<a href="mailto:031152112850@sip1.ewetel.net">031152112850@sip1.ewetel.net</a>) State HANGUP<br>
2008-10-28 16:55:39 [DEBUG] switch_core_state_machine.c:395<br>
switch_core_session_run() (OpenZAP/1:30/44180002850) State HANGUP<br>
2008-10-28 16:55:39 [DEBUG] mod_sofia.c:276 sofia_on_hangup() Channel<br>
sofia/softswitch_side/<a href="mailto:031152112850@sip1.ewetel.net">031152112850@sip1.ewetel.net</a> hanging up, cause:<br>
ORIGINATOR_CANCEL<br>
<br>
!!!!!!!!!!!!!!!!!!!!!!!!!!<br>
<br>
2008-10-28 16:55:39 [INFO] mod_openzap.c:446 channel_on_hangup()<br>
ZAP-STATE is &#39;0&#39;<br>
2008-10-28 16:55:39 [DEBUG] mod_openzap.c:453 channel_on_hangup()<br>
Changing state on 1:30 from DOWN to HANGUP<br>
2008-10-28 16:55:39 [DEBUG] mod_openzap.c:474 channel_on_hangup()<br>
OpenZAP/1:30/44180002850 CHANNEL HANGUP<br>
<br>
!!!!!!!!!!!!!!!!!!!!!!!!!!!<br>
<br>
2008-10-28 16:55:39 [DEBUG] switch_core_state_machine.c:46<br>
switch_core_standard_on_hangup() OpenZAP/1:30/44180002850 Standard<br>
HANGUP, cause: ORIGINATOR_CANCEL<br>
2008-10-28 16:55:39 [DEBUG] switch_core_state_machine.c:46<br>
switch_core_standard_on_hangup()<br>
sofia/softswitch_side/<a href="mailto:031152112850@sip1.ewetel.net">031152112850@sip1.ewetel.net</a> Standard HANGUP,<br>
cause: ORIGINATOR_CANCEL<br>
2008-10-28 16:55:39 [DEBUG] switch_core_state_machine.c:395<br>
switch_core_session_run() (OpenZAP/1:30/44180002850) State HANGUP going<br>
to sleep<br>
2008-10-28 16:55:39 [DEBUG] switch_core_state_machine.c:395<br>
switch_core_session_run()<br>
(sofia/softswitch_side/<a href="mailto:031152112850@sip1.ewetel.net">031152112850@sip1.ewetel.net</a>) State HANGUP going<br>
to sleep<br>
2008-10-28 16:55:39 [DEBUG] switch_core_session.c:860<br>
switch_core_session_thread() Session 2 (OpenZAP/1:30/44180002850)<br>
Locked, Waiting on external entities<br>
2008-10-28 16:55:39 [DEBUG] switch_core_session.c:860<br>
switch_core_session_thread() Session 1<br>
(sofia/softswitch_side/<a href="mailto:031152112850@sip1.ewetel.net">031152112850@sip1.ewetel.net</a>) Locked, Waiting on<br>
external entities<br>
2008-10-28 16:55:39 [NOTICE] switch_core_session.c:878<br>
switch_core_session_thread() Session 2 (OpenZAP/1:30/44180002850) Ended<br>
2008-10-28 16:55:39 [NOTICE] switch_core_session.c:878<br>
switch_core_session_thread() Session 1<br>
(sofia/softswitch_side/<a href="mailto:031152112850@sip1.ewetel.net">031152112850@sip1.ewetel.net</a>) Ended<br>
2008-10-28 16:55:39 [NOTICE] switch_core_session.c:880<br>
switch_core_session_thread() Close Channel OpenZAP/1:30/44180002850<br>
[CS_HANGUP]<br>
2008-10-28 16:55:39 [NOTICE] switch_core_session.c:880<br>
switch_core_session_thread() Close Channel<br>
sofia/softswitch_side/<a href="mailto:031152112850@sip1.ewetel.net">031152112850@sip1.ewetel.net</a> [CS_HANGUP]<br>
2008-10-28 16:55:39 [DEBUG] switch_core_codec.c:76<br>
switch_core_session_set_read_codec() resetting to uninitilized codec,<br>
setting to NULL<br>
2008-10-28 16:55:39 [DEBUG] ozmod_ss7_boost.c:644 state_advance() 1:30<br>
STATE [HANGUP]<br>
2008-10-28 16:55:39 [DEBUG] ss7_boost_client.c:216 ss7bc_exec_command()<br>
TX EVENT (N): CALL_START_NACK:(82) [w1g31] Rc=16 CSid=0 Seq=1<br>
2008-10-28 16:55:40 [DEBUG] ozmod_ss7_boost.c:932 zap_ss7_boost_run() RX<br>
EVENT (N): CALL_START_NACK_ACK:(83) [w1g31] Rc=0 CSid=1 Seq=2<br>
2008-10-28 16:55:40 [DEBUG] ss7_boost_client.c:300<br>
__ss7bc_connection_read() Rx sync ok<br>
2008-10-28 16:55:40 [DEBUG] ozmod_ss7_boost.c:333 handle_call_done()<br>
Changing state on 1:30 from HANGUP to HANGUP_COMPLETE<br>
2008-10-28 16:55:40 [DEBUG] ozmod_ss7_boost.c:644 state_advance() 1:30<br>
STATE [HANGUP_COMPLETE]<br>
2008-10-28 16:55:40 [DEBUG] ozmod_ss7_boost.c:736 state_advance()<br>
Changing state on 1:30 from HANGUP_COMPLETE to DOWN<br>
2008-10-28 16:55:40 [DEBUG] ozmod_ss7_boost.c:644 state_advance() 1:30<br>
STATE [DOWN]<br>
2008-10-28 16:55:40 [DEBUG] zap_io.c:1123 zap_channel_done() channel<br>
done 1:30<br>
<br>
<br>
regards<br>
Helmut<br>
<div class="Ih2E3d"><br>
-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG v1.4.9 (MingW32)<br>
Comment: Using GnuPG with Mozilla - <a href="http://enigmail.mozdev.org" target="_blank">http://enigmail.mozdev.org</a><br>
<br>
</div>iEYEARECAAYFAkkHN70ACgkQ4tZeNddg3dw86gCgkFql8szq3u8/aOIcr9FNz4Gz<br>
bBsAn0n+unK6p48XZd3y+ESEf96WNm+8<br>
=7ZI6<br>
<div><div></div><div class="Wj3C7c">-----END PGP SIGNATURE-----<br>
<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>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/">http://www.cluecon.com/</a><br>
<br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br><a href="http://iax:guest@conference.freeswitch.org/888">iax:guest@conference.freeswitch.org/888</a><br>
<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>pstn:213-799-1400<br>