<div dir="ltr">Hi. <br><br>I am doing outbound call using below lua script <br><br><br><pre style="font-family: arial,helvetica,sans-serif;"><font style="background-color: rgb(255, 204, 153);" size="2">obSession = freeswitch.Session(&quot;sofia/</font><font style="background-color: rgb(255, 204, 153);" size="2">gateway/voipms/14165555555&quot;);<br>
<br><br><br>if obSession:ready() then<br>obSession:execute(&quot;sched_</font><font style="background-color: rgb(255, 204, 153);" size="2">hangup&quot;,&quot;+60 alloted_timeout&quot;);<br>freeswitch.bridge(session,</font><font style="background-color: rgb(255, 204, 153);" size="2">obSession);<br>
<br>else<br><br>    local obCause = obSession:hangupCause()<br><br>    freeswitch.consoleLog(&quot;info&quot;, &quot;obSession:hangupCause() = &quot; .. obCause )<br><br>    if ( obCause == &quot;USER_BUSY&quot; ) then  <br>
<br>    elseif ( obCause == &quot;NO_ANSWER&quot; ) then<br>       -- Call them back in an hour<br>    elseif ( obCause == &quot;ORIGINATOR_CANCEL&quot; ) then <br><br>       -- May need to check for network congestion or problems<br>
    else<br>       -- Log these issues<br>    end<br>end</font></pre><br>After call established (phone is ringing not answered) , immediately its get getting disconnected after that. <br>Since, I could not able to use patebin ( Its asking user name and password again and again , no success )<br>
