do you have something listening on 8084 ?<br><br><br><div class="gmail_quote">On Wed, Dec 9, 2009 at 4:35 PM, Tim Uckun <span dir="ltr">&lt;<a href="mailto:timuckun@gmail.com">timuckun@gmail.com</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;">
Hey All. I am trying to get freeswitch to route to my socket handler<br>
and am having a problem.<br>
<br>
I am running freeswitch inside a virtualbox VM for testing purposes.<br>
The vitualbox communicates with my host via the &quot;host only&quot; adapter.<br>
The VM IP address is 192.168.56.3 and the laptop has the iP<br>
192.168.56.1<br>
<br>
I have set up both an outbound and an inbound socket handlers. The<br>
inbound one works fine, the outbound is not working . The inbound<br>
merely logs the event name. The outbound logs the connection and hangs<br>
up.<br>
<br>
I have set up an extension like this<br>
<br>
&lt;include&gt;<br>
  &lt;extension name=&quot;8084&quot;&gt;<br>
    &lt;condition field=&quot;destination_number&quot; expression=&quot;^8084$&quot;&gt;<br>
      &lt;action application=&quot;set&quot; data=&quot;continue_on_fail=true&quot; /&gt; &lt;!--<br>
we still need this to continue if bridging times out --&gt;<br>
      &lt;action application=&quot;set&quot; data=&quot;call_timeout=5&quot; /&gt;<br>
      &lt;action application=&quot;socket&quot; data=&quot;<a href="http://192.168.56.1:8084" target="_blank">192.168.56.1:8084</a> sync full&quot;/&gt;<br>
    &lt;/condition&gt;<br>
  &lt;/extension&gt;<br>
