Hi Giovanni,<div><br></div><div>I have tested your suggestion, the call works fine, when answered in dial plan before bridge. <br><br></div><div><br><div class="gmail_quote">On Sat, Mar 5, 2011 at 5:01 AM, Giovanni Maruzzelli <span dir="ltr">&lt;<a href="mailto:gmaruzz@gmail.com">gmaruzz@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi Yi,<br>
<br>
could you please test your extension inserting an action &quot;answer&quot;<br>
before the action &quot;bridge&quot; ?<br>
<br>
-giovanni<br>
<div><div></div><div class="h5"><br>
On 3/5/11, Yihui Li &lt;<a href="mailto:xyangni@gmail.com">xyangni@gmail.com</a>&gt; wrote:<br>
&gt; Dear all,<br>
&gt;<br>
&gt; I am tring skypopen with latest git-head.<br>
&gt; There are just 1 skype instance. When forward skype call to 5000, it works<br>
&gt; fine. It also works fine with originate skypopen/interface1/*****<br>
&gt; &amp;bridge(user/1001)<br>
&gt;<br>
&gt;  But when I try to forward skype to 1001 with the following dial plan, call<br>
&gt; hang up imediately when answered.<br>
&gt;<br>
&gt;   &lt;extension name=&quot;skypetest&quot;&gt;<br>
&gt;     &lt;condition field=&quot;destination_number&quot; expression=&quot;^(5100)$&quot;&gt;<br>
&gt;       &lt;action application=&quot;bridge&quot; data=&quot;user/1001&quot;/&gt;<br>
&gt;     &lt;/condition&gt;<br>
&gt;   &lt;/extension&gt;<br>
&gt;<br>
&gt; I am working on l ubuntu 10.10 server edition and skype static 2.0.0.72<br>
&gt;<br>
&gt; here is the skype configure<br>
&gt; =============full mod_skypopen.conf.xml=====================<br>
&gt; &lt;configuration name=&quot;skypopen.conf&quot; description=&quot;Skypopen Configuration&quot;&gt;<br>
&gt;   &lt;global_settings&gt;<br>
&gt;     &lt;param name=&quot;debug&quot; value=&quot;8&quot;/&gt;<br>
&gt;     &lt;param name=&quot;dialplan&quot; value=&quot;XML&quot;/&gt;<br>
&gt;     &lt;param name=&quot;context&quot; value=&quot;default&quot;/&gt;<br>
&gt;     &lt;param name=&quot;destination&quot; value=&quot;5100&quot;/&gt;<br>
&gt;     &lt;param name=&quot;skype_user&quot; value=&quot;user1&quot;/&gt;<br>
&gt;     &lt;param name=&quot;report_incoming_chatmessages&quot; value=&quot;true&quot;/&gt;<br>
&gt;     &lt;param name=&quot;silent_mode&quot; value=&quot;false&quot;/&gt;<br>
&gt;     &lt;param name=&quot;write_silence_when_idle&quot; value=&quot;true&quot;/&gt;<br>
&gt;   &lt;/global_settings&gt;<br>
&gt;   &lt;!-- one entry here per each skypopen interface --&gt;<br>
&gt;   &lt;per_interface_settings&gt;<br>
&gt;     &lt;interface id=&quot;1&quot; name=&quot;interface1&quot;&gt;<br>
&gt;         &lt;param name=&quot;X11-display&quot; value=&quot;localhost:10.0&quot;/&gt;<br>
&gt;         &lt;param name=&quot;skype_user&quot; value=&quot;niqizhi&quot;/&gt;<br>
&gt;     &lt;/interface&gt;<br>
&gt;   &lt;/per_interface_settings&gt;<br>
&gt; &lt;/configuration&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; the debug message of the call is listed below. May I ask what is the<br>
&gt; possiable cause? Thanks.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; 2011-03-05 03:15:13.353532 [DEBUG] skypopen_protocol.c:173<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  173  ][interface1     ][IDLE,IDLE] READING:<br>
&gt; |||CALL 142 CONF_ID 0|||<br>
&gt; 2011-03-05 03:15:13.438727 [DEBUG] skypopen_protocol.c:173<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  173  ][interface1     ][IDLE,IDLE] READING:<br>
&gt; |||CALL 142 STATUS RINGING|||<br>
&gt; 2011-03-05 03:15:13.438727 [DEBUG] skypopen_protocol.c:595<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  595  ][interface1     ][IDLE,IDLE] NO ACTIVE<br>
&gt; calls in this moment, skype_call 142 is RINGING, to ask PARTNER_DISPNAME and<br>
&gt; PARTNER_HANDLE<br>
&gt; 2011-03-05 03:15:13.438727 [DEBUG] skypopen_protocol.c:1619<br>
&gt;  [32b8f10|9350fb9] [DEBUG_SKYPE  1619 ][interface1     ][IDLE,IDLE] SENDING:<br>
&gt; |||GET CALL 142 PARTNER_DISPNAME||||<br>
&gt; 2011-03-05 03:15:13.438727 [DEBUG] skypopen_protocol.c:1619<br>
&gt;  [32b8f10|9350fb9] [DEBUG_SKYPE  1619 ][interface1     ][IDLE,IDLE] SENDING:<br>
&gt; |||GET CALL 142 PARTNER_HANDLE||||<br>
&gt; 2011-03-05 03:15:13.576818 [DEBUG] skypopen_protocol.c:173<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  173  ][interface1     ][IDLE,IDLE] READING:<br>
&gt; |||CALL 142 PARTNER_DISPNAME Eric Ni|||<br>
&gt; 2011-03-05 03:15:13.609592 [DEBUG] skypopen_protocol.c:173<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  173  ][interface1     ][IDLE,IDLE] READING:<br>
&gt; |||CALL 142 PARTNER_HANDLE eric.nqz|||<br>
&gt; 2011-03-05 03:15:13.609592 [DEBUG] skypopen_protocol.c:506<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  506  ][interface1     ][IDLE,IDLE] Call 142<br>
&gt; go to skypopen_partner_handle_ring<br>
&gt; 2011-03-05 03:15:13.609592 [DEBUG] mod_skypopen.c:2626<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  2626 ][interface1     ][IDLE,IDLE] NOT FOUND<br>
&gt; 2011-03-05 03:15:13.609592 [DEBUG] mod_skypopen.c:2244<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  2244 ][interface1     ][PRERING,IDLE] 2<br>
&gt; SESSION_REQUEST c958d9be-46d6-11e0-bb71-d9b9e6428344<br>
&gt; 2011-03-05 03:15:13.609592 [DEBUG] mod_skypopen.c:244<br>
&gt;  [32b8f10|9350fb9] [DEBUG_SKYPE  244  ][interface1     ][PRERING,IDLE]<br>
&gt; codecs UP<br>
&gt; 2011-03-05 03:15:13.609592 [DEBUG] mod_skypopen.c:273<br>
&gt;  [32b8f10|9350fb9] [DEBUG_SKYPE  273  ][interface1     ][PRERING,IDLE]<br>
&gt; skypopen_tech_init SUCCESS<br>
&gt; 2011-03-05 03:15:13.609592 [NOTICE] switch_channel.c:812 New Channel<br>
&gt; skypopen/interface1 [c958d9be-46d6-11e0-bb71-d9b9e6428344]<br>
&gt; 2011-03-05 03:15:13.609592 [DEBUG] mod_skypopen.c:2268 (skypopen/interface1)<br>
&gt; State Change CS_NEW -&gt; CS_INIT<br>
&gt; 2011-03-05 03:15:13.609592 [DEBUG] switch_core_session.c:1116 Send signal<br>
&gt; skypopen/interface1 [BREAK]<br>
&gt; 2011-03-05 03:15:13.609592 [DEBUG] mod_skypopen.c:727<br>
&gt;  [32b8f10|9350fb9] [DEBUG_SKYPE  727  ][interface1     ][PRERING,IDLE]<br>
&gt; skypopen/interface1 CHANNEL got SWITCH_SIG_BREAK<br>
&gt; 2011-03-05 03:15:13.609592 [DEBUG] mod_skypopen.c:2280<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  2280 ][interface1     ][PRERING,IDLE]<br>
&gt; new_inbound_channel<br>
&gt; 2011-03-05 03:15:13.610977 [DEBUG] switch_core_state_machine.c:320<br>
&gt; (skypopen/interface1) Running State Change CS_INIT<br>
&gt; 2011-03-05 03:15:13.610977 [DEBUG] switch_core_state_machine.c:356<br>
&gt; (skypopen/interface1) State INIT<br>
&gt; 2011-03-05 03:15:13.610977 [DEBUG] mod_skypopen.c:463 (skypopen/interface1)<br>
&gt; State Change CS_INIT -&gt; CS_ROUTING<br>
&gt; 2011-03-05 03:15:13.610977 [DEBUG] switch_core_session.c:1116 Send signal<br>
&gt; skypopen/interface1 [BREAK]<br>
&gt; 2011-03-05 03:15:13.610977 [DEBUG] mod_skypopen.c:727<br>
&gt;  [32b8f10|9350fb9] [DEBUG_SKYPE  727  ][interface1     ][PRERING,IDLE]<br>
&gt; skypopen/interface1 CHANNEL got SWITCH_SIG_BREAK<br>
&gt; 2011-03-05 03:15:13.610977 [DEBUG] mod_skypopen.c:464<br>
&gt;  [32b8f10|9350fb9] [DEBUG_SKYPE  464  ][interface1     ][PRERING,IDLE]<br>
&gt; interface1 CHANNEL INIT c958d9be-46d6-11e0-bb71-d9b9e6428344<br>
&gt; 2011-03-05 03:15:13.610977 [DEBUG] switch_core_state_machine.c:356<br>
&gt; (skypopen/interface1) State INIT going to sleep<br>
&gt; 2011-03-05 03:15:13.610977 [DEBUG] switch_core_state_machine.c:320<br>
&gt; (skypopen/interface1) Running State Change CS_ROUTING<br>
&gt; 2011-03-05 03:15:13.610977 [DEBUG] switch_channel.c:1664<br>
&gt; (skypopen/interface1) Callstate Change DOWN -&gt; RINGING<br>
&gt; 2011-03-05 03:15:13.610977 [DEBUG] switch_core_state_machine.c:359<br>
&gt; (skypopen/interface1) State ROUTING<br>
&gt; 2011-03-05 03:15:13.610977 [DEBUG] mod_skypopen.c:664<br>
&gt;  [32b8f10|9350fb9] [DEBUG_SKYPE  664  ][interface1     ][PRERING,IDLE]<br>
&gt; interface1 CHANNEL ROUTING<br>
&gt; 2011-03-05 03:15:13.610977 [DEBUG] switch_core_state_machine.c:77<br>
&gt; skypopen/interface1 Standard ROUTING<br>
&gt; 2011-03-05 03:15:13.610977 [INFO] mod_dialplan_xml.c:331 Processing Eric Ni<br>
&gt; &lt;eric.nqz&gt;-&gt;5100 in context default<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;unloop] continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (PASS) [unloop] ${unroll_loops}(true) =~<br>
&gt; /^true$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [unloop] ${sip_looped_call}() =~<br>
&gt; /^true$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;tod_example] continue=true<br>
&gt; Dialplan: skypopen/interface1 Date/Time Match (FAIL) [tod_example]<br>
&gt; break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;holiday_example]<br>
&gt; continue=true<br>
&gt; Dialplan: skypopen/interface1 Date/Time Match (FAIL) [holiday_example]<br>
&gt; break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;global-intercept]<br>
&gt; continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [global-intercept]<br>
&gt; destination_number(5100) =~ /^886$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;group-intercept]<br>
&gt; continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [group-intercept]<br>
&gt; destination_number(5100) =~ /^\*8$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;intercept-ext]<br>
&gt; continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [intercept-ext]<br>
&gt; destination_number(5100) =~ /^\*\*(\d+)$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;redial] continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [redial] destination_number(5100)<br>
&gt; =~ /^(redial|870)$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;global] continue=true<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [global] ${call_debug}(false) =~<br>
&gt; /^true$/ break=never<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [global] ${sip_has_crypto}() =~<br>
&gt; /^(AES_CM_128_HMAC_SHA1_32|AES_CM_128_HMAC_SHA1_80)$/ break=never<br>
&gt; Dialplan: skypopen/interface1 Absolute Condition [global]<br>
&gt; Dialplan: skypopen/interface1 Action<br>
&gt; hash(insert/${domain_name}-spymap/${caller_id_number}/${uuid})<br>
&gt; Dialplan: skypopen/interface1 Action<br>
&gt; hash(insert/${domain_name}-last_dial/${caller_id_number}/${destination_number})<br>
&gt; Dialplan: skypopen/interface1 Action<br>
&gt; hash(insert/${domain_name}-last_dial/global/${uuid})<br>
&gt; Dialplan: skypopen/interface1 Action set(RFC2822_DATE=${strftime(%a, %d %b<br>
&gt; %Y %T %z)})<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;snom-demo-2] continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [snom-demo-2]<br>
&gt; destination_number(5100) =~ /^9001$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;snom-demo-1] continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [snom-demo-1]<br>
&gt; destination_number(5100) =~ /^9000$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;eavesdrop] continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [eavesdrop]<br>
&gt; destination_number(5100) =~ /^88(\d{4})$|^\*0(.*)$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;eavesdrop] continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [eavesdrop]<br>
&gt; destination_number(5100) =~ /^779$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;call_return] continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [call_return]<br>
&gt; destination_number(5100) =~ /^\*69$|^869$|^lcr$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;del-group] continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [del-group]<br>
&gt; destination_number(5100) =~ /^80(\d{2})$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;add-group] continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [add-group]<br>
&gt; destination_number(5100) =~ /^81(\d{2})$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;call-group-simo]<br>
&gt; continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [call-group-simo]<br>
&gt; destination_number(5100) =~ /^82(\d{2})$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;call-group-order]<br>
&gt; continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [call-group-order]<br>
&gt; destination_number(5100) =~ /^83(\d{2})$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;extension-intercom]<br>
&gt; continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [extension-intercom]<br>
&gt; destination_number(5100) =~ /^8(10[01][0-9])$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;Local_Extension]<br>
&gt; continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [Local_Extension]<br>
&gt; destination_number(5100) =~ /^(10[01][0-9])$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;Local_Extension_Skinny]<br>
&gt; continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [Local_Extension_Skinny]<br>
&gt; destination_number(5100) =~ /^(11[01][0-9])$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;group_dial_sales]<br>
&gt; continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [group_dial_sales]<br>
&gt; destination_number(5100) =~ /^2000$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;group_dial_support]<br>
&gt; continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [group_dial_support]<br>
&gt; destination_number(5100) =~ /^2001$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;group_dial_billing]<br>
&gt; continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [group_dial_billing]<br>
&gt; destination_number(5100) =~ /^2002$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;operator] continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [operator]<br>
&gt; destination_number(5100) =~ /^(operator|0)$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;vmain] continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [vmain] destination_number(5100)<br>
&gt; =~ /^vmain$|^4000$|^\*98$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;sip_uri] continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [sip_uri]<br>
&gt; destination_number(5100) =~ /^sip:(.*)$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;nb_conferences]<br>
&gt; continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [nb_conferences]<br>
&gt; destination_number(5100) =~ /^(30\d{2})$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;wb_conferences]<br>
&gt; continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [wb_conferences]<br>
&gt; destination_number(5100) =~ /^(31\d{2})$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;uwb_conferences]<br>
&gt; continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [uwb_conferences]<br>
&gt; destination_number(5100) =~ /^(32\d{2})$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;cdquality_conferences]<br>
&gt; continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [cdquality_conferences]<br>
&gt; destination_number(5100) =~ /^(33\d{2})$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing<br>
&gt; [default-&gt;freeswitch_public_conf_via_sip] continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [freeswitch_public_conf_via_sip]<br>
&gt; destination_number(5100) =~ /^9(888|8888|1616|3232)$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;mad_boss_intercom]<br>
&gt; continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [mad_boss_intercom]<br>
&gt; destination_number(5100) =~ /^0911$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;mad_boss_intercom]<br>
&gt; continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [mad_boss_intercom]<br>
&gt; destination_number(5100) =~ /^0912$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;mad_boss] continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [mad_boss]<br>
&gt; destination_number(5100) =~ /^0913$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;ivr_demo] continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [ivr_demo]<br>
&gt; destination_number(5100) =~ /^5000$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;dynamic_conference]<br>
&gt; continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [dynamic_conference]<br>
&gt; destination_number(5100) =~ /^5001$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;rtp_multicast_page]<br>
&gt; continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [rtp_multicast_page]<br>
&gt; destination_number(5100) =~ /^pagegroup$|^7243$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;park] continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [park] destination_number(5100)<br>
&gt; =~ /^5900$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;unpark] continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [unpark] destination_number(5100)<br>
&gt; =~ /^5901$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;valet_park] continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [valet_park]<br>
&gt; destination_number(5100) =~ /^(6000)$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;valet_park] continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [valet_park]<br>
&gt; destination_number(5100) =~ /^(60\d[1-9])$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;park] continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [park] source(mod_skypopen) =~<br>
&gt; /mod_sofia/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;unpark] continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [unpark] source(mod_skypopen) =~<br>
&gt; /mod_sofia/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;park] continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [park] source(mod_skypopen) =~<br>
&gt; /mod_sofia/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;unpark] continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [unpark] source(mod_skypopen) =~<br>
&gt; /mod_sofia/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;wait] continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [wait] destination_number(5100)<br>
&gt; =~ /^wait$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;fax_receive] continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [fax_receive]<br>
&gt; destination_number(5100) =~ /^9178$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;fax_transmit] continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [fax_transmit]<br>
&gt; destination_number(5100) =~ /^9179$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;ringback_180] continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [ringback_180]<br>
&gt; destination_number(5100) =~ /^9180$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;ringback_183_uk_ring]<br>
&gt; continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [ringback_183_uk_ring]<br>
&gt; destination_number(5100) =~ /^9181$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;ringback_183_music_ring]<br>
&gt; continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [ringback_183_music_ring]<br>
&gt; destination_number(5100) =~ /^9182$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing<br>
&gt; [default-&gt;ringback_post_answer_uk_ring] continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [ringback_post_answer_uk_ring]<br>
&gt; destination_number(5100) =~ /^9183$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;ringback_post_answer_music]<br>
&gt; continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [ringback_post_answer_music]<br>
&gt; destination_number(5100) =~ /^9184$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;ClueCon] continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [ClueCon]<br>
&gt; destination_number(5100) =~ /^9191$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;show_info] continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [show_info]<br>
&gt; destination_number(5100) =~ /^9192$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;video_record] continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [video_record]<br>
&gt; destination_number(5100) =~ /^9193$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;video_playback]<br>
&gt; continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [video_playback]<br>
&gt; destination_number(5100) =~ /^9194$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;delay_echo] continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [delay_echo]<br>
&gt; destination_number(5100) =~ /^9195$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;echo] continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [echo] destination_number(5100)<br>
&gt; =~ /^9196$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;milliwatt] continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [milliwatt]<br>
&gt; destination_number(5100) =~ /^9197$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;tone_stream] continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [tone_stream]<br>
&gt; destination_number(5100) =~ /^9198$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;zrtp_enrollement]<br>
&gt; continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [zrtp_enrollement]<br>
&gt; destination_number(5100) =~ /^9787$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;hold_music] continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [hold_music]<br>
&gt; destination_number(5100) =~ /^9664$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;pizza_demo] continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (FAIL) [pizza_demo]<br>
&gt; destination_number(5100) =~ /^(pizza|74992)$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 parsing [default-&gt;skypetest] continue=false<br>
&gt; Dialplan: skypopen/interface1 Regex (PASS) [skypetest]<br>
&gt; destination_number(5100) =~ /^(5100)$/ break=on-false<br>
&gt; Dialplan: skypopen/interface1 Action bridge(user/1001)<br>
&gt; 2011-03-05 03:15:13.612058 [DEBUG] switch_core_state_machine.c:119<br>
&gt; (skypopen/interface1) State Change CS_ROUTING -&gt; CS_EXECUTE<br>
&gt; 2011-03-05 03:15:13.612058 [DEBUG] switch_core_session.c:1116 Send signal<br>
&gt; skypopen/interface1 [BREAK]<br>
&gt; 2011-03-05 03:15:13.612058 [DEBUG] mod_skypopen.c:727<br>
&gt;  [32b8f10|9350fb9] [DEBUG_SKYPE  727  ][interface1     ][PRERING,IDLE]<br>
&gt; skypopen/interface1 CHANNEL got SWITCH_SIG_BREAK<br>
&gt; 2011-03-05 03:15:13.612058 [DEBUG] switch_core_state_machine.c:359<br>
&gt; (skypopen/interface1) State ROUTING going to sleep<br>
&gt; 2011-03-05 03:15:13.612058 [DEBUG] switch_core_state_machine.c:320<br>
&gt; (skypopen/interface1) Running State Change CS_EXECUTE<br>
&gt; 2011-03-05 03:15:13.612058 [DEBUG] switch_core_state_machine.c:366<br>
&gt; (skypopen/interface1) State EXECUTE<br>
&gt; 2011-03-05 03:15:13.612058 [DEBUG] mod_skypopen.c:681<br>
&gt;  [32b8f10|9350fb9] [DEBUG_SKYPE  681  ][interface1     ][PRERING,IDLE]<br>
&gt; interface1 CHANNEL EXECUTE<br>
&gt; 2011-03-05 03:15:13.612058 [DEBUG] switch_core_state_machine.c:157<br>
&gt; skypopen/interface1 Standard EXECUTE<br>
&gt; EXECUTE skypopen/interface1<br>
&gt; hash(insert/178.79.156.136-spymap/eric.nqz/c958d9be-46d6-11e0-bb71-d9b9e6428344)<br>
&gt; 2011-03-05 03:15:13.612058 [DEBUG] mod_skypopen.c:1201<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  1201 ][interface1     ][PRERING,IDLE]<br>
&gt; MSG_ID=26<br>
&gt; 2011-03-05 03:15:13.612058 [DEBUG] mod_skypopen.c:1201<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  1201 ][interface1     ][PRERING,IDLE]<br>
&gt; MSG_ID=27<br>
&gt; EXECUTE skypopen/interface1<br>
&gt; hash(insert/178.79.156.136-last_dial/eric.nqz/5100)<br>
&gt; 2011-03-05 03:15:13.613142 [DEBUG] mod_skypopen.c:1201<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  1201 ][interface1     ][PRERING,IDLE]<br>
&gt; MSG_ID=26<br>
&gt; 2011-03-05 03:15:13.613142 [DEBUG] mod_skypopen.c:1201<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  1201 ][interface1     ][PRERING,IDLE]<br>
&gt; MSG_ID=27<br>
&gt; EXECUTE skypopen/interface1<br>
&gt; hash(insert/178.79.156.136-last_dial/global/c958d9be-46d6-11e0-bb71-d9b9e6428344)<br>
&gt; 2011-03-05 03:15:13.613142 [DEBUG] mod_skypopen.c:1201<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  1201 ][interface1     ][PRERING,IDLE]<br>
&gt; MSG_ID=26<br>
&gt; 2011-03-05 03:15:13.613142 [DEBUG] mod_skypopen.c:1201<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  1201 ][interface1     ][PRERING,IDLE]<br>
&gt; MSG_ID=27<br>
&gt; EXECUTE skypopen/interface1 set(RFC2822_DATE=Sat, 05 Mar 2011 03:15:13<br>
&gt; +0000)<br>
&gt; 2011-03-05 03:15:13.613142 [DEBUG] mod_skypopen.c:1201<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  1201 ][interface1     ][PRERING,IDLE]<br>
&gt; MSG_ID=26<br>
&gt; 2011-03-05 03:15:13.613142 [DEBUG] mod_dptools.c:1059 skypopen/interface1<br>
&gt; SET [RFC2822_DATE]=[Sat, 05 Mar 2011 03:15:13 +0000]<br>
&gt; 2011-03-05 03:15:13.613142 [DEBUG] mod_skypopen.c:1201<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  1201 ][interface1     ][PRERING,IDLE]<br>
&gt; MSG_ID=27<br>
&gt; EXECUTE skypopen/interface1 bridge(user/1001)<br>
&gt; 2011-03-05 03:15:13.613142 [DEBUG] mod_skypopen.c:1201<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  1201 ][interface1     ][PRERING,IDLE]<br>
&gt; MSG_ID=26<br>
&gt; 2011-03-05 03:15:13.614232 [DEBUG] switch_ivr_originate.c:1971 variable<br>
&gt; string 0 = [sip_invite_domain=178.79.156.136]<br>
&gt; 2011-03-05 03:15:13.614232 [DEBUG] switch_ivr_originate.c:1971 variable<br>
&gt; string 1 = [presence_id=<a href="mailto:1001@178.79.156.136">1001@178.79.156.136</a>]<br>
&gt; 2011-03-05 03:15:13.614232 [NOTICE] switch_channel.c:812 New Channel<br>
&gt; sofia/internal/sip:1001@90.198.86.129:62954[c959849a-46d6-11e0-bb72-d9b9e6428344]<br>
&gt; 2011-03-05 03:15:13.614232 [DEBUG] mod_sofia.c:4151 (sofia/internal/<br>
&gt; <a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a>) State Change CS_NEW -&gt; CS_INIT<br>
&gt; 2011-03-05 03:15:13.614232 [DEBUG] switch_core_session.c:1116 Send signal<br>
&gt; sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a> [BREAK]<br>
&gt; 2011-03-05 03:15:13.614232 [DEBUG] switch_core_state_machine.c:320<br>
&gt; (sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a>) Running State Change CS_INIT<br>
&gt; 2011-03-05 03:15:13.615308 [DEBUG] switch_core_state_machine.c:356<br>
&gt; (sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a>) State INIT<br>
&gt; 2011-03-05 03:15:13.615308 [DEBUG] mod_sofia.c:84 sofia/internal/<br>
&gt; <a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a> SOFIA INIT<br>
&gt; 2011-03-05 03:15:13.615308 [DEBUG] mod_sofia.c:124 (sofia/internal/<br>
&gt; <a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a>) State Change CS_INIT -&gt; CS_ROUTING<br>
&gt; 2011-03-05 03:15:13.615308 [DEBUG] switch_core_session.c:1116 Send signal<br>
&gt; sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a> [BREAK]<br>
&gt; 2011-03-05 03:15:13.615308 [DEBUG] switch_core_state_machine.c:356<br>
&gt; (sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a>) State INIT going to sleep<br>
&gt; 2011-03-05 03:15:13.615308 [DEBUG] switch_core_state_machine.c:320<br>
&gt; (sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a>) Running State Change<br>
&gt; CS_ROUTING<br>
&gt; 2011-03-05 03:15:13.615308 [DEBUG] switch_channel.c:1664 (sofia/internal/<br>
&gt; <a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a>) Callstate Change DOWN -&gt; RINGING<br>
&gt; 2011-03-05 03:15:13.615308 [DEBUG] switch_core_state_machine.c:359<br>
&gt; (sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a>) State ROUTING<br>
&gt; 2011-03-05 03:15:13.615308 [DEBUG] mod_sofia.c:147 sofia/internal/<br>
&gt; <a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a> SOFIA ROUTING<br>
&gt; 2011-03-05 03:15:13.615308 [DEBUG] switch_ivr_originate.c:66<br>
&gt; (sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a>) State Change CS_ROUTING -&gt;<br>
&gt; CS_CONSUME_MEDIA<br>
&gt; 2011-03-05 03:15:13.615308 [DEBUG] switch_core_session.c:1116 Send signal<br>
&gt; sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a> [BREAK]<br>
&gt; 2011-03-05 03:15:13.615308 [DEBUG] switch_core_state_machine.c:359<br>
&gt; (sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a>) State ROUTING going to sleep<br>
&gt; 2011-03-05 03:15:13.615308 [DEBUG] switch_core_state_machine.c:320<br>
&gt; (sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a>) Running State Change<br>
&gt; CS_CONSUME_MEDIA<br>
&gt; 2011-03-05 03:15:13.615308 [DEBUG] switch_core_state_machine.c:378<br>
&gt; (sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a>) State CONSUME_MEDIA<br>
&gt; 2011-03-05 03:15:13.615308 [DEBUG] sofia.c:4683 Channel sofia/internal/<br>
&gt; <a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a> entering state [calling][0]<br>
&gt; 2011-03-05 03:15:13.615308 [DEBUG] switch_core_state_machine.c:378<br>
&gt; (sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a>) State CONSUME_MEDIA going to<br>
&gt; sleep<br>
&gt; 2011-03-05 03:15:13.758128 [INFO] sofia.c:729 sofia/internal/<br>
&gt; <a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a> Update Callee ID to &quot;Outbound Call&quot; &lt;1001&gt;<br>
&gt; 2011-03-05 03:15:13.759171 [DEBUG] sofia.c:4683 Channel sofia/internal/<br>
&gt; <a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a> entering state [proceeding][180]<br>
&gt; 2011-03-05 03:15:13.759171 [NOTICE] sofia.c:4761 Ring-Ready sofia/internal/<br>
&gt; <a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a>!<br>
&gt; 2011-03-05 03:15:13.759171 [DEBUG] mod_skypopen.c:1201<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  1201 ][interface1     ][PRERING,IDLE]<br>
&gt; MSG_ID=7<br>
&gt; 2011-03-05 03:15:13.759171 [DEBUG] switch_core_session.c:709 Send signal<br>
&gt; skypopen/interface1 [BREAK]<br>
&gt; 2011-03-05 03:15:13.759171 [DEBUG] mod_skypopen.c:727<br>
&gt;  [32b8f10|9350fb9] [DEBUG_SKYPE  727  ][interface1     ][PRERING,IDLE]<br>
&gt; skypopen/interface1 CHANNEL got SWITCH_SIG_BREAK<br>
&gt; 2011-03-05 03:15:13.759171 [NOTICE] switch_ivr_originate.c:479 Ring Ready<br>
&gt; skypopen/interface1!<br>
&gt; 2011-03-05 03:15:13.759171 [NOTICE] switch_ivr_originate.c:479 Ring-Ready<br>
&gt; skypopen/interface1!<br>
&gt; 2011-03-05 03:15:15.372653 [DEBUG] sofia.c:4683 Channel sofia/internal/<br>
&gt; <a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a> entering state [completing][200]<br>
&gt; 2011-03-05 03:15:15.372653 [DEBUG] sofia.c:4694 Remote SDP:<br>
&gt; v=0<br>
&gt; o=- 1 2 IN IP4 90.198.86.129<br>
&gt; s=CounterPath eyeBeam 1.5<br>
&gt; c=IN IP4 90.198.86.129<br>
&gt; t=0 0<br>
&gt; m=audio 56446 RTP/AVP 8 101<br>
&gt; a=rtpmap:101 telephone-event/8000<br>
&gt; a=fmtp:101 0-15<br>
&gt;<br>
&gt; 2011-03-05 03:15:15.373722 [DEBUG] sofia.c:4683 Channel sofia/internal/<br>
&gt; <a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a> entering state [ready][200]<br>
&gt; 2011-03-05 03:15:15.373722 [DEBUG] sofia_glue.c:4529 Audio Codec Compare<br>
&gt; [PCMA:8:8000:20:64000]/[L16:10:16000:20:256000]<br>
&gt; 2011-03-05 03:15:15.373722 [DEBUG] sofia_glue.c:4529 Audio Codec Compare<br>
&gt; [PCMA:8:8000:20:64000]/[G7221:115:32000:20:48000]<br>
&gt; 2011-03-05 03:15:15.373722 [DEBUG] sofia_glue.c:4529 Audio Codec Compare<br>
&gt; [PCMA:8:8000:20:64000]/[G7221:107:16000:20:32000]<br>
&gt; 2011-03-05 03:15:15.373722 [DEBUG] sofia_glue.c:4529 Audio Codec Compare<br>
&gt; [PCMA:8:8000:20:64000]/[G722:9:8000:20:64000]<br>
&gt; 2011-03-05 03:15:15.373722 [DEBUG] sofia_glue.c:4529 Audio Codec Compare<br>
&gt; [PCMA:8:8000:20:64000]/[PCMU:0:8000:20:64000]<br>
&gt; 2011-03-05 03:15:15.373722 [DEBUG] sofia_glue.c:4529 Audio Codec Compare<br>
&gt; [PCMA:8:8000:20:64000]/[PCMA:8:8000:20:64000]<br>
&gt; 2011-03-05 03:15:15.373722 [DEBUG] sofia_glue.c:2760 Set Codec<br>
&gt; sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a> PCMA/8000 20 ms 160 samples<br>
&gt; 64000 bits<br>
&gt; 2011-03-05 03:15:15.373722 [DEBUG] sofia_glue.c:4635 Set 2833 dtmf send<br>
&gt; payload to 101<br>
&gt; 2011-03-05 03:15:15.373722 [DEBUG] sofia_glue.c:2990 AUDIO RTP<br>
&gt; [sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a>] 178.79.156.136 port 32054 -&gt;<br>
&gt; 90.198.86.129 port 56446 codec: 8 ms: 20<br>
&gt; 2011-03-05 03:15:15.373722 [DEBUG] switch_rtp.c:1621 Starting timer [soft]<br>
&gt; 160 bytes per 20ms<br>
&gt; 2011-03-05 03:15:15.374777 [DEBUG] sofia_glue.c:3235 Set 2833 dtmf send<br>
&gt; payload to 101<br>
&gt; 2011-03-05 03:15:15.374777 [DEBUG] sofia_glue.c:3240 Set 2833 dtmf receive<br>
&gt; payload to 101<br>
&gt; 2011-03-05 03:15:15.374777 [DEBUG] switch_channel.c:2795 (sofia/internal/<br>
&gt; <a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a>) Callstate Change RINGING -&gt; ACTIVE<br>
&gt; 2011-03-05 03:15:15.374777 [DEBUG] switch_channel.c:2807 Send signal<br>
&gt; skypopen/interface1 [BREAK]<br>
&gt; 2011-03-05 03:15:15.374777 [DEBUG] mod_skypopen.c:727<br>
&gt;  [32b8f10|9350fb9] [DEBUG_SKYPE  727  ][interface1     ][PRERING,IDLE]<br>
&gt; skypopen/interface1 CHANNEL got SWITCH_SIG_BREAK<br>
&gt; 2011-03-05 03:15:15.374777 [NOTICE] sofia.c:5267 Channel [sofia/internal/<br>
&gt; <a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a>] has been answered<br>
&gt; 2011-03-05 03:15:15.375852 [DEBUG] mod_skypopen.c:1115<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  1115 ][interface1     ][PRERING,IDLE]<br>
&gt; skypopen/interface1 CHANNEL got SWITCH_MESSAGE_INDICATE_ANSWER<br>
&gt; 2011-03-05 03:15:15.375852 [DEBUG] mod_skypopen.c:2723<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  2723 ][interface1     ][PRERING,IDLE] NOT<br>
&gt; FOUND<br>
&gt; 2011-03-05 03:15:15.375852 [DEBUG] skypopen_protocol.c:1619<br>
&gt;  [32b8f10|9350fb9] [DEBUG_SKYPE  1619 ][interface1     ][PREANSW,IDLE]<br>
&gt; SENDING: |||ALTER CALL 142 ANSWER||||<br>
&gt; 2011-03-05 03:15:15.375852 [DEBUG] mod_skypopen.c:2734<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  2734 ][interface1     ][PREANSW,IDLE] We<br>
&gt; answered a Skype RING on skype_call 142<br>
&gt; 2011-03-05 03:15:15.375852 [DEBUG] mod_skypopen.c:2742<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  2742 ][interface1     ][PREANSW,IDLE] NEW!<br>
&gt;  name: interface1, state: 11, value=eric.nqz,<br>
&gt; tech_pvt-&gt;callid_number=eric.nqz, tech_pvt-&gt;skype_user=niqizhi<br>
&gt; 2011-03-05 03:15:15.472676 [DEBUG] skypopen_protocol.c:173<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  173  ][interface1     ][PREANSW,IDLE]<br>
&gt; READING: |||ALTER CALL 142 ANSWER|||<br>
&gt; 2011-03-05 03:15:15.884213 [DEBUG] mod_skypopen.c:1142<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  1142 ][interface1     ][PREANSW,IDLE]<br>
&gt; Synching audio<br>
&gt; 2011-03-05 03:15:15.884213 [DEBUG] switch_core_session.c:709 Send signal<br>
&gt; skypopen/interface1 [BREAK]<br>
&gt; 2011-03-05 03:15:15.884213 [DEBUG] mod_skypopen.c:727<br>
&gt;  [32b8f10|9350fb9] [DEBUG_SKYPE  727  ][interface1     ][PREANSW,IDLE]<br>
&gt; skypopen/interface1 CHANNEL got SWITCH_SIG_BREAK<br>
&gt; 2011-03-05 03:15:15.884213 [DEBUG] switch_channel.c:2795<br>
&gt; (skypopen/interface1) Callstate Change RINGING -&gt; ACTIVE<br>
&gt; 2011-03-05 03:15:15.884213 [NOTICE] switch_ivr_originate.c:3363 Channel<br>
&gt; [skypopen/interface1] has been answered<br>
&gt; 2011-03-05 03:15:15.884213 [DEBUG] mod_skypopen.c:1148<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  1148 ][interface1     ][PREANSW,IDLE]<br>
&gt; skypopen/interface1 CHANNEL got SWITCH_MESSAGE_INDICATE_AUDIO_SYNC<br>
&gt; 2011-03-05 03:15:15.884213 [DEBUG] mod_skypopen.c:1170<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  1170 ][interface1     ][PREANSW,IDLE]<br>
&gt; Synching audio<br>
&gt; 2011-03-05 03:15:15.884213 [DEBUG] switch_ivr_originate.c:3408 Originate<br>
&gt; Resulted in Success: [sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a>]<br>
&gt; 2011-03-05 03:15:15.884213 [DEBUG] mod_skypopen.c:1148<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  1148 ][interface1     ][PREANSW,IDLE]<br>
&gt; skypopen/interface1 CHANNEL got SWITCH_MESSAGE_INDICATE_AUDIO_SYNC<br>
&gt; 2011-03-05 03:15:15.884213 [DEBUG] mod_skypopen.c:1170<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  1170 ][interface1     ][PREANSW,IDLE]<br>
&gt; Synching audio<br>
&gt; 2011-03-05 03:15:15.885293 [DEBUG] switch_ivr_originate.c:3408 Originate<br>
&gt; Resulted in Success: [sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a>]<br>
&gt; 2011-03-05 03:15:15.885293 [DEBUG] mod_skypopen.c:1148<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  1148 ][interface1     ][PREANSW,IDLE]<br>
&gt; skypopen/interface1 CHANNEL got SWITCH_MESSAGE_INDICATE_AUDIO_SYNC<br>
&gt; 2011-03-05 03:15:15.885293 [DEBUG] mod_skypopen.c:1170<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  1170 ][interface1     ][PREANSW,IDLE]<br>
&gt; Synching audio<br>
&gt; 2011-03-05 03:15:15.885293 [DEBUG] switch_core_session.c:709 Send signal<br>
&gt; sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a> [BREAK]<br>
&gt; 2011-03-05 03:15:15.885293 [DEBUG] mod_skypopen.c:1173<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  1173 ][interface1     ][PREANSW,IDLE]<br>
&gt; skypopen/interface1 CHANNEL got SWITCH_MESSAGE_INDICATE_BRIDGE<br>
&gt; 2011-03-05 03:15:15.885293 [DEBUG] mod_skypopen.c:1195<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  1195 ][interface1     ][PREANSW,IDLE]<br>
&gt; Synching audio<br>
&gt; 2011-03-05 03:15:15.885293 [DEBUG] switch_core_session.c:709 Send signal<br>
&gt; skypopen/interface1 [BREAK]<br>
&gt; 2011-03-05 03:15:15.885293 [DEBUG] mod_skypopen.c:727<br>
&gt;  [32b8f10|9350fb9] [DEBUG_SKYPE  727  ][interface1     ][PREANSW,IDLE]<br>
&gt; skypopen/interface1 CHANNEL got SWITCH_SIG_BREAK<br>
&gt; 2011-03-05 03:15:15.885293 [DEBUG] switch_ivr_bridge.c:1234 (sofia/internal/<br>
&gt; <a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a>) State Change CS_CONSUME_MEDIA -&gt;<br>
&gt; CS_EXCHANGE_MEDIA<br>
&gt; 2011-03-05 03:15:15.885293 [DEBUG] switch_core_session.c:1116 Send signal<br>
&gt; sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a> [BREAK]<br>
&gt; 2011-03-05 03:15:15.885293 [DEBUG] switch_core_state_machine.c:320<br>
&gt; (sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a>) Running State Change<br>
&gt; CS_EXCHANGE_MEDIA<br>
&gt; 2011-03-05 03:15:15.885293 [DEBUG] switch_core_state_machine.c:369<br>
&gt; (sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a>) State EXCHANGE_MEDIA<br>
&gt; 2011-03-05 03:15:15.885293 [DEBUG] mod_sofia.c:552 SOFIA EXCHANGE_MEDIA<br>
&gt; 2011-03-05 03:15:15.886388 [DEBUG] switch_core_session.c:771 Send signal<br>
&gt; sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a> [BREAK]<br>
&gt; 2011-03-05 03:15:15.886388 [DEBUG] switch_core_session.c:771 Send signal<br>
&gt; skypopen/interface1 [BREAK]<br>
&gt; 2011-03-05 03:15:15.886388 [DEBUG] mod_skypopen.c:727<br>
&gt;  [32b8f10|9350fb9] [DEBUG_SKYPE  727  ][interface1     ][PREANSW,IDLE]<br>
&gt; skypopen/interface1 CHANNEL got SWITCH_SIG_BREAK<br>
&gt; 2011-03-05 03:15:15.906103 [DEBUG] switch_ivr_bridge.c:500<br>
&gt; skypopen/interface1 ending bridge by request from read function<br>
&gt; 2011-03-05 03:15:15.906103 [DEBUG] switch_ivr_bridge.c:581 BRIDGE THREAD<br>
&gt; DONE [skypopen/interface1]<br>
&gt; 2011-03-05 03:15:15.906103 [DEBUG] switch_ivr_bridge.c:601 Send signal<br>
&gt; sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a> [BREAK]<br>
&gt; 2011-03-05 03:15:15.909404 [DEBUG] switch_ivr_bridge.c:581 BRIDGE THREAD<br>
&gt; DONE [sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a>]<br>
&gt; 2011-03-05 03:15:15.909404 [DEBUG] switch_ivr_bridge.c:601 Send signal<br>
&gt; skypopen/interface1 [BREAK]<br>
&gt; 2011-03-05 03:15:15.909404 [DEBUG] mod_skypopen.c:727<br>
&gt;  [32b8f10|9350fb9] [DEBUG_SKYPE  727  ][interface1     ][PREANSW,IDLE]<br>
&gt; skypopen/interface1 CHANNEL got SWITCH_SIG_BREAK<br>
&gt; 2011-03-05 03:15:15.909404 [DEBUG] switch_channel.c:2545 (sofia/internal/<br>
&gt; <a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a>) Callstate Change ACTIVE -&gt; HANGUP<br>
&gt; 2011-03-05 03:15:15.909404 [NOTICE] switch_ivr_bridge.c:653 Hangup<br>
&gt; sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a> [CS_EXCHANGE_MEDIA]<br>
&gt; [NORMAL_CLEARING]<br>
&gt; 2011-03-05 03:15:15.909404 [DEBUG] switch_channel.c:2561 Send signal<br>
&gt; sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a> [KILL]<br>
&gt; 2011-03-05 03:15:15.909404 [DEBUG] switch_core_session.c:1116 Send signal<br>
&gt; sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a> [BREAK]<br>
&gt; 2011-03-05 03:15:15.909404 [DEBUG] switch_core_state_machine.c:369<br>
&gt; (sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a>) State EXCHANGE_MEDIA going to<br>
&gt; sleep<br>
&gt; 2011-03-05 03:15:15.909404 [DEBUG] switch_core_state_machine.c:320<br>
&gt; (sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a>) Running State Change CS_HANGUP<br>
&gt; 2011-03-05 03:15:15.910537 [DEBUG] switch_core_state_machine.c:560<br>
&gt; (sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a>) State HANGUP<br>
&gt; 2011-03-05 03:15:15.910537 [DEBUG] mod_sofia.c:457 Channel sofia/internal/<br>
&gt; <a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a> hanging up, cause: NORMAL_CLEARING<br>
&gt; 2011-03-05 03:15:15.910537 [DEBUG] switch_ivr_bridge.c:1305 sofia/internal/<br>
&gt; <a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a> skip receive message [UNBRIDGE] (channel is<br>
&gt; hungup already)<br>
&gt; 2011-03-05 03:15:15.910537 [DEBUG] mod_skypopen.c:1201<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  1201 ][interface1     ][PREANSW,IDLE]<br>
&gt; MSG_ID=5<br>
&gt; 2011-03-05 03:15:15.910537 [DEBUG] switch_core_session.c:709 Send signal<br>
&gt; skypopen/interface1 [BREAK]<br>
&gt; 2011-03-05 03:15:15.910537 [DEBUG] mod_skypopen.c:727<br>
&gt;  [32b8f10|9350fb9] [DEBUG_SKYPE  727  ][interface1     ][PREANSW,IDLE]<br>
&gt; skypopen/interface1 CHANNEL got SWITCH_SIG_BREAK<br>
&gt; 2011-03-05 03:15:15.910537 [DEBUG] mod_skypopen.c:1201<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  1201 ][interface1     ][PREANSW,IDLE]<br>
&gt; MSG_ID=27<br>
&gt; 2011-03-05 03:15:15.910537 [NOTICE] switch_core_state_machine.c:189<br>
&gt; skypopen/interface1 has executed the last dialplan instruction, hanging up.<br>
&gt; 2011-03-05 03:15:15.910537 [DEBUG] switch_channel.c:2545<br>
&gt; (skypopen/interface1) Callstate Change ACTIVE -&gt; HANGUP<br>
&gt; 2011-03-05 03:15:15.910537 [NOTICE] switch_core_state_machine.c:191 Hangup<br>
&gt; skypopen/interface1 [CS_EXECUTE] [NORMAL_CLEARING]<br>
&gt; 2011-03-05 03:15:15.910537 [DEBUG] switch_channel.c:2561 Send signal<br>
&gt; skypopen/interface1 [KILL]<br>
&gt; 2011-03-05 03:15:15.910537 [DEBUG] mod_skypopen.c:700<br>
&gt;  [32b8f10|9350fb9] [DEBUG_SKYPE  700  ][interface1     ][PREANSW,IDLE]<br>
&gt; skypopen/interface1 CHANNEL got SWITCH_SIG_KILL<br>
&gt; 2011-03-05 03:15:15.910537 [DEBUG] switch_core_session.c:1116 Send signal<br>
&gt; skypopen/interface1 [BREAK]<br>
&gt; 2011-03-05 03:15:15.910537 [DEBUG] mod_skypopen.c:727<br>
&gt;  [32b8f10|9350fb9] [DEBUG_SKYPE  727  ][interface1     ][HANG_RQ,IDLE]<br>
&gt; skypopen/interface1 CHANNEL got SWITCH_SIG_BREAK<br>
&gt; 2011-03-05 03:15:15.910537 [DEBUG] switch_core_state_machine.c:366<br>
&gt; (skypopen/interface1) State EXECUTE going to sleep<br>
&gt; 2011-03-05 03:15:15.910537 [DEBUG] mod_sofia.c:500 Sending BYE to<br>
&gt; sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a><br>
&gt; 2011-03-05 03:15:15.910537 [DEBUG] switch_core_state_machine.c:320<br>
&gt; (skypopen/interface1) Running State Change CS_HANGUP<br>
&gt; 2011-03-05 03:15:15.910537 [DEBUG] switch_core_state_machine.c:560<br>
&gt; (skypopen/interface1) State HANGUP<br>
&gt; 2011-03-05 03:15:15.910537 [DEBUG] mod_skypopen.c:623<br>
&gt;  [32b8f10|9350fb9] [DEBUG_SKYPE  623  ][interface1     ][HANG_RQ,IDLE]<br>
&gt; hanging up skype call: 142<br>
&gt; 2011-03-05 03:15:15.911571 [DEBUG] skypopen_protocol.c:1619<br>
&gt;  [32b8f10|9350fb9] [DEBUG_SKYPE  1619 ][interface1     ][HANG_RQ,IDLE]<br>
&gt; SENDING: |||ALTER CALL 142 END HANGUP||||<br>
&gt; 2011-03-05 03:15:15.911571 [DEBUG] skypopen_protocol.c:1619<br>
&gt;  [32b8f10|9350fb9] [DEBUG_SKYPE  1619 ][interface1     ][HANG_RQ,IDLE]<br>
&gt; SENDING: |||ALTER CALL 142 HANGUP||||<br>
&gt; 2011-03-05 03:15:15.911571 [DEBUG] mod_skypopen.c:629<br>
&gt;  [32b8f10|9350fb9] [DEBUG_SKYPE  629  ][interface1     ][HANG_RQ,IDLE]<br>
&gt; interface1 CHANNEL HANGUP<br>
&gt; 2011-03-05 03:15:15.911571 [DEBUG] mod_skypopen.c:648 (skypopen/interface1)<br>
&gt; State Change CS_HANGUP -&gt; CS_DESTROY<br>
&gt; 2011-03-05 03:15:15.911571 [DEBUG] switch_core_session.c:1116 Send signal<br>
&gt; skypopen/interface1 [BREAK]<br>
&gt; 2011-03-05 03:15:15.911571 [DEBUG] mod_skypopen.c:727<br>
&gt;  [32b8f10|9350fb9] [DEBUG_SKYPE  727  ][interface1     ][DOWN,IDLE]<br>
&gt; skypopen/interface1 CHANNEL got SWITCH_SIG_BREAK<br>
&gt; 2011-03-05 03:15:15.911571 [DEBUG] switch_core_state_machine.c:560<br>
&gt; (skypopen/interface1) State HANGUP going to sleep<br>
&gt; 2011-03-05 03:15:15.911571 [DEBUG] switch_core_session.c:1288 Session 24<br>
&gt; (skypopen/interface1) Locked, Waiting on external entities<br>
&gt; 2011-03-05 03:15:15.911571 [NOTICE] switch_core_session.c:1306 Session 24<br>
&gt; (skypopen/interface1) Ended<br>
&gt; 2011-03-05 03:15:15.911571 [NOTICE] switch_core_session.c:1308 Close Channel<br>
&gt; skypopen/interface1 [CS_DESTROY]<br>
&gt; 2011-03-05 03:15:15.911571 [DEBUG] switch_core_state_machine.c:46<br>
&gt; sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a> Standard HANGUP, cause:<br>
&gt; NORMAL_CLEARING<br>
&gt; 2011-03-05 03:15:15.911571 [DEBUG] switch_core_state_machine.c:560<br>
&gt; (sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a>) State HANGUP going to sleep<br>
&gt; 2011-03-05 03:15:15.911571 [DEBUG] switch_core_state_machine.c:351<br>
&gt; (sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a>) State Change CS_HANGUP -&gt;<br>
&gt; CS_REPORTING<br>
&gt; 2011-03-05 03:15:15.911571 [DEBUG] switch_core_session.c:1116 Send signal<br>
&gt; sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a> [BREAK]<br>
&gt; 2011-03-05 03:15:15.911571 [DEBUG] switch_core_state_machine.c:320<br>
&gt; (sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a>) Running State Change<br>
&gt; CS_REPORTING<br>
&gt; 2011-03-05 03:15:15.911571 [DEBUG] switch_core_state_machine.c:620<br>
&gt; (sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a>) State REPORTING<br>
&gt; 2011-03-05 03:15:15.911571 [DEBUG] switch_core_state_machine.c:53<br>
&gt; sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a> Standard REPORTING, cause:<br>
&gt; NORMAL_CLEARING<br>
&gt; 2011-03-05 03:15:15.911571 [DEBUG] switch_core_state_machine.c:620<br>
&gt; (sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a>) State REPORTING going to sleep<br>
&gt; 2011-03-05 03:15:15.911571 [DEBUG] switch_core_state_machine.c:449<br>
&gt; (skypopen/interface1) Callstate Change HANGUP -&gt; DOWN<br>
&gt; 2011-03-05 03:15:15.911571 [DEBUG] switch_core_state_machine.c:452<br>
&gt; (skypopen/interface1) Running State Change CS_DESTROY<br>
&gt; 2011-03-05 03:15:15.911571 [DEBUG] switch_core_state_machine.c:462<br>
&gt; (skypopen/interface1) State DESTROY<br>
&gt; 2011-03-05 03:15:15.911571 [DEBUG] mod_skypopen.c:479<br>
&gt;  [32b8f10|9350fb9] [DEBUG_SKYPE  479  ][interface1     ][DOWN,IDLE]<br>
&gt; interface1 CHANNEL DESTROY c958d9be-46d6-11e0-bb71-d9b9e6428344<br>
&gt; 2011-03-05 03:15:15.911571 [DEBUG] mod_skypopen.c:493<br>
&gt;  [32b8f10|9350fb9] [DEBUG_SKYPE  493  ][interface1     ][DOWN,IDLE] audio<br>
&gt; tcp threads to DIE<br>
&gt; 2011-03-05 03:15:15.911571 [DEBUG] mod_skypopen.c:503<br>
&gt;  [32b8f10|9350fb9] [DEBUG_SKYPE  503  ][interface1     ][DOWN,IDLE] audio<br>
&gt; tcp srv thread DEAD 0<br>
&gt; 2011-03-05 03:15:15.911571 [DEBUG] mod_skypopen.c:513<br>
&gt;  [32b8f10|9350fb9] [DEBUG_SKYPE  513  ][interface1     ][DOWN,IDLE] audio<br>
&gt; tcp cli thread DEAD 0<br>
&gt; 2011-03-05 03:15:15.911571 [DEBUG] switch_core_state_machine.c:345<br>
&gt; (sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a>) State Change CS_REPORTING -&gt;<br>
&gt; CS_DESTROY<br>
&gt; 2011-03-05 03:15:15.911571 [DEBUG] switch_core_session.c:1116 Send signal<br>
&gt; sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a> [BREAK]<br>
&gt; 2011-03-05 03:15:15.911571 [DEBUG] mod_skypopen.c:524<br>
&gt;  [32b8f10|9350fb9] [DEBUG_SKYPE  524  ][interface1     ][DOWN,IDLE] codecs<br>
&gt; DOWN<br>
&gt; 2011-03-05 03:15:15.911571 [DEBUG] switch_core_session.c:1288 Session 25<br>
&gt; (sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a>) Locked, Waiting on external<br>
&gt; entities<br>
&gt; 2011-03-05 03:15:15.911571 [DEBUG] mod_skypopen.c:579<br>
&gt;  [32b8f10|9350fb9] [DEBUG_SKYPE  579  ][interface1     ][IDLE,IDLE] CHANNEL<br>
&gt; DESTROYED c958d9be-46d6-11e0-bb71-d9b9e6428344<br>
&gt; 2011-03-05 03:15:15.911571 [DEBUG] switch_core_state_machine.c:60<br>
&gt; skypopen/interface1 Standard DESTROY<br>
&gt; 2011-03-05 03:15:15.911571 [NOTICE] switch_core_session.c:1306 Session 25<br>
&gt; (sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a>) Ended<br>
&gt; 2011-03-05 03:15:15.911571 [DEBUG] switch_core_state_machine.c:462<br>
&gt; (skypopen/interface1) State DESTROY going to sleep<br>
&gt; 2011-03-05 03:15:15.911571 [NOTICE] switch_core_session.c:1308 Close Channel<br>
&gt; sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a> [CS_DESTROY]<br>
&gt; 2011-03-05 03:15:15.911571 [DEBUG] switch_core_state_machine.c:449<br>
&gt; (sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a>) Callstate Change HANGUP -&gt;<br>
&gt; DOWN<br>
&gt; 2011-03-05 03:15:15.911571 [DEBUG] switch_core_state_machine.c:452<br>
&gt; (sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a>) Running State Change<br>
&gt; CS_DESTROY<br>
&gt; 2011-03-05 03:15:15.911571 [DEBUG] switch_core_state_machine.c:462<br>
&gt; (sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a>) State DESTROY<br>
&gt; 2011-03-05 03:15:15.911571 [DEBUG] mod_sofia.c:362 sofia/internal/<br>
&gt; <a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a> SOFIA DESTROY<br>
&gt; 2011-03-05 03:15:15.911571 [DEBUG] switch_core_state_machine.c:60<br>
&gt; sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a> Standard DESTROY<br>
&gt; 2011-03-05 03:15:15.911571 [DEBUG] switch_core_state_machine.c:462<br>
&gt; (sofia/internal/<a href="http://sip:1001@90.198.86.129:62954" target="_blank">sip:1001@90.198.86.129:62954</a>) State DESTROY going to sleep<br>
&gt; 2011-03-05 03:15:16.149772 [DEBUG] skypopen_protocol.c:173<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  173  ][interface1     ][IDLE,IDLE] READING:<br>
&gt; |||CALL 142 STATUS INPROGRESS|||<br>
&gt; 2011-03-05 03:15:16.149772 [DEBUG] skypopen_protocol.c:719<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  719  ][interface1     ][IDLE,IDLE] no<br>
&gt; tech_pvt-&gt;session_uuid_str<br>
&gt; 2011-03-05 03:15:16.149772 [DEBUG] skypopen_protocol.c:725<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  725  ][interface1     ][IDLE,IDLE]<br>
&gt; skype_call: 142 is now active<br>
&gt; 2011-03-05 03:15:16.149772 [DEBUG] skypopen_protocol.c:732<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  732  ][interface1     ][UP,INPROGRS] START<br>
&gt; start_audio_threads<br>
&gt; 2011-03-05 03:15:16.149772 [DEBUG] mod_skypopen.c:2203<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  2203 ][interface1     ][UP,INPROGRS] started<br>
&gt; tcp_srv_thread thread.<br>
&gt; 2011-03-05 03:15:16.149772 [DEBUG] skypopen_protocol.c:89<br>
&gt;  [32b8f10|9350fb9] [DEBUG_SKYPE  89   ][interface1     ][UP,INPROGRS]<br>
&gt; Binded! *which_port=32783, tech_pvt-&gt;tcp_cli_port=32782,<br>
&gt; tech_pvt-&gt;tcp_srv_port=32783<br>
&gt; 2011-03-05 03:15:16.149772 [DEBUG] skypopen_protocol.c:94<br>
&gt;  [32b8f10|9350fb9] [DEBUG_SKYPE  94   ][interface1     ][UP,INPROGRS] 1<br>
&gt; SO_RCVBUF is 87380, size is 4<br>
&gt; 2011-03-05 03:15:16.149772 [DEBUG] skypopen_protocol.c:98<br>
&gt;  [32b8f10|9350fb9] [DEBUG_SKYPE  98   ][interface1     ][UP,INPROGRS] 1<br>
&gt; SO_SNDBUF is 16384, size is 4<br>
&gt; 2011-03-05 03:15:16.149772 [DEBUG] mod_skypopen.c:2219<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  2219 ][interface1     ][UP,INPROGRS] started<br>
&gt; tcp_cli_thread thread.<br>
&gt; 2011-03-05 03:15:16.149772 [DEBUG] skypopen_protocol.c:115<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  115  ][interface1     ][UP,INPROGRS] 2<br>
&gt; SO_RCVBUF is 87380, size is 4<br>
&gt; 2011-03-05 03:15:16.149772 [DEBUG] skypopen_protocol.c:130<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  130  ][interface1     ][UP,INPROGRS] 2<br>
&gt; SO_SNDBUF is 16384, size is 4<br>
&gt; 2011-03-05 03:15:16.149772 [DEBUG] skypopen_protocol.c:89<br>
&gt;  [32b8f10|9350fb9] [DEBUG_SKYPE  89   ][interface1     ][UP,INPROGRS]<br>
&gt; Binded! *which_port=32784, tech_pvt-&gt;tcp_cli_port=32784,<br>
&gt; tech_pvt-&gt;tcp_srv_port=32783<br>
&gt; 2011-03-05 03:15:16.149772 [DEBUG] skypopen_protocol.c:134<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  134  ][interface1     ][UP,INPROGRS]<br>
&gt; TCP_NODELAY is 0<br>
&gt; 2011-03-05 03:15:16.149772 [DEBUG] skypopen_protocol.c:94<br>
&gt;  [32b8f10|9350fb9] [DEBUG_SKYPE  94   ][interface1     ][UP,INPROGRS] 1<br>
&gt; SO_RCVBUF is 87380, size is 4<br>
&gt; 2011-03-05 03:15:16.149772 [DEBUG] skypopen_protocol.c:141<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  141  ][interface1     ][UP,INPROGRS]<br>
&gt; TCP_NODELAY is 0<br>
&gt; 2011-03-05 03:15:16.149772 [DEBUG] skypopen_protocol.c:98<br>
&gt;  [32b8f10|9350fb9] [DEBUG_SKYPE  98   ][interface1     ][UP,INPROGRS] 1<br>
&gt; SO_SNDBUF is 16384, size is 4<br>
&gt; 2011-03-05 03:15:16.149772 [DEBUG] skypopen_protocol.c:833<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  833  ][interface1     ][UP,INPROGRS] started<br>
&gt; tcp_srv_thread thread.<br>
&gt; 2011-03-05 03:15:16.149772 [DEBUG] skypopen_protocol.c:115<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  115  ][interface1     ][UP,INPROGRS] 2<br>
&gt; SO_RCVBUF is 87380, size is 4<br>
&gt; 2011-03-05 03:15:16.149772 [DEBUG] skypopen_protocol.c:130<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  130  ][interface1     ][UP,INPROGRS] 2<br>
&gt; SO_SNDBUF is 16384, size is 4<br>
&gt; 2011-03-05 03:15:16.149772 [DEBUG] skypopen_protocol.c:134<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  134  ][interface1     ][UP,INPROGRS]<br>
&gt; TCP_NODELAY is 0<br>
&gt; 2011-03-05 03:15:16.149772 [DEBUG] skypopen_protocol.c:141<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  141  ][interface1     ][UP,INPROGRS]<br>
&gt; TCP_NODELAY is 0<br>
&gt; 2011-03-05 03:15:16.149772 [DEBUG] skypopen_protocol.c:997<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  997  ][interface1     ][UP,INPROGRS] started<br>
&gt; tcp_cli_thread thread.<br>
&gt; 2011-03-05 03:15:16.250297 [DEBUG] skypopen_protocol.c:1619<br>
&gt;  [32b8f10|9350fb9] [DEBUG_SKYPE  1619 ][interface1     ][UP,INPROGRS]<br>
&gt; SENDING: |||ALTER CALL 142 SET_INPUT PORT=&quot;32784&quot;||||<br>
&gt; 2011-03-05 03:15:16.250297 [DEBUG] skypopen_protocol.c:1619<br>
&gt;  [32b8f10|9350fb9] [DEBUG_SKYPE  1619 ][interface1     ][UP,INPROGRS]<br>
&gt; SENDING: |||#output ALTER CALL 142 SET_OUTPUT PORT=&quot;32783&quot;||||<br>
&gt; 2011-03-05 03:15:16.250297 [WARNING] skypopen_protocol.c:2036<br>
&gt;  [32b8f10|9350fb9] [WARNINGA     2036 ][interface1     ][UP,INPROGRS] no<br>
&gt; tech_pvt-&gt;session_uuid_str after INPROGRESS, let&#39;s hangup<br>
&gt; 2011-03-05 03:15:16.250297 [DEBUG] skypopen_protocol.c:1619<br>
&gt;  [32b8f10|9350fb9] [DEBUG_SKYPE  1619 ][interface1     ][UP,INPROGRS]<br>
&gt; SENDING: |||ALTER CALL 142 HANGUP||||<br>
&gt; 2011-03-05 03:15:16.250297 [DEBUG] skypopen_protocol.c:173<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  173  ][interface1     ][UP,INPROGRS]<br>
&gt; READING: |||CALL 142 VIDEO_SEND_STATUS AVAILABLE|||<br>
&gt; 2011-03-05 03:15:16.290473 [DEBUG] skypopen_protocol.c:173<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  173  ][interface1     ][UP,INPROGRS]<br>
&gt; READING: |||CALL 142 VIDEO_STATUS VIDEO_BOTH_ENABLED|||<br>
&gt; 2011-03-05 03:15:16.363839 [DEBUG] skypopen_protocol.c:173<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  173  ][interface1     ][UP,INPROGRS]<br>
&gt; READING: |||CALL 142 DURATION 1|||<br>
&gt; 2011-03-05 03:15:16.432605 [DEBUG] skypopen_protocol.c:173<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  173  ][interface1     ][UP,INPROGRS]<br>
&gt; READING: |||ALTER CALL 142 END HANGUP|||<br>
&gt; 2011-03-05 03:15:16.494506 [DEBUG] skypopen_protocol.c:173<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  173  ][interface1     ][UP,INPROGRS]<br>
&gt; READING: |||ERROR 559 CALL: Action failed|||<br>
&gt; 2011-03-05 03:15:16.495584 [DEBUG] skypopen_protocol.c:228<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  228  ][interface1     ][UP,INPROGRS] Skype<br>
&gt; got ERROR about a failed action (probably TRYING to HANGUP A CALL), no<br>
&gt; problem: |||ERROR 559 CALL: Action failed|||<br>
&gt; 2011-03-05 03:15:16.710271 [DEBUG] skypopen_protocol.c:173<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  173  ][interface1     ][UP,INPROGRS]<br>
&gt; READING: |||ERROR 589 ALTER CALL: unable to alter input/output|||<br>
&gt; 2011-03-05 03:15:16.711346 [DEBUG] skypopen_protocol.c:247<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  247  ][interface1     ][UP,INPROGRS] Skype<br>
&gt; client was not able to correctly manage tcp audio sockets, probably got a<br>
&gt; local or remote hangup: |||ERROR 589 ALTER CALL: unable to alter<br>
&gt; input/output|||<br>
&gt; 2011-03-05 03:15:16.711346 [DEBUG] skypopen_protocol.c:1619<br>
&gt;  [32b8f10|9350fb9] [DEBUG_SKYPE  1619 ][interface1     ][UP,INPROGRS]<br>
&gt; SENDING: |||ALTER CALL 142 HANGUP||||<br>
&gt; 2011-03-05 03:15:16.711346 [DEBUG] skypopen_protocol.c:1619<br>
&gt;  [32b8f10|9350fb9] [DEBUG_SKYPE  1619 ][interface1     ][UP,INPROGRS]<br>
&gt; SENDING: |||ALTER CALL 142 END HANGUP||||<br>
&gt; 2011-03-05 03:15:16.711346 [DEBUG] mod_skypopen.c:1413<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  1413 ][interface1     ][DOWN,INPROGRS] skype<br>
&gt; call ended<br>
&gt; 2011-03-05 03:15:16.711346 [DEBUG] mod_skypopen.c:1433<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  1433 ][interface1     ][DOWN,INPROGRS] no<br>
&gt; session<br>
&gt; 2011-03-05 03:15:16.711346 [DEBUG] mod_skypopen.c:1436<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  1436 ][interface1     ][DOWN,INPROGRS] audio<br>
&gt; tcp threads to DIE<br>
&gt; 2011-03-05 03:15:16.712434 [DEBUG] skypopen_protocol.c:960<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  960  ][interface1     ][DOWN,INPROGRS]<br>
&gt; incoming audio (read) server (I am it) EXITING<br>
&gt; 2011-03-05 03:15:16.715692 [DEBUG] mod_skypopen.c:1446<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  1446 ][interface1     ][DOWN,INPROGRS] audio<br>
&gt; tcp srv thread DEAD 1<br>
&gt; 2011-03-05 03:15:16.750763 [DEBUG] skypopen_protocol.c:1112<br>
&gt;  [32b8f10|9350fb9] [DEBUG_SKYPE  1112 ][interface1     ][DOWN,INPROGRS]<br>
&gt; outbound audio server (I am it) EXITING<br>
&gt; 2011-03-05 03:15:16.751849 [DEBUG] mod_skypopen.c:1456<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  1456 ][interface1     ][DOWN,INPROGRS] audio<br>
&gt; tcp cli thread DEAD 7<br>
&gt; 2011-03-05 03:15:16.751849 [DEBUG] skypopen_protocol.c:173<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  173  ][interface1     ][IDLE,IDLE] READING:<br>
&gt; |||#output ERROR 589 ALTER CALL: unable to alter input/output|||<br>
&gt; 2011-03-05 03:15:16.779660 [DEBUG] skypopen_protocol.c:173<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  173  ][interface1     ][IDLE,IDLE] READING:<br>
&gt; |||ERROR 559 CALL: Action failed|||<br>
&gt; 2011-03-05 03:15:16.780762 [DEBUG] skypopen_protocol.c:228<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  228  ][interface1     ][IDLE,IDLE] Skype got<br>
&gt; ERROR about a failed action (probably TRYING to HANGUP A CALL), no problem:<br>
&gt; |||ERROR 559 CALL: Action failed|||<br>
&gt; 2011-03-05 03:15:16.828877 [DEBUG] skypopen_protocol.c:173<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  173  ][interface1     ][IDLE,IDLE] READING:<br>
&gt; |||ERROR 559 CALL: Action failed|||<br>
&gt; 2011-03-05 03:15:16.828877 [DEBUG] skypopen_protocol.c:228<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  228  ][interface1     ][IDLE,IDLE] Skype got<br>
&gt; ERROR about a failed action (probably TRYING to HANGUP A CALL), no problem:<br>
&gt; |||ERROR 559 CALL: Action failed|||<br>
&gt; 2011-03-05 03:15:16.869183 [DEBUG] skypopen_protocol.c:173<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  173  ][interface1     ][IDLE,IDLE] READING:<br>
&gt; |||ERROR 559 CALL: Action failed|||<br>
&gt; 2011-03-05 03:15:16.869183 [DEBUG] skypopen_protocol.c:228<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  228  ][interface1     ][IDLE,IDLE] Skype got<br>
&gt; ERROR about a failed action (probably TRYING to HANGUP A CALL), no problem:<br>
&gt; |||ERROR 559 CALL: Action failed|||<br>
&gt; 2011-03-05 03:15:16.911668 [DEBUG] skypopen_protocol.c:173<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  173  ][interface1     ][IDLE,IDLE] READING:<br>
&gt; |||CALL 142 STATUS FINISHED|||<br>
&gt; 2011-03-05 03:15:16.911668 [DEBUG] skypopen_protocol.c:661<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  661  ][interface1     ][IDLE,IDLE]<br>
&gt; skype_call 142 is MY call, now I&#39;m going DOWN<br>
&gt; 2011-03-05 03:15:16.911668 [DEBUG] mod_skypopen.c:1413<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  1413 ][interface1     ][IDLE,IDLE] skype<br>
&gt; call ended<br>
&gt; 2011-03-05 03:15:16.911668 [DEBUG] mod_skypopen.c:1433<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  1433 ][interface1     ][IDLE,IDLE] no<br>
&gt; session<br>
&gt; 2011-03-05 03:15:16.911668 [DEBUG] mod_skypopen.c:1436<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  1436 ][interface1     ][DOWN,IDLE] audio tcp<br>
&gt; threads to DIE<br>
&gt; 2011-03-05 03:15:16.911668 [DEBUG] mod_skypopen.c:1446<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  1446 ][interface1     ][DOWN,IDLE] audio tcp<br>
&gt; srv thread DEAD 0<br>
&gt; 2011-03-05 03:15:16.911668 [DEBUG] mod_skypopen.c:1456<br>
&gt; [32b8f10|9350fb9] [DEBUG_SKYPE  1456 ][interface1     ][DOWN,IDLE] audio tcp<br>
&gt; cli thread DEAD 0<br>
&gt;<br>
<br>
</div></div>--<br>
Sent from my mobile device<br>
<br>
Sincerely,<br>
<br>
Giovanni Maruzzelli<br>
Cell : +39-347-2665618<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></div>