I am giving my fs_cli logs here, I am very sorry for this. <br><br>thanks in advance, <br><br clear="all"><span style="background-color: rgb(255, 255, 153);">2010-07-28 20:20:49.635709 [WARNING] ozmod_sangoma_boost.c:1663 RX 
EVENT: CALL_START:(80) [w1g1] CSid=0 Seq=27 Cn=[N/A] Cd=[1100] 
Ci=[9677012480] Rdnis=[]</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:20:49.635709 [DEBUG] ozmod_sangoma_boost.c:880 Changing state on 1:1 from DOWN to RING</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">2010-07-28 20:20:49.635709 [DEBUG] ozmod_sangoma_boost.c:1174 1:1 STATE [RING]</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">2010-07-28 20:20:49.635709 [DEBUG] mod_openzap.c:1934 got clear channel sig [START]</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:20:49.635709 [DEBUG] mod_openzap.c:403 Set codec PCMA 20ms</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">2010-07-28 20:20:49.635709 [DEBUG] mod_openzap.c:1439 Connect inbound channel OpenZAP/1:1/1100</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">2010-07-28 20:20:49.635709 [NOTICE] switch_channel.c:776 New Channel OpenZAP/1:1/1100 [bf53c91a-4990-41ad-bbe8-</span><span style="background-color: rgb(255, 255, 153);">c5240c3e0629]</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:20:49.635709 [DEBUG] mod_openzap.c:1450 (OpenZAP/1:1/1100) State Change CS_NEW -&gt; CS_INIT</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">2010-07-28 20:20:49.635709 [DEBUG] switch_core_session.c:1027 Send signal OpenZAP/1:1/1100 [BREAK]</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">2010-07-28 20:20:49.635709 [DEBUG] switch_core_state_machine.c:</span><span style="background-color: rgb(255, 255, 153);">314 (OpenZAP/1:1/1100) Running State Change CS_INIT</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:20:49.635709 [DEBUG] switch_core_state_machine.c:</span><span style="background-color: rgb(255, 255, 153);">338 (OpenZAP/1:1/1100) State INIT</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">2010-07-28 20:20:49.635709 [DEBUG] mod_openzap.c:431 (OpenZAP/1:1/1100) State Change CS_INIT -&gt; CS_ROUTING</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">2010-07-28 20:20:49.635709 [DEBUG] switch_core_session.c:1027 Send signal OpenZAP/1:1/1100 [BREAK]</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:20:49.635709 [DEBUG] switch_core_state_machine.c:</span><span style="background-color: rgb(255, 255, 153);">338 (OpenZAP/1:1/1100) State INIT going to sleep</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">2010-07-28 20:20:49.635709 [DEBUG] switch_core_state_machine.c:</span><span style="background-color: rgb(255, 255, 153);">314 (OpenZAP/1:1/1100) Running State Change CS_ROUTING</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:20:49.635709 [DEBUG] switch_channel.c:1471 (OpenZAP/1:1/1100) Callstate Change DOWN -&gt; RINGING</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">2010-07-28 20:20:49.635709 [DEBUG] switch_core_state_machine.c:</span><span style="background-color: rgb(255, 255, 153);">341 (OpenZAP/1:1/1100) State ROUTING</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">2010-07-28 20:20:49.635709 [DEBUG] mod_openzap.c:454 OpenZAP/1:1/1100 CHANNEL ROUTING</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:20:49.635709 [DEBUG] switch_core_state_machine.c:77 OpenZAP/1:1/1100 Standard ROUTING</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">2010-07-28 20:20:49.635709 [INFO] mod_dialplan_xml.c:331 Processing 9677012480-&gt;1100 in context default</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 parsing [default-&gt;unloop] continue=false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">
Dialplan: OpenZAP/1:1/1100 Regex (PASS) [unloop] ${unroll_loops}(true) =~ /^true$/ break=on-false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 Regex (FAIL) [unloop] ${sip_looped_call}() =~ /^true$/ break=on-false</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 parsing [default-&gt;tod_example] continue=true</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">
Dialplan: OpenZAP/1:1/1100 Date/Time Match (FAIL) [tod_example] break=on-false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 parsing [default-&gt;holiday_example] continue=true</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 Date/Time Match (FAIL) [holiday_example] break=on-false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">
Dialplan: OpenZAP/1:1/1100 parsing [default-&gt;global-intercept] continue=false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 Regex (FAIL) [global-intercept] destination_number(1100) =~ /^886$/ break=on-false</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 parsing [default-&gt;outgoing] continue=false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">
Dialplan: OpenZAP/1:1/1100 Regex (FAIL) [outgoing] destination_number(1100) =~ /^(\d)$/ break=on-false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 parsing [default-&gt;priout] continue=false</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 Regex (FAIL) [priout] destination_number(1100) =~ /^(09677012480)$/ break=on-false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">
Dialplan: OpenZAP/1:1/1100 parsing [default-&gt;mano_priout] continue=false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 Regex (FAIL) [mano_priout] destination_number(1100) =~ /^(09677088546)$/ break=on-false</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 parsing [default-&gt;mano_priout] continue=false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">
Dialplan: OpenZAP/1:1/1100 Regex (FAIL) [mano_priout] destination_number(1100) =~ /^(08056106393)$/ break=on-false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 parsing [default-&gt;group-intercept] continue=false</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 Regex (FAIL) [group-intercept] destination_number(1100) =~ /^\*8$/ break=on-false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">
Dialplan: OpenZAP/1:1/1100 parsing [default-&gt;intercept-ext] continue=false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 Regex (FAIL) [intercept-ext] destination_number(1100) =~ /^\*\*(\d+)$/ break=on-false</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 parsing [default-&gt;redial] continue=false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">
Dialplan: OpenZAP/1:1/1100 Regex (FAIL) [redial] destination_number(1100) =~ /^(redial|870)$/ break=on-false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 parsing [default-&gt;global] continue=true</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 Regex (FAIL) [global] ${call_debug}(false) =~ /^true$/ break=never</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">
Dialplan: OpenZAP/1:1/1100 Regex (FAIL) [global] ${sip_has_crypto}() =~ /^(AES_CM_128_HMAC_SHA1_32|</span><span style="background-color: rgb(255, 255, 153);">AES_CM_128_HMAC_SHA1_80)$/ break=never</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 Absolute Condition [global]</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 Action hash(insert/${domain_name}-</span><span style="background-color: rgb(255, 255, 153);">spymap/${caller_id_number}/${</span><span style="background-color: rgb(255, 255, 153);">uuid}) </span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
Dialplan: OpenZAP/1:1/1100 Action hash(insert/${domain_name}-</span><span style="background-color: rgb(255, 255, 153);">last_dial/${caller_id_number}/</span><span style="background-color: rgb(255, 255, 153);">${destination_number}) </span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 Action hash(insert/${domain_name}-</span><span style="background-color: rgb(255, 255, 153);">last_dial/global/${uuid}) </span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 parsing [default-&gt;snom-demo-2] continue=false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">
Dialplan: OpenZAP/1:1/1100 Regex (FAIL) [snom-demo-2] destination_number(1100) =~ /^9001$/ break=on-false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 parsing [default-&gt;snom-demo-1] continue=false</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 Regex (FAIL) [snom-demo-1] destination_number(1100) =~ /^9000$/ break=on-false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">
Dialplan: OpenZAP/1:1/1100 parsing [default-&gt;eavesdrop] continue=false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 Regex (FAIL) [eavesdrop] destination_number(1100) =~ /^88(\d{4})$|^\*0(.*)$/ break=on-false</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 parsing [default-&gt;eavesdrop] continue=false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">
Dialplan: OpenZAP/1:1/1100 Regex (FAIL) [eavesdrop] destination_number(1100) =~ /^779$/ break=on-false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 parsing [default-&gt;call_return] continue=false</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 Regex (FAIL) [call_return] destination_number(1100) =~ /^\*69$|^869$|^lcr$/ break=on-false</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
Dialplan: OpenZAP/1:1/1100 parsing [default-&gt;del-group] continue=false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 Regex (FAIL) [del-group] destination_number(1100) =~ /^80(\d{2})$/ break=on-false</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 parsing [default-&gt;add-group] continue=false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">
Dialplan: OpenZAP/1:1/1100 Regex (FAIL) [add-group] destination_number(1100) =~ /^81(\d{2})$/ break=on-false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 parsing [default-&gt;call-group-simo] continue=false</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 Regex (FAIL) [call-group-simo] destination_number(1100) =~ /^82(\d{2})$/ break=on-false</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
Dialplan: OpenZAP/1:1/1100 parsing [default-&gt;call-group-order] continue=false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 Regex (FAIL) [call-group-order] destination_number(1100) =~ /^83(\d{2})$/ break=on-false</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 parsing [default-&gt;extension-intercom] continue=false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">
Dialplan: OpenZAP/1:1/1100 Regex (FAIL) [extension-intercom] destination_number(1100) =~ /^8(10[01][0-9])$/ break=on-false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 parsing [default-&gt;Local_Extension] continue=false</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 Regex (FAIL) [Local_Extension] destination_number(1100) =~ /^(10[01][0-9])$/ break=on-false</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
Dialplan: OpenZAP/1:1/1100 parsing [default-&gt;Local_Extension_</span><span style="background-color: rgb(255, 255, 153);">Skinny] continue=false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 Regex (FAIL) [Local_Extension_Skinny] destination_number(1100) =~ /^(20[01][0-9])$/ break=on-false</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 parsing [default-&gt;group_dial_sales] continue=false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">
Dialplan: OpenZAP/1:1/1100 Regex (FAIL) [group_dial_sales] destination_number(1100) =~ /^2000$/ break=on-false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 parsing [default-&gt;group_dial_support] continue=false</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 Regex (FAIL) [group_dial_support] destination_number(1100) =~ /^2001$/ break=on-false</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
Dialplan: OpenZAP/1:1/1100 parsing [default-&gt;group_dial_billing] continue=false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 Regex (FAIL) [group_dial_billing] destination_number(1100) =~ /^2002$/ break=on-false</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 parsing [default-&gt;operator] continue=false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">
Dialplan: OpenZAP/1:1/1100 Regex (FAIL) [operator] destination_number(1100) =~ /^(operator|0)$/ break=on-false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 parsing [default-&gt;vmain] continue=false</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 Regex (FAIL) [vmain] destination_number(1100) =~ /^vmain$|^4000$|^\*98$/ break=on-false</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
Dialplan: OpenZAP/1:1/1100 parsing [default-&gt;sip_uri] continue=false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 Regex (FAIL) [sip_uri] destination_number(1100) =~ /^sip:(.*)$/ break=on-false</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 parsing [default-&gt;nb_conferences] continue=false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">
Dialplan: OpenZAP/1:1/1100 Regex (FAIL) [nb_conferences] destination_number(1100) =~ /^(30\d{2})$/ break=on-false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 parsing [default-&gt;wb_conferences] continue=false</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 Regex (FAIL) [wb_conferences] destination_number(1100) =~ /^(31\d{2})$/ break=on-false</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
Dialplan: OpenZAP/1:1/1100 parsing [default-&gt;uwb_conferences] continue=false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 Regex (FAIL) [uwb_conferences] destination_number(1100) =~ /^(32\d{2})$/ break=on-false</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 parsing [default-&gt;cdquality_</span><span style="background-color: rgb(255, 255, 153);">conferences] continue=false</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
Dialplan: OpenZAP/1:1/1100 Regex (FAIL) [cdquality_conferences] destination_number(1100) =~ /^(33\d{2})$/ break=on-false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 parsing [default-&gt;freeswitch_public_</span><span style="background-color: rgb(255, 255, 153);">conf_via_sip] continue=false</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
Dialplan: OpenZAP/1:1/1100 Regex (FAIL) [freeswitch_public_conf_via_</span><span style="background-color: rgb(255, 255, 153);">sip] destination_number(1100) =~ /^9(888|8888|1616|3232)$/ break=on-false</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 parsing [default-&gt;mad_boss_intercom] continue=false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">
Dialplan: OpenZAP/1:1/1100 Regex (FAIL) [mad_boss_intercom] destination_number(1100) =~ /^0911$/ break=on-false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 parsing [default-&gt;mad_boss_intercom] continue=false</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 Regex (FAIL) [mad_boss_intercom] destination_number(1100) =~ /^0912$/ break=on-false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">
Dialplan: OpenZAP/1:1/1100 parsing [default-&gt;mad_boss] continue=false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 Regex (FAIL) [mad_boss] destination_number(1100) =~ /^0913$/ break=on-false</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 parsing [default-&gt;ivr_demo] continue=false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">
Dialplan: OpenZAP/1:1/1100 Regex (FAIL) [ivr_demo] destination_number(1100) =~ /^5000$/ break=on-false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 parsing [default-&gt;ivr_demo1] continue=false</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 Regex (PASS) [ivr_demo1] destination_number(1100) =~ /^1100$/ break=on-false</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">
Dialplan: OpenZAP/1:1/1100 Action answer() </span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 Action sleep(2000) </span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">Dialplan: OpenZAP/1:1/1100 Action ivr(demo_ivr) </span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">2010-07-28 20:20:49.638711 [DEBUG] switch_core_state_machine.c:</span><span style="background-color: rgb(255, 255, 153);">119 (OpenZAP/1:1/1100) State Change CS_ROUTING -&gt; CS_EXECUTE</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:20:49.638711 [DEBUG] switch_core_session.c:1027 Send signal OpenZAP/1:1/1100 [BREAK]</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">2010-07-28 20:20:49.638711 [DEBUG] switch_core_state_machine.c:</span><span style="background-color: rgb(255, 255, 153);">341 (OpenZAP/1:1/1100) State ROUTING going to sleep</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">2010-07-28 20:20:49.638711 [DEBUG] switch_core_state_machine.c:</span><span style="background-color: rgb(255, 255, 153);">314 (OpenZAP/1:1/1100) Running State Change CS_EXECUTE</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:20:49.638711 [DEBUG] switch_core_state_machine.c:</span><span style="background-color: rgb(255, 255, 153);">348 (OpenZAP/1:1/1100) State EXECUTE</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">2010-07-28 20:20:49.638711 [DEBUG] mod_openzap.c:471 OpenZAP/1:1/1100 CHANNEL EXECUTE</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">2010-07-28 20:20:49.638711 [DEBUG] switch_core_state_machine.c:</span><span style="background-color: rgb(255, 255, 153);">157 OpenZAP/1:1/1100 Standard EXECUTE</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
EXECUTE OpenZAP/1:1/1100 hash(insert/192.168.1.110-</span><span style="background-color: rgb(255, 255, 153);">spymap/9677012480/bf53c91a-</span><span style="background-color: rgb(255, 255, 153);">4990-41ad-bbe8-c5240c3e0629)</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">EXECUTE OpenZAP/1:1/1100 hash(insert/192.168.1.110-</span><span style="background-color: rgb(255, 255, 153);">last_dial/9677012480/1100)</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">EXECUTE OpenZAP/1:1/1100 hash(insert/192.168.1.110-</span><span style="background-color: rgb(255, 255, 153);">last_dial/global/bf53c91a-</span><span style="background-color: rgb(255, 255, 153);">4990-41ad-bbe8-c5240c3e0629)</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
EXECUTE OpenZAP/1:1/1100 answer()</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">2010-07-28 20:20:49.647713 [DEBUG] ozmod_sangoma_boost.c:1174 1:1 STATE [PROGRESS]</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">2010-07-28 20:20:49.647713 [WARNING] sangoma_boost_client.c:221 TX EVENT (N): CALL_START_ACK:(81) [w1g1] Rc=0 CSid=0 Seq=19 </span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:20:49.659707 [DEBUG] ozmod_sangoma_boost.c:1174 1:1 STATE [PROGRESS_MEDIA]</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">2010-07-28 20:20:49.668706 [DEBUG] ozmod_sangoma_boost.c:1174 1:1 STATE [UP]</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">2010-07-28 20:20:49.668706 [WARNING] sangoma_boost_client.c:221 TX EVENT (N): CALL_ANSWERED:(84) [w1g1] Rc=0 CSid=0 Seq=20 </span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:20:49.674705 [DEBUG] switch_core_session.c:647 Send signal OpenZAP/1:1/1100 [BREAK]</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">2010-07-28 20:20:49.674705 [DEBUG] switch_channel.c:2494 (OpenZAP/1:1/1100) Callstate Change RINGING -&gt; ACTIVE</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">2010-07-28 20:20:49.674705 [NOTICE] mod_dptools.c:746 Channel [OpenZAP/1:1/1100] has been answered</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">
EXECUTE OpenZAP/1:1/1100 sleep(2000)</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">EXECUTE OpenZAP/1:1/1100 ivr(demo_ivr)</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">2010-07-28 20:20:51.695202 [DEBUG] switch_ivr_menu.c:646 switch_ivr_menu_stack_xml_add binding &#39;menu-exit&#39;</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">2010-07-28 20:20:51.695202 [DEBUG] switch_ivr_menu.c:646 switch_ivr_menu_stack_xml_add binding &#39;menu-sub&#39;</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:20:51.695202 [DEBUG] switch_ivr_menu.c:646 switch_ivr_menu_stack_xml_add binding &#39;menu-exec-app&#39;</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">2010-07-28 20:20:51.695202 [DEBUG] switch_ivr_menu.c:646 switch_ivr_menu_stack_xml_add binding &#39;menu-play-sound&#39;</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:20:51.695202 [DEBUG] switch_ivr_menu.c:646 switch_ivr_menu_stack_xml_add binding &#39;menu-back&#39;</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">2010-07-28 20:20:51.695202 [DEBUG] switch_ivr_menu.c:646 switch_ivr_menu_stack_xml_add binding &#39;menu-top&#39;</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:20:51.695202 [DEBUG] switch_ivr_menu.c:777 building menu &#39;demo_ivr&#39;</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">2010-07-28 20:20:51.695202 [DEBUG] switch_ivr_menu.c:838 binding menu action &#39;menu-exec-app&#39; to &#39;1&#39;</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">2010-07-28 20:20:51.695202 [DEBUG] switch_ivr_menu.c:838 binding menu action &#39;menu-exec-app&#39; to &#39;2&#39;</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:20:51.695202 [DEBUG] switch_ivr_menu.c:838 binding menu action &#39;menu-exec-app&#39; to &#39;3&#39;</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">2010-07-28 20:20:51.695202 [DEBUG] switch_ivr_menu.c:838 binding menu action &#39;menu-exec-app&#39; to &#39;4&#39;</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:20:51.695202 [DEBUG] switch_ivr_menu.c:838 binding menu action &#39;menu-exec-app&#39; to &#39;5&#39;</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">2010-07-28 20:20:51.695202 [DEBUG] switch_ivr_menu.c:777 building menu &#39;demo_ivr_submenu&#39;</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">2010-07-28 20:20:51.695202 [DEBUG] switch_ivr_menu.c:838 binding menu action &#39;menu-top&#39; to &#39;*&#39;</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:20:51.695202 [DEBUG] switch_ivr_menu.c:838 binding menu action &#39;menu-sub&#39; to &#39;6&#39;</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">2010-07-28 20:20:51.695202 [DEBUG] switch_ivr_menu.c:838 binding menu action &#39;menu-exec-app&#39; to &#39;/^(10[01][0-9])$/&#39;</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:20:51.695202 [DEBUG] switch_ivr_menu.c:838 binding menu action &#39;menu-top&#39; to &#39;9&#39;</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">2010-07-28 20:20:51.695202 [DEBUG] switch_ivr_menu.c:414 Executing IVR menu demo_ivr</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">2010-07-28 20:20:51.695202 [DEBUG] switch_ivr_play_say.c:63 No language specified - Using [en]</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:20:51.700652 [DEBUG] switch_ivr_play_say.c:244 Handle play-file:[ivr/ivr-welcome_to_</span><span style="background-color: rgb(255, 255, 153);">freeswitch.wav] (en:en)</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">2010-07-28 20:20:51.700652 [DEBUG] switch_ivr_play_say.c:1161 Codec Activated L16@8000hz 1 channels 20ms</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:20:54.315269 [DEBUG] switch_ivr_play_say.c:1468 done playing file</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">2010-07-28 20:20:54.435262 [DEBUG] switch_ivr_play_say.c:244 Handle play-file:[ivr/ivr-this_ivr_</span><span style="background-color: rgb(255, 255, 153);">will_let_you_test_features.</span><span style="background-color: rgb(255, 255, 153);">wav] (en:en)</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:20:54.435262 [DEBUG] switch_ivr_play_say.c:1161 Codec Activated L16@8000hz 1 channels 20ms</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">2010-07-28 20:20:58.415015 [DEBUG] switch_ivr_play_say.c:1468 done playing file</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">2010-07-28 20:20:58.535008 [DEBUG] switch_ivr_play_say.c:244 Handle play-file:[ivr/ivr-you_may_</span><span style="background-color: rgb(255, 255, 153);">exit_by_hanging_up.wav] (en:en)</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:20:58.535008 [DEBUG] switch_ivr_play_say.c:1161 Codec Activated L16@8000hz 1 channels 20ms</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">2010-07-28 20:21:01.134853 [DEBUG] switch_ivr_play_say.c:1468 done playing file</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">2010-07-28 20:21:01.254845 [DEBUG] switch_ivr_play_say.c:244 Handle play-file:[ivr/ivr-enter_ext_</span><span style="background-color: rgb(255, 255, 153);">pound.wav] (en:en)</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:21:01.254845 [DEBUG] switch_ivr_play_say.c:1161 Codec Activated L16@8000hz 1 channels 20ms</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">2010-07-28 20:21:03.952622 [DEBUG] switch_ivr_play_say.c:1468 done playing file</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">2010-07-28 20:21:04.054610 [DEBUG] switch_ivr_play_say.c:244 Handle play-file:[silence_stream://</span><span style="background-color: rgb(255, 255, 153);">1500] (en:en)</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:21:04.054610 [DEBUG] switch_ivr_play_say.c:1161 Codec Activated L16@8000hz 1 channels 20ms</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">2010-07-28 20:21:05.554544 [DEBUG] switch_ivr_play_say.c:1468 done playing file</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">2010-07-28 20:21:05.674516 [DEBUG] switch_ivr_play_say.c:244 Handle play-file:[ivr/ivr-to_call_</span><span style="background-color: rgb(255, 255, 153);">the_freeswitch_conference.wav] (en:en)</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:21:05.674516 [DEBUG] switch_ivr_play_say.c:1161 Codec Activated L16@8000hz 1 channels 20ms</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">2010-07-28 20:21:06.415471 [WARNING] ozmod_sangoma_boost.c:1663 RX EVENT (N): CALL_STOPPED:(85) [w1g1] Rc=16 CSid=0 Seq=28 </span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:21:06.415471 [DEBUG] ozmod_sangoma_boost.c:717 Changing state on 1:1 from UP to TERMINATING</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">2010-07-28 20:21:06.415471 [DEBUG] ozmod_sangoma_boost.c:1174 1:1 STATE [TERMINATING]</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">2010-07-28 20:21:06.415471 [DEBUG] mod_openzap.c:1934 got clear channel sig [STOP]</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:21:06.415471 [DEBUG] switch_channel.c:2261 (OpenZAP/1:1/1100) Callstate Change ACTIVE -&gt; HANGUP</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">2010-07-28 20:21:06.415471 [NOTICE] mod_openzap.c:1955 Hangup OpenZAP/1:1/1100 [CS_EXECUTE] [NORMAL_CLEARING]</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:21:06.415471 [DEBUG] switch_channel.c:2277 Send signal OpenZAP/1:1/1100 [KILL]</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">2010-07-28 20:21:06.415471 [DEBUG] switch_core_session.c:1027 Send signal OpenZAP/1:1/1100 [BREAK]</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">2010-07-28 20:21:06.433472 [DEBUG] switch_ivr_play_say.c:1468 done playing file</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:21:06.536534 [DEBUG] switch_ivr_menu.c:329 waiting for 4/4 digits t/o 2000</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">2010-07-28 20:21:06.536534 [DEBUG] switch_ivr_menu.c:376 digits &#39;&#39;</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">2010-07-28 20:21:06.536534 [DEBUG] switch_ivr_menu.c:566 IVR menu &#39;demo_ivr&#39; no input detected</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:21:07.536473 [DEBUG] switch_ivr_menu.c:580 exit-sound &#39;voicemail/vm-goodbye.wav&#39;</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">2010-07-28 20:21:07.536473 [DEBUG] switch_core_state_machine.c:</span><span style="background-color: rgb(255, 255, 153);">348 (OpenZAP/1:1/1100) State EXECUTE going to sleep</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:21:07.536473 [DEBUG] switch_core_state_machine.c:</span><span style="background-color: rgb(255, 255, 153);">314 (OpenZAP/1:1/1100) Running State Change CS_HANGUP</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">2010-07-28 20:21:07.536473 [DEBUG] switch_core_state_machine.c:</span><span style="background-color: rgb(255, 255, 153);">500 (OpenZAP/1:1/1100) State HANGUP</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:21:07.536473 [DEBUG] mod_openzap.c:540 Changing state on 1:1 from TERMINATING to HANGUP</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">2010-07-28 20:21:07.536473 [DEBUG] mod_openzap.c:556 OpenZAP/1:1/1100 CHANNEL HANGUP</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">2010-07-28 20:21:07.536473 [DEBUG] switch_core_state_machine.c:46 OpenZAP/1:1/1100 Standard HANGUP, cause: NORMAL_CLEARING</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:21:07.536473 [DEBUG] switch_core_state_machine.c:</span><span style="background-color: rgb(255, 255, 153);">500 (OpenZAP/1:1/1100) State HANGUP going to sleep</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">2010-07-28 20:21:07.536473 [DEBUG] switch_core_state_machine.c:</span><span style="background-color: rgb(255, 255, 153);">333 (OpenZAP/1:1/1100) State Change CS_HANGUP -&gt; CS_REPORTING</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:21:07.536473 [DEBUG] switch_core_session.c:1027 Send signal OpenZAP/1:1/1100 [BREAK]</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">2010-07-28 20:21:07.536473 [DEBUG] switch_core_state_machine.c:</span><span style="background-color: rgb(255, 255, 153);">314 (OpenZAP/1:1/1100) Running State Change CS_REPORTING</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:21:07.536473 [DEBUG] switch_core_state_machine.c:</span><span style="background-color: rgb(255, 255, 153);">591 (OpenZAP/1:1/1100) State REPORTING</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">2010-07-28 20:21:07.536473 [DEBUG] switch_core_state_machine.c:53 OpenZAP/1:1/1100 Standard REPORTING, cause: NORMAL_CLEARING</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:21:07.536473 [DEBUG] switch_core_state_machine.c:</span><span style="background-color: rgb(255, 255, 153);">591 (OpenZAP/1:1/1100) State REPORTING going to sleep</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">2010-07-28 20:21:07.536473 [DEBUG] switch_core_state_machine.c:</span><span style="background-color: rgb(255, 255, 153);">327 (OpenZAP/1:1/1100) State Change CS_REPORTING -&gt; CS_DESTROY</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:21:07.536473 [DEBUG] switch_core_session.c:1027 Send signal OpenZAP/1:1/1100 [BREAK]</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">2010-07-28 20:21:07.536473 [DEBUG] switch_core_session.c:1175 Session 20 (OpenZAP/1:1/1100) Locked, Waiting on external entities</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:21:07.536473 [NOTICE] switch_core_session.c:1193 Session 20 (OpenZAP/1:1/1100) Ended</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">2010-07-28 20:21:07.536473 [NOTICE] switch_core_session.c:1195 Close Channel OpenZAP/1:1/1100 [CS_DESTROY]</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">2010-07-28 20:21:07.536473 [DEBUG] switch_core_state_machine.c:</span><span style="background-color: rgb(255, 255, 153);">427 (OpenZAP/1:1/1100) Callstate Change HANGUP -&gt; DOWN</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:21:07.536473 [DEBUG] switch_core_state_machine.c:</span><span style="background-color: rgb(255, 255, 153);">430 (OpenZAP/1:1/1100) Running State Change CS_DESTROY</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">2010-07-28 20:21:07.536473 [DEBUG] switch_core_state_machine.c:</span><span style="background-color: rgb(255, 255, 153);">440 (OpenZAP/1:1/1100) State DESTROY</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:21:07.536473 [DEBUG] switch_core_state_machine.c:60 OpenZAP/1:1/1100 Standard DESTROY</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">2010-07-28 20:21:07.536473 [DEBUG] switch_core_state_machine.c:</span><span style="background-color: rgb(255, 255, 153);">440 (OpenZAP/1:1/1100) State DESTROY going to sleep</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:21:07.538567 [DEBUG] ozmod_sangoma_boost.c:1174 1:1 STATE [HANGUP]</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">2010-07-28 20:21:07.538567 [DEBUG] ozmod_sangoma_boost.c:1322 Changing state on 1:1 from HANGUP to HANGUP_COMPLETE</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">2010-07-28 20:21:07.547613 [DEBUG] ozmod_sangoma_boost.c:1174 1:1 STATE [HANGUP_COMPLETE]</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:21:07.547613 [DEBUG] ozmod_sangoma_boost.c:1314 Changing state on 1:1 from HANGUP_COMPLETE to DOWN</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">2010-07-28 20:21:07.559612 [DEBUG] ozmod_sangoma_boost.c:1174 1:1 STATE [DOWN]</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">2010-07-28 20:21:07.559612 [WARNING] sangoma_boost_client.c:221 TX EVENT (N): CALL_STOPPED_ACK:(86) [w1g1] Rc=0 CSid=0 Seq=21 </span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:21:07.559612 [DEBUG] zap_io.c:1388 channel done 1:1</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">2010-07-28 20:21:59.046681 [DEBUG] switch_nat.c:500 mapped public port 5060 protocol UDP to localport 5060</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">2010-07-28 20:21:59.903631 [DEBUG] switch_nat.c:500 mapped public port 5060 protocol TCP to localport 5060</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:22:00.770577 [DEBUG] switch_nat.c:500 mapped public port 5080 protocol UDP to localport 5080</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">2010-07-28 20:22:01.679524 [DEBUG] switch_nat.c:500 mapped public port 5080 protocol TCP to localport 5080</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">2010-07-28 20:22:02.615467 [DEBUG] switch_nat.c:500 mapped public port 32368 protocol UDP to localport 32368</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:22:02.615467 [WARNING] switch_scheduler.c:114 Task was executed late by 4 seconds 2 heartbeat (core)</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">2010-07-28 20:22:02.615467 [WARNING] switch_scheduler.c:114 Task was executed late by 4 seconds 3 limit_hash_cleanup (mod_hash)</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
2010-07-28 20:22:20.271160 [DEBUG] switch_nat.c:299 got UPnP keep alive packet: </span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">NOTIFY * HTTP/1.1</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">Host: </span><a style="background-color: rgb(255, 255, 153);" href="http://239.255.255.250:1900/" target="_blank">239.255.255.250:1900</a><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">NT:urn:schemas-upnp-org:</span><span style="background-color: rgb(255, 255, 153);">service:WANIPConnection:1</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">
NTS: ssdp:alive</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">USN:uuid:33333333-0000-c0a8-</span><span style="background-color: rgb(255, 255, 153);">0101-efefefefefef::urn:</span><span style="background-color: rgb(255, 255, 153);">schemas-upnp-org:service:</span><span style="background-color: rgb(255, 255, 153);">WANIPConnection:1</span><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">Location:</span><a style="background-color: rgb(255, 255, 153);" href="http://192.168.1.1/DeviceDescription.xml" target="_blank">http://192.168.1.1:80/DeviceDescription.xml</a><br style="background-color: rgb(255, 255, 153);">
<span style="background-color: rgb(255, 255, 153);">
Cache-Control:max-age=480</span><br style="background-color: rgb(255, 255, 153);"><span style="background-color: rgb(255, 255, 153);">Server:Allegro-Software-</span><span style="background-color: rgb(255, 255, 153);">RomUpnp/4.07 UPnP/1.0 IGD/1.00</span><br>
<br>-- <br><br> <br>Regards<br>Venkatesan OV.<br>
</div>