&lt;/include&gt;<br>
<br>
<br>
When I dial 8084 I get a lot of events being logged but the oubound<br>
never gets the calls and never logs the call.<br>
<br>
I have added the fs_cli output below. It looks to me like it&#39;s sending<br>
the output to the other IP address of my laptop instead of the one I<br>
specified in my extension but I could just be misreading that.   I<br>
have set the external IP of the freeswitch to the 56.3 address.<br>
<br>
Here is the LSOF output<br>
<br>
freeswitc 2468       root   31u     IPv4       5785<br>
TCP ubuntuvm01:5080 (LISTEN)<br>
freeswitc 2468       root   33u     IPv6       5791<br>
TCP localhost:5060 (LISTEN)<br>
freeswitc 2468       root   36u     IPv4       5804<br>
TCP <a href="http://192.168.56.3:5060" target="_blank">192.168.56.3:5060</a> (LISTEN)<br>
freeswitc 2468       root   48u     IPv4       5910<br>
TCP <a href="http://192.168.56.3:8021" target="_blank">192.168.56.3:8021</a> (LISTEN)<br>
freeswitc 2468       root   50u     IPv4       5912<br>
TCP *:8080 (LISTEN)<br>
<br>
<br>
Here is the output from the fs_cli<br>
<br>
2009-12-09 14:31:53.255579 [DEBUG] sofia.c:5224 0 acls to check for proxy<br>
2009-12-09 14:31:53.255579 [DEBUG] sofia.c:5242 network ip is a proxy [0]<br>
2009-12-09 14:31:53.255579 [DEBUG] sofia.c:5270 IP 192.168.56.1<br>
Rejected by acl &quot;domains&quot;. Falling back to Digest auth.<br>
2009-12-09 14:31:53.357865 [DEBUG] sofia.c:5224 0 acls to check for proxy<br>
2009-12-09 14:31:53.357865 [DEBUG] sofia.c:5242 network ip is a proxy [0]<br>
2009-12-09 14:31:53.357865 [DEBUG] sofia.c:5270 IP 192.168.56.1<br>
Rejected by acl &quot;domains&quot;. Falling back to Digest auth.<br>
2009-12-09 14:31:53.420949 [NOTICE] switch_channel.c:613 New Channel<br>
sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a><br>
[2fbcf6fe-b35e-4c40-92a6-9f21de3102fa]<br>
2009-12-09 14:31:53.422090 [DEBUG] switch_core_state_machine.c:314<br>
(sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a>) Running State Change CS_NEW<br>
2009-12-09 14:31:53.422090 [DEBUG] switch_core_state_machine.c:320<br>
(sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a>) State NEW<br>
2009-12-09 14:31:53.422090 [DEBUG] sofia.c:3727 Channel<br>
sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> entering state [received][100]<br>
2009-12-09 14:31:53.422090 [DEBUG] sofia.c:3738 Remote SDP:<br>
v=0<br>
o=Z 0 0 IN IP4 218.101.6.157<br>
s=Z<br>
c=IN IP4 218.101.6.157<br>
t=0 0<br>
m=audio 8000 RTP/AVP 3 110 98 8 0 101<br>
a=rtpmap:3 GSM/8000<br>
a=rtpmap:110 speex/8000<br>
a=rtpmap:98 iLBC/8000<br>
a=fmtp:98 mode=30<br>
a=rtpmap:8 PCMA/8000<br>
a=rtpmap:0 PCMU/8000<br>
a=rtpmap:101 telephone-event/8000<br>
a=fmtp:101 0-15<br>
<br>
2009-12-09 14:31:53.422090 [DEBUG] sofia_glue.c:3305 Audio Codec<br>
Compare [GSM:3:8000:20]/[G7221:115:32000:20]<br>
2009-12-09 14:31:53.422090 [DEBUG] sofia_glue.c:3305 Audio Codec<br>
Compare [GSM:3:8000:20]/[G7221:107:16000:20]<br>
2009-12-09 14:31:53.422090 [DEBUG] sofia_glue.c:3305 Audio Codec<br>
Compare [GSM:3:8000:20]/[G722:9:8000:20]<br>
2009-12-09 14:31:53.422090 [DEBUG] sofia_glue.c:3305 Audio Codec<br>
Compare [GSM:3:8000:20]/[PCMU:0:8000:20]<br>
2009-12-09 14:31:53.422090 [DEBUG] sofia_glue.c:3305 Audio Codec<br>
Compare [GSM:3:8000:20]/[PCMA:8:8000:20]<br>
2009-12-09 14:31:53.422090 [DEBUG] sofia_glue.c:3305 Audio Codec<br>
Compare [GSM:3:8000:20]/[GSM:3:8000:20]<br>
2009-12-09 14:31:53.422090 [DEBUG] sofia_glue.c:2143 Set Codec<br>
sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> GSM/8000 20 ms 160 samples<br>
2009-12-09 14:31:53.423898 [DEBUG] sofia_glue.c:3261 Set 2833 dtmf<br>
payload to 101<br>
2009-12-09 14:31:53.423898 [DEBUG] sofia.c:3885<br>
(sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a>) State Change CS_NEW -&gt; CS_INIT<br>
2009-12-09 14:31:53.423898 [DEBUG] switch_core_session.c:999 Send<br>
signal sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> [BREAK]<br>
2009-12-09 14:31:53.423898 [DEBUG] switch_core_state_machine.c:314<br>
(sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a>) Running State Change CS_INIT<br>
2009-12-09 14:31:53.423898 [DEBUG] switch_core_state_machine.c:338<br>
(sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a>) State INIT<br>
2009-12-09 14:31:53.423898 [DEBUG] mod_sofia.c:83<br>
sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> SOFIA INIT<br>
2009-12-09 14:31:53.423898 [DEBUG] mod_sofia.c:111<br>
(sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a>) State Change CS_INIT -&gt; CS_ROUTING<br>
2009-12-09 14:31:53.423898 [DEBUG] switch_core_session.c:999 Send<br>
signal sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> [BREAK]<br>
2009-12-09 14:31:53.423898 [DEBUG] switch_core_state_machine.c:338<br>
(sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a>) State INIT going to sleep<br>
2009-12-09 14:31:53.423898 [DEBUG] switch_core_state_machine.c:314<br>
(sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a>) Running State Change CS_ROUTING<br>
2009-12-09 14:31:53.423898 [DEBUG] switch_core_state_machine.c:341<br>
(sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a>) State ROUTING<br>
2009-12-09 14:31:53.423898 [DEBUG] mod_sofia.c:132<br>
sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> SOFIA ROUTING<br>
2009-12-09 14:31:53.423898 [DEBUG] switch_core_state_machine.c:78<br>
sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> Standard ROUTING<br>
2009-12-09 14:31:53.423898 [INFO] mod_dialplan_xml.c:408 Processing<br>
1000-&gt;8084 in context default<br>
Dialplan: sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> parsing [default-&gt;unloop]<br>
continue=false<br>
Dialplan: sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> Regex (PASS) [unloop]<br>
${unroll_loops}(true) =~ /^true$/ break=on-false<br>
Dialplan: sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> Regex (FAIL) [unloop]<br>
${sip_looped_call}() =~ /^true$/ break=on-false<br>
Dialplan: sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> parsing<br>
[default-&gt;tod_example] continue=true<br>
Dialplan: day of week[4] =~ 2-6 (PASS)<br>
Dialplan: hour[14] =~ 9-18 (PASS)<br>
Dialplan: sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> Date/Time Match (PASS)<br>
[tod_example] break=on-false<br>
Dialplan: sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> Action set(open=true)<br>
Dialplan: sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> parsing<br>
[default-&gt;holiday_example] continue=true<br>
Dialplan: month[12] =~ 1 (FAIL)<br>
Dialplan: sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> Date/Time Match (FAIL)<br>
[holiday_example] break=on-false<br>
Dialplan: sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> parsing<br>
[default-&gt;global-intercept] continue=false<br>
Dialplan: sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> Regex (FAIL)<br>
[global-intercept] destination_number(8084) =~ /^886$/ break=on-false<br>
Dialplan: sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> parsing<br>
[default-&gt;group-intercept] continue=false<br>
Dialplan: sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> Regex (FAIL)<br>
[group-intercept] destination_number(8084) =~ /^\*8$/ break=on-false<br>
Dialplan: sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> parsing<br>
[default-&gt;intercept-ext] continue=false<br>
Dialplan: sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> Regex (FAIL)<br>
[intercept-ext] destination_number(8084) =~ /^\*\*(\d+)$/<br>
break=on-false<br>
Dialplan: sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> parsing [default-&gt;redial]<br>
continue=false<br>
Dialplan: sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> Regex (FAIL) [redial]<br>
destination_number(8084) =~ /^870$/ break=on-false<br>
Dialplan: sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> parsing [default-&gt;global]<br>
continue=true<br>
Dialplan: sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> Regex (FAIL) [global]<br>
${call_debug}(false) =~ /^true$/ break=never<br>
Dialplan: sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> Regex (FAIL) [global]<br>
${sip_has_crypto}() =~<br>
/^(AES_CM_128_HMAC_SHA1_32|AES_CM_128_HMAC_SHA1_80)$/ break=never<br>
Dialplan: sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> Absolute Condition [global]<br>
Dialplan: sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> Action<br>
hash(insert/${domain_name}-spymap/${caller_id_number}/${uuid})<br>
Dialplan: sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> Action<br>
hash(insert/${domain_name}-last_dial/${caller_id_number}/${destination_number})<br>
Dialplan: sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> Action<br>
hash(insert/${domain_name}-last_dial/global/${uuid})<br>
Dialplan: sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> parsing<br>
[default-&gt;snom-demo-2] continue=false<br>
Dialplan: sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> Regex (FAIL) [snom-demo-2]<br>
destination_number(8084) =~ /^9001$/ break=on-false<br>
Dialplan: sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> parsing<br>
[default-&gt;snom-demo-1] continue=false<br>
Dialplan: sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> Regex (FAIL) [snom-demo-1]<br>
destination_number(8084) =~ /^9000$/ break=on-false<br>
Dialplan: sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> parsing<br>
[default-&gt;eavesdrop] continue=false<br>
Dialplan: sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> Regex (FAIL) [eavesdrop]<br>
destination_number(8084) =~ /^88(.*)$|^\*0(.*)$/ break=on-false<br>
Dialplan: sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> parsing<br>
[default-&gt;eavesdrop] continue=false<br>
Dialplan: sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> Regex (FAIL) [eavesdrop]<br>
destination_number(8084) =~ /^779$/ break=on-false<br>
Dialplan: sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> parsing<br>
[default-&gt;call_return] continue=false<br>
Dialplan: sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> Regex (FAIL) [call_return]<br>
destination_number(8084) =~ /^\*69$|^869$|^lcr$/ break=on-false<br>
Dialplan: sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> parsing<br>
[default-&gt;del-group] continue=false<br>
Dialplan: sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> Regex (PASS) [del-group]<br>
destination_number(8084) =~ /^80(\d{2})$/ break=on-false<br>
Dialplan: sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> Action answer()<br>
Dialplan: sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> Action<br>
group(delete:84@${domain_name}:${sofia_contact(${sip_from_user}@${domain_name})})<br>
Dialplan: sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> Action gentones(%(1000, 0, 320))<br>
2009-12-09 14:31:53.423898 [DEBUG] switch_core_state_machine.c:122<br>
(sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a>) State Change CS_ROUTING -&gt;<br>
CS_EXECUTE<br>
2009-12-09 14:31:53.423898 [DEBUG] switch_core_session.c:999 Send<br>
signal sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> [BREAK]<br>
2009-12-09 14:31:53.423898 [DEBUG] switch_core_state_machine.c:341<br>
(sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a>) State ROUTING going to sleep<br>
2009-12-09 14:31:53.423898 [DEBUG] switch_core_state_machine.c:314<br>
(sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a>) Running State Change CS_EXECUTE<br>
2009-12-09 14:31:53.423898 [DEBUG] switch_core_state_machine.c:348<br>
(sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a>) State EXECUTE<br>
2009-12-09 14:31:53.423898 [DEBUG] mod_sofia.c:181<br>
sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> SOFIA EXECUTE<br>
2009-12-09 14:31:53.423898 [DEBUG] switch_core_state_machine.c:159<br>
sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> Standard EXECUTE<br>
EXECUTE sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> set(open=true)<br>
2009-12-09 14:31:53.423898 [DEBUG] mod_dptools.c:768<br>
sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> SET [open]=[true]<br>
EXECUTE sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a><br>
hash(insert/192.168.56.3-spymap/1000/2fbcf6fe-b35e-4c40-92a6-9f21de3102fa)<br>
EXECUTE sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a><br>
hash(insert/192.168.56.3-last_dial/1000/8084)<br>
EXECUTE sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a><br>
hash(insert/192.168.56.3-last_dial/global/2fbcf6fe-b35e-4c40-92a6-9f21de3102fa)<br>
EXECUTE sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> answer()<br>
2009-12-09 14:31:53.423898 [DEBUG] mod_dptools.c:658<br>
sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> receive message [ANSWER]<br>
2009-12-09 14:31:53.423898 [DEBUG] sofia_glue.c:2381 AUDIO RTP<br>
[sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a>] 192.168.50.173 port 27042 -&gt;<br>
218.101.6.157 port 8000 codec: 3 ms: 20<br>
2009-12-09 14:31:53.423898 [DEBUG] switch_rtp.c:1167 Starting timer<br>
[soft] 160 bytes per 20ms<br>
2009-12-09 14:31:53.423898 [DEBUG] mod_sofia.c:571 Local SDP<br>
sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a>:<br>
v=0<br>
o=FreeSWITCH 1260370871 1260370872 IN IP4 192.168.50.173<br>
s=FreeSWITCH<br>
c=IN IP4 192.168.50.173<br>
t=0 0<br>
m=audio 27042 RTP/AVP 3 101<br>
a=rtpmap:3 GSM/8000<br>
a=rtpmap:101 telephone-event/8000<br>
a=fmtp:101 0-16<br>
a=silenceSupp:off - - - -<br>
a=ptime:20<br>
a=sendrecv<br>
<br>
2009-12-09 14:31:53.423898 [DEBUG] switch_core_session.c:645 Send<br>
signal sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> [BREAK]<br>
2009-12-09 14:31:53.423898 [NOTICE] mod_dptools.c:658 Channel<br>
[sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a>] has been answered<br>
2009-12-09 14:31:53.423898 [DEBUG] switch_channel.c:182<br>
sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> receive message [AUDIO_SYNC]<br>
EXECUTE sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a><br>
group(delete:84@192.168.56.3:sofia/internal/sip:1000@218.101.6.157:5070;rinstance=a8b6fdbc731e3b66;transport=UDP)<br>
EXECUTE sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> gentones(%(1000, 0, 320))<br>
2009-12-09 14:31:53.436374 [DEBUG] switch_core_io.c:652<br>
sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> receive message<br>
[TRANSCODING_NECESSARY]<br>
2009-12-09 14:31:53.436670 [DEBUG] sofia.c:3727 Channel<br>
sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> entering state [completed][200]<br>
2009-12-09 14:31:53.490803 [DEBUG] sofia.c:3727 Channel<br>
sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> entering state [ready][200]<br>
2009-12-09 14:31:53.729534 [INFO] switch_rtp.c:1987 Auto Changing port<br>
from <a href="http://218.101.6.157:8000" target="_blank">218.101.6.157:8000</a> to <a href="http://192.168.50.105:8000" target="_blank">192.168.50.105:8000</a><br>
2009-12-09 14:31:54.430526 [NOTICE] switch_core_state_machine.c:187<br>
Hangup sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> [CS_EXECUTE] [NORMAL_CLEARING]<br>
2009-12-09 14:31:54.430526 [DEBUG] switch_channel.c:1912 Send signal<br>
sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> [KILL]<br>
2009-12-09 14:31:54.430526 [DEBUG] switch_core_session.c:999 Send<br>
signal sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> [BREAK]<br>
2009-12-09 14:31:54.430526 [DEBUG] switch_core_state_machine.c:488<br>
(sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a>) State HANGUP<br>
2009-12-09 14:31:54.430526 [DEBUG] mod_sofia.c:358 Channel<br>
sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> hanging up, cause: NORMAL_CLEARING<br>
2009-12-09 14:31:54.430526 [DEBUG] mod_sofia.c:400 Sending BYE to<br>
sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a><br>
2009-12-09 14:31:54.430526 [DEBUG] switch_core_state_machine.c:46<br>
sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> Standard HANGUP, cause:<br>
NORMAL_CLEARING<br>
2009-12-09 14:31:54.430526 [DEBUG] switch_core_state_machine.c:488<br>
(sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a>) State HANGUP going to sleep<br>
2009-12-09 14:31:54.430526 [DEBUG] switch_core_state_machine.c:348<br>
(sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a>) State EXECUTE going to sleep<br>
2009-12-09 14:31:54.430526 [DEBUG] switch_core_state_machine.c:314<br>
(sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a>) Running State Change CS_HANGUP<br>
2009-12-09 14:31:54.430526 [DEBUG] switch_core_state_machine.c:465<br>
sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> handler already called, skipping<br>
state handler.<br>
2009-12-09 14:31:54.430526 [DEBUG] switch_core_state_machine.c:333<br>
(sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a>) State Change CS_HANGUP -&gt;<br>
CS_REPORTING<br>
2009-12-09 14:31:54.430526 [DEBUG] switch_core_session.c:999 Send<br>
signal sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> [BREAK]<br>
2009-12-09 14:31:54.430526 [DEBUG] switch_core_state_machine.c:314<br>
(sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a>) Running State Change CS_REPORTING<br>
2009-12-09 14:31:54.430526 [DEBUG] switch_core_state_machine.c:579<br>
(sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a>) State REPORTING<br>
2009-12-09 14:31:54.430526 [DEBUG] switch_core_state_machine.c:53<br>
sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> Standard REPORTING, cause:<br>
NORMAL_CLEARING<br>
2009-12-09 14:31:54.430526 [DEBUG] switch_core_state_machine.c:579<br>
(sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a>) State REPORTING going to sleep<br>
2009-12-09 14:31:54.430526 [DEBUG] switch_core_state_machine.c:327<br>
(sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a>) State Change CS_REPORTING -&gt;<br>
CS_DESTROY<br>
2009-12-09 14:31:54.430526 [DEBUG] switch_core_session.c:999 Send<br>
signal sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> [BREAK]<br>
2009-12-09 14:31:54.430526 [DEBUG] switch_core_session.c:1136 Session<br>
6 (sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a>) Locked, Waiting on external<br>
entities<br>
2009-12-09 14:31:54.430526 [NOTICE] switch_core_session.c:1154 Session<br>
6 (sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a>) Ended<br>
2009-12-09 14:31:54.430526 [NOTICE] switch_core_session.c:1156 Close<br>
Channel sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> [CS_DESTROY]<br>
2009-12-09 14:31:54.430526 [DEBUG] switch_core_state_machine.c:423<br>
(sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a>) Running State Change CS_DESTROY<br>
2009-12-09 14:31:54.430526 [DEBUG] switch_core_state_machine.c:434<br>
(sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a>) State DESTROY<br>
2009-12-09 14:31:54.430526 [DEBUG] mod_sofia.c:293<br>
sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> SOFIA DESTROY<br>
2009-12-09 14:31:54.430526 [DEBUG] switch_core_state_machine.c:60<br>
sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a> Standard DESTROY<br>
2009-12-09 14:31:54.430526 [DEBUG] switch_core_state_machine.c:434<br>
(sofia/internal/<a href="mailto:1000@192.168.56.3">1000@192.168.56.3</a>) State DESTROY going to sleep<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>
</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>
Twitter: <a href="http://twitter.com/FreeSWITCH_wire">http://twitter.com/FreeSWITCH_wire</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>