<div dir="ltr">Hi to all, <br>
<br>
I am very new to this world.  I am not able to do outbound call using
Sangoma A101 card  and freeSwitch. <br><br>Here is the procedure I have
followed <br>
<br>
<div><b>openzap.conf</b></div><div><br>[span wanpipe smg_prid]</div><div>name =&gt; smg_prid<br></div><div>trunk_type =&gt;e1</div><div>b-channel =&gt; 1:1-15</div>

<div>d-chennel =&gt; 1:16</div><div>b-channel =&gt; 1:17-31<br><br>I have one span in  <b>openzap.conf.xml</b> <br><br>&lt;configuration name=&quot;openzap.conf&quot; description=&quot;OpenZAP Configuration&quot;&gt;<br>
    &lt;settings&gt;<br>        &lt;param name=&quot;debug&quot; value=&quot;0&quot;/&gt;<br>    &lt;/settings&gt;<br>&lt;boot_spans&gt;<br>   &lt;span id=&quot;smg_prid&quot;/&gt;<br>       &lt;param name=&quot;node&quot; value=&quot;cpe&quot;/&gt;<br>
       &lt;param name=&quot;switch&quot; value=&quot;ni1&quot;&gt;<br>       &lt;param name=&quot;dialplan&quot; value=&quot;XML&quot;&gt;<br>       &lt;param name=&quot;context&quot; value=&quot;default&quot;&gt;<br>     &lt;/span&gt;<br>
 &lt;boot_spans&gt;<br>&lt;analog_spans&gt;<br>&lt;/analog_spans&gt;<br>&lt;/configuration &gt;<br>&lt;/analog_spans&gt;<br><br><b>My Dial plan is <br><br></b>added one extension in default.xml file <br><br>&lt;extension name=&quot;outgoing-pri&quot;&gt;<br>
        &lt;condition field=&quot;destination_number&quot; expression=&quot;12345&quot;&gt;<br>                &lt;action application=&quot;bridge&quot; data=&quot;OpenZAP/smg_prid/a/&lt;my number&gt;@g1&quot;/&gt;<br>        &lt;/condition&gt;<br>
&lt;/extension&gt;<br><br>When i trying to call &quot;12345&quot; I am getting following output in <b>fs_cli</b> , <br><br style="background-color: rgb(255, 255, 204);"><span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.531933 [DEBUG] sofia.c:5992 IP 192.168.1.100 Rejected by acl &quot;domains&quot;. Falling back to Digest auth.</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.562934 [DEBUG] sofia.c:5992 IP 192.168.1.100 Rejected by acl &quot;domains&quot;. Falling back to Digest auth.</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.581933 [NOTICE] switch_channel.c:776 New Channel sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a> [36c842f2-8078-4ca0-a6e0-36f5d65f81f8]</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.583936 [DEBUG] switch_core_state_machine.c:314 (sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a>) Running State Change CS_NEW</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.583936 [DEBUG] switch_core_state_machine.c:320 (sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a>) State NEW</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.615937 [DEBUG] sofia.c:4310 Channel sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a> entering state [received][100]</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.615937 [DEBUG] sofia.c:4321 Remote SDP:</span><br style="background-color: rgb(255, 255, 204);"><span style="background-color: rgb(255, 255, 204);">v=0</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">o=- 4 2 IN IP4 192.168.1.100</span><br style="background-color: rgb(255, 255, 204);"><span style="background-color: rgb(255, 255, 204);">s=CounterPath X-Lite 3.0</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">c=IN IP4 192.168.1.100</span><br style="background-color: rgb(255, 255, 204);"><span style="background-color: rgb(255, 255, 204);">t=0 0</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">m=audio 36422 RTP/AVP 107 0 8 101</span><br style="background-color: rgb(255, 255, 204);"><span style="background-color: rgb(255, 255, 204);">a=rtpmap:107 BV32/16000</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">a=rtpmap:101 telephone-event/8000</span><br style="background-color: rgb(255, 255, 204);"><span style="background-color: rgb(255, 255, 204);">a=fmtp:101 0-15</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">a=alt:1 1 : hH//orIg hS6anlnf 192.168.1.100 36422</span><br style="background-color: rgb(255, 255, 204);"><br style="background-color: rgb(255, 255, 204);"><span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.615937 [DEBUG] sofia_glue.c:3859 Audio Codec Compare [BV32:107:16000:20]/[G7221:115:32000:20]</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.615937 [DEBUG] sofia_glue.c:3859 Audio Codec Compare [BV32:107:16000:20]/[G7221:107:16000:20]</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.615937 [DEBUG] sofia_glue.c:3859 Audio Codec Compare [BV32:107:16000:20]/[G722:9:8000:20]</span><br style="background-color: rgb(255, 255, 204);"><span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.615937 [DEBUG] sofia_glue.c:3859 Audio Codec Compare [BV32:107:16000:20]/[PCMU:0:8000:20]</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.615937 [DEBUG] sofia_glue.c:3859 Audio Codec Compare [BV32:107:16000:20]/[PCMA:8:8000:20]</span><br style="background-color: rgb(255, 255, 204);"><span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.615937 [DEBUG] sofia_glue.c:3859 Audio Codec Compare [BV32:107:16000:20]/[GSM:3:8000:20]</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.615937 [DEBUG] sofia_glue.c:3859 Audio Codec Compare [PCMU:0:8000:20]/[G7221:115:32000:20]</span><br style="background-color: rgb(255, 255, 204);"><span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.615937 [DEBUG] sofia_glue.c:3859 Audio Codec Compare [PCMU:0:8000:20]/[G7221:107:16000:20]</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.615937 [DEBUG] sofia_glue.c:3859 Audio Codec Compare [PCMU:0:8000:20]/[G722:9:8000:20]</span><br style="background-color: rgb(255, 255, 204);"><span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.615937 [DEBUG] sofia_glue.c:3859 Audio Codec Compare [PCMU:0:8000:20]/[PCMU:0:8000:20]</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.615937 [DEBUG] sofia_glue.c:2442 Set Codec sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a> PCMU/8000 20 ms 160 samples</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.615937 [DEBUG] sofia_glue.c:3798 Set 2833 dtmf send/recv payload to 101</span><br style="background-color: rgb(255, 255, 204);"><span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.615937 [DEBUG] sofia.c:4468 (sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a>) State Change CS_NEW -&gt; CS_INIT</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.615937 [DEBUG] switch_core_session.c:1027 Send signal sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a> [BREAK]</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.617033 [DEBUG] switch_core_state_machine.c:314 (sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a>) Running State Change CS_INIT</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.617033 [DEBUG] switch_core_state_machine.c:338 (sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a>) State INIT</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.617033 [DEBUG] mod_sofia.c:83 sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a> SOFIA INIT</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.617033 [DEBUG] mod_sofia.c:119 (sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a>) State Change CS_INIT -&gt; CS_ROUTING</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.617033 [DEBUG] switch_core_session.c:1027 Send signal sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a> [BREAK]</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.617033 [DEBUG] switch_core_state_machine.c:338 (sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a>) State INIT going to sleep</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.617033 [DEBUG] switch_core_state_machine.c:314 (sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a>) Running State Change CS_ROUTING</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.617033 [DEBUG] switch_channel.c:1471 (sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a>) Callstate Change DOWN -&gt; RINGING</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.617033 [DEBUG] switch_core_state_machine.c:341 (sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a>) State ROUTING</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.617033 [DEBUG] mod_sofia.c:142 sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a> SOFIA ROUTING</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.617033 [DEBUG] switch_core_state_machine.c:77 sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a> Standard ROUTING</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.617033 [INFO] mod_dialplan_xml.c:331 Processing 1000-&gt;12345 in context default</span><br style="background-color: rgb(255, 255, 204);"><span style="background-color: rgb(255, 255, 204);">Dialplan: sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a> parsing [default-&gt;unloop] continue=false</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">Dialplan: sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a> Regex (PASS) [unloop] ${unroll_loops}(true) =~ /^true$/ break=on-false</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">Dialplan: sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a> Regex (FAIL) [unloop] ${sip_looped_call}() =~ /^true$/ break=on-false</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">Dialplan: sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a> parsing [default-&gt;outgoing-pri] continue=false</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">Dialplan: sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a> Regex (PASS) [outgoing-pri] destination_number(12345) =~ /12345/ break=on-false</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">Dialplan: sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a> Action bridge(OpenZAP/smg_prid/a/09677012480@g1) </span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.618002 [DEBUG] switch_core_state_machine.c:119 (sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a>) State Change CS_ROUTING -&gt; CS_EXECUTE</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.618002 [DEBUG] switch_core_session.c:1027 Send signal sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a> [BREAK]</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.618002 [DEBUG] switch_core_state_machine.c:341 (sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a>) State ROUTING going to sleep</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.618002 [DEBUG] switch_core_state_machine.c:314 (sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a>) Running State Change CS_EXECUTE</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.618002 [DEBUG] switch_core_state_machine.c:348 (sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a>) State EXECUTE</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.618002 [DEBUG] mod_sofia.c:235 sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a> SOFIA EXECUTE</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.618002 [DEBUG] switch_core_state_machine.c:157 sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a> Standard EXECUTE</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">EXECUTE sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a> bridge(OpenZAP/smg_prid/a/09677012480@g1)</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.619035 [DEBUG] mod_openzap.c:403 Set codec PCMA 20ms</span><br style="background-color: rgb(255, 255, 204);"><span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.619035 [DEBUG] mod_openzap.c:1317 Connect outbound channel OpenZAP/1:1/09677012480@g1</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.619035 [NOTICE] switch_channel.c:776 New Channel OpenZAP/1:1/09677012480@g1 [36c14872-c8e1-4fa4-94ea-8c075d5133d2]</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.619035 [DEBUG] mod_openzap.c:1331 (OpenZAP/1:1/09677012480@g1) State Change CS_NEW -&gt; CS_INIT</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.619035 [DEBUG] switch_core_session.c:1027 Send signal OpenZAP/1:1/09677012480@g1 [BREAK]</span><br style="background-color: rgb(255, 255, 204);"><span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.619035 [DEBUG] ozmod_analog.c:59 Changing state on 1:1 from DOWN to DIALING</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.620937 [DEBUG] ozmod_analog.c:293 ANALOG CHANNEL thread starting.</span><br style="background-color: rgb(255, 255, 204);"><span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.620937 [DEBUG] ozmod_analog.c:464 Executing state handler on 1:1 for DIALING</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.633931 [DEBUG] switch_core_state_machine.c:314 (OpenZAP/1:1/09677012480@g1) Running State Change CS_INIT</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.633931 [DEBUG] switch_core_state_machine.c:338 (OpenZAP/1:1/09677012480@g1) State INIT</span><br style="background-color: rgb(255, 255, 204);"><span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.633931 [DEBUG] mod_openzap.c:431 (OpenZAP/1:1/09677012480@g1) State Change CS_INIT -&gt; CS_ROUTING</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.633931 [DEBUG] switch_core_session.c:1027 Send signal OpenZAP/1:1/09677012480@g1 [BREAK]</span><br style="background-color: rgb(255, 255, 204);"><span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.633931 [DEBUG] switch_core_state_machine.c:338 (OpenZAP/1:1/09677012480@g1) State INIT going to sleep</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.633931 [DEBUG] switch_core_state_machine.c:314 (OpenZAP/1:1/09677012480@g1) Running State Change CS_ROUTING</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.633931 [DEBUG] switch_channel.c:1471 (OpenZAP/1:1/09677012480@g1) Callstate Change DOWN -&gt; RINGING</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.633931 [DEBUG] switch_core_state_machine.c:341 (OpenZAP/1:1/09677012480@g1) State ROUTING</span><br style="background-color: rgb(255, 255, 204);"><span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.633931 [DEBUG] mod_openzap.c:454 OpenZAP/1:1/09677012480@g1 CHANNEL ROUTING</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.633931 [DEBUG] switch_ivr_originate.c:64 (OpenZAP/1:1/09677012480@g1) State Change CS_ROUTING -&gt; CS_CONSUME_MEDIA</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.633931 [DEBUG] switch_core_session.c:1027 Send signal OpenZAP/1:1/09677012480@g1 [BREAK]</span><br style="background-color: rgb(255, 255, 204);"><span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.633931 [DEBUG] switch_core_state_machine.c:341 (OpenZAP/1:1/09677012480@g1) State ROUTING going to sleep</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.633931 [DEBUG] switch_core_state_machine.c:314 (OpenZAP/1:1/09677012480@g1) Running State Change CS_CONSUME_MEDIA</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.633931 [DEBUG] switch_core_state_machine.c:360 (OpenZAP/1:1/09677012480@g1) State CONSUME_MEDIA</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:17.633931 [DEBUG] switch_core_state_machine.c:360 (OpenZAP/1:1/09677012480@g1) State CONSUME_MEDIA going to sleep</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:47.638427 [DEBUG] ozmod_analog.c:354 Changing state on 1:1 from DIALING to BUSY</span><br style="background-color: rgb(255, 255, 204);"><span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:47.658427 [DEBUG] ozmod_analog.c:464 Executing state handler on 1:1 for BUSY</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:47.658427 [DEBUG] ozmod_analog.c:593 Changing state on 1:1 from BUSY to DOWN</span><br style="background-color: rgb(255, 255, 204);"><span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:47.678427 [DEBUG] ozmod_analog.c:464 Executing state handler on 1:1 for DOWN</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:47.678427 [WARNING] mod_openzap.c:2038 Unhandled analog channel type 0 for channel 1:1</span><br style="background-color: rgb(255, 255, 204);"><span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:47.678427 [DEBUG] zap_io.c:1388 channel done 1:1</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:50:47.678427 [DEBUG] ozmod_analog.c:778 ANALOG CHANNEL 1:1 thread ended.</span><br style="background-color: rgb(255, 255, 204);"><span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.667683 [DEBUG] sofia.c:4310 Channel sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a> entering state [terminated][487]</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.667683 [DEBUG] switch_channel.c:2261 (sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a>) Callstate Change RINGING -&gt; HANGUP</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.667683 [NOTICE] sofia.c:4924 Hangup sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a> [CS_EXECUTE] [ORIGINATOR_CANCEL]</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.667683 [DEBUG] switch_channel.c:2277 Send signal sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a> [KILL]</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.667683 [DEBUG] switch_core_session.c:1027 Send signal sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a> [BREAK]</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.667683 [DEBUG] switch_channel.c:2261 (OpenZAP/1:1/09677012480@g1) Callstate Change RINGING -&gt; HANGUP</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.667683 [NOTICE] switch_ivr_originate.c:3220 Hangup OpenZAP/1:1/09677012480@g1 [CS_CONSUME_MEDIA] [ORIGINATOR_CANCEL]</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.667683 [DEBUG] switch_channel.c:2277 Send signal OpenZAP/1:1/09677012480@g1 [KILL]</span><br style="background-color: rgb(255, 255, 204);"><span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.667683 [DEBUG] switch_core_session.c:1027 Send signal OpenZAP/1:1/09677012480@g1 [BREAK]</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.667683 [DEBUG] switch_ivr_originate.c:3363 Originate Cancelled by originator termination Cause: 487 [ORIGINATOR_CANCEL]</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.667683 [INFO] mod_dptools.c:2382 Originate Failed.  Cause: ORIGINATOR_CANCEL</span><br style="background-color: rgb(255, 255, 204);"><span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.667683 [DEBUG] switch_core_state_machine.c:314 (OpenZAP/1:1/09677012480@g1) Running State Change CS_HANGUP</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.669919 [DEBUG] switch_core_state_machine.c:348 (sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a>) State EXECUTE going to sleep</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.669919 [DEBUG] switch_core_state_machine.c:314 (sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a>) Running State Change CS_HANGUP</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.669919 [DEBUG] switch_core_state_machine.c:500 (OpenZAP/1:1/09677012480@g1) State HANGUP</span><br style="background-color: rgb(255, 255, 204);"><span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.669919 [DEBUG] mod_openzap.c:556 OpenZAP/1:1/09677012480@g1 CHANNEL HANGUP</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.669919 [DEBUG] switch_core_state_machine.c:46 OpenZAP/1:1/09677012480@g1 Standard HANGUP, cause: ORIGINATOR_CANCEL</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.669919 [DEBUG] switch_core_state_machine.c:500 (OpenZAP/1:1/09677012480@g1) State HANGUP going to sleep</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.669919 [DEBUG] switch_core_state_machine.c:333 (OpenZAP/1:1/09677012480@g1) State Change CS_HANGUP -&gt; CS_REPORTING</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.669919 [DEBUG] switch_core_session.c:1027 Send signal OpenZAP/1:1/09677012480@g1 [BREAK]</span><br style="background-color: rgb(255, 255, 204);"><span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.669919 [DEBUG] switch_core_state_machine.c:314 (OpenZAP/1:1/09677012480@g1) Running State Change CS_REPORTING</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.669919 [DEBUG] switch_core_state_machine.c:591 (OpenZAP/1:1/09677012480@g1) State REPORTING</span><br style="background-color: rgb(255, 255, 204);"><span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.669919 [DEBUG] switch_core_state_machine.c:53 OpenZAP/1:1/09677012480@g1 Standard REPORTING, cause: ORIGINATOR_CANCEL</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.669919 [DEBUG] switch_core_state_machine.c:591 (OpenZAP/1:1/09677012480@g1) State REPORTING going to sleep</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.669919 [DEBUG] switch_core_state_machine.c:327 (OpenZAP/1:1/09677012480@g1) State Change CS_REPORTING -&gt; CS_DESTROY</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.669919 [DEBUG] switch_core_session.c:1027 Send signal OpenZAP/1:1/09677012480@g1 [BREAK]</span><br style="background-color: rgb(255, 255, 204);"><span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.669919 [DEBUG] switch_core_session.c:1175 Session 33 (OpenZAP/1:1/09677012480@g1) Locked, Waiting on external entities</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.669919 [NOTICE] switch_core_session.c:1193 Session 33 (OpenZAP/1:1/09677012480@g1) Ended</span><br style="background-color: rgb(255, 255, 204);"><span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.669919 [NOTICE] switch_core_session.c:1195 Close Channel OpenZAP/1:1/09677012480@g1 [CS_DESTROY]</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.669919 [DEBUG] switch_core_state_machine.c:500 (sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a>) State HANGUP</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.669919 [DEBUG] mod_sofia.c:449 sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a> Overriding SIP cause 487 with 487 from the other leg</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.669919 [DEBUG] mod_sofia.c:455 Channel sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a> hanging up, cause: ORIGINATOR_CANCEL</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.669919 [DEBUG] switch_core_state_machine.c:427 (OpenZAP/1:1/09677012480@g1) Callstate Change HANGUP -&gt; DOWN</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.669919 [DEBUG] switch_core_state_machine.c:430 (OpenZAP/1:1/09677012480@g1) Running State Change CS_DESTROY</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.669919 [DEBUG] switch_core_state_machine.c:440 (OpenZAP/1:1/09677012480@g1) State DESTROY</span><br style="background-color: rgb(255, 255, 204);"><span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.669919 [DEBUG] switch_core_state_machine.c:60 OpenZAP/1:1/09677012480@g1 Standard DESTROY</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.669919 [DEBUG] switch_core_state_machine.c:440 (OpenZAP/1:1/09677012480@g1) State DESTROY going to sleep</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.699683 [DEBUG] switch_core_state_machine.c:46 sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a> Standard HANGUP, cause: ORIGINATOR_CANCEL</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.699683 [DEBUG] switch_core_state_machine.c:500 (sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a>) State HANGUP going to sleep</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.701682 [DEBUG] switch_core_state_machine.c:333 (sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a>) State Change CS_HANGUP -&gt; CS_REPORTING</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.701682 [DEBUG] switch_core_session.c:1027 Send signal sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a> [BREAK]</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.701682 [DEBUG] switch_core_state_machine.c:314 (sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a>) Running State Change CS_REPORTING</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.701682 [DEBUG] switch_core_state_machine.c:591 (sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a>) State REPORTING</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.701682 [DEBUG] switch_core_state_machine.c:53 sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a> Standard REPORTING, cause: ORIGINATOR_CANCEL</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.701682 [DEBUG] switch_core_state_machine.c:591 (sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a>) State REPORTING going to sleep</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.701682 [DEBUG] switch_core_state_machine.c:327 (sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a>) State Change CS_REPORTING -&gt; CS_DESTROY</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.701682 [DEBUG] switch_core_session.c:1027 Send signal sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a> [BREAK]</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.701682 [DEBUG] switch_core_session.c:1175 Session 32 (sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a>) Locked, Waiting on external entities</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.701682 [NOTICE] switch_core_session.c:1193 Session 32 (sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a>) Ended</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.701682 [NOTICE] switch_core_session.c:1195 Close Channel sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a> [CS_DESTROY]</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.701682 [DEBUG] switch_core_state_machine.c:427 (sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a>) Callstate Change HANGUP -&gt; DOWN</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.701682 [DEBUG] switch_core_state_machine.c:430 (sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a>) Running State Change CS_DESTROY</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.701682 [DEBUG] switch_core_state_machine.c:440 (sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a>) State DESTROY</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.701682 [DEBUG] mod_sofia.c:360 sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a> SOFIA DESTROY</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.701682 [DEBUG] switch_core_state_machine.c:60 sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a> Standard DESTROY</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">2010-07-19 01:51:16.701682 [DEBUG] switch_core_state_machine.c:440 (sofia/internal/<a href="mailto:1000@192.168.1.110">1000@192.168.1.110</a>) State DESTROY going to sleep</span><br style="background-color: rgb(255, 255, 204);">
<br style="background-color: rgb(255, 255, 204);"><br><br>Thanks in advance, <br><br><br>Regards,<br>Venkat. <br></div></div>