<div dir="ltr"><div>Hi All,</div><div> </div><div>I&#39;m trying to use nibblebill &quot;pause&quot; function for a particular call but the call session locked after the call hangup.</div><div> </div><div>Dialplan,</div><div>
    &lt;extension name=&quot;outofcredit&quot;&gt;<br>      &lt;condition field=&quot;destination_number&quot; expression=&quot;^(outofcredit)$&quot;&gt;<br>        &lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot;/&gt;<br>
        &lt;action application=&quot;set&quot; data=&quot;nibble_rate=0&quot;/&gt;<br>        &lt;action application=&quot;nibblebill&quot; data=&quot;pause&quot;/&gt;<br>        &lt;action application=&quot;answer&quot;/&gt;<br>
        &lt;action application=&quot;playback&quot; data=&quot;$${sounds_dir}/en/us/callie/misc/8000/misc-your_call_has_been_terminated.wav&quot;/&gt;<br>        &lt;action application=&quot;hangup&quot;/&gt;<br>      &lt;/condition&gt;<br>
    &lt;/extension&gt;<br></div><div>Call logs,</div><div> </div><div>2013-07-30 20:38:33.360312 [DEBUG] switch_core_state_machine.c:48 sofia/sipinterface_2/<a href="mailto:4668@192.168.0.106">4668@192.168.0.106</a> Standard HANGUP, cause: NONE<br>
2013-07-30 20:38:33.360312 [DEBUG] switch_core_state_machine.c:676 (sofia/sipinterface_2/<a href="mailto:4668@192.168.0.106">4668@192.168.0.106</a>) State HANGUP going to sleep<br>2013-07-30 20:38:33.360312 [DEBUG] switch_core_state_machine.c:689 (sofia/sipinterface_2/<a href="mailto:4668@192.168.0.106">4668@192.168.0.106</a>) Callstate Change ACTIVE -&gt; HANGUP<br>
2013-07-30 20:38:33.360312 [DEBUG] switch_core_state_machine.c:446 (sofia/sipinterface_2/<a href="mailto:4668@192.168.0.106">4668@192.168.0.106</a>) State Change CS_HANGUP -&gt; CS_REPORTING<br>2013-07-30 20:38:33.360312 [DEBUG] switch_core_session.c:1340 Send signal sofia/sipinterface_2/<a href="mailto:4668@192.168.0.106">4668@192.168.0.106</a> [BREAK]<br>
2013-07-30 20:38:33.360312 [DEBUG] switch_core_state_machine.c:415 (sofia/sipinterface_2/<a href="mailto:4668@192.168.0.106">4668@192.168.0.106</a>) Running State Change CS_REPORTING<br>2013-07-30 20:38:33.360312 [DEBUG] switch_core_state_machine.c:761 (sofia/sipinterface_2/<a href="mailto:4668@192.168.0.106">4668@192.168.0.106</a>) State REPORTING<br>
2013-07-30 20:38:33.360312 [DEBUG] switch_core_state_machine.c:92 sofia/sipinterface_2/<a href="mailto:4668@192.168.0.106">4668@192.168.0.106</a> Standard REPORTING, cause: NONE<br>2013-07-30 20:38:33.360312 [DEBUG] switch_core_state_machine.c:761 (sofia/sipinterface_2/<a href="mailto:4668@192.168.0.106">4668@192.168.0.106</a>) State REPORTING going to sleep<br>
2013-07-30 20:38:33.360312 [DEBUG] switch_core_state_machine.c:440 (sofia/sipinterface_2/<a href="mailto:4668@192.168.0.106">4668@192.168.0.106</a>) State Change CS_REPORTING -&gt; CS_DESTROY<br>2013-07-30 20:38:33.360312 [DEBUG] switch_core_session.c:1340 Send signal sofia/sipinterface_2/<a href="mailto:4668@192.168.0.106">4668@192.168.0.106</a> [BREAK]<br>
2013-07-30 20:38:33.360312 [DEBUG] switch_core_session.c:1548 Session 3 (sofia/sipinterface_2/<a href="mailto:4668@192.168.0.106">4668@192.168.0.106</a>) Locked, Waiting on external entities<br></div><div> </div><div>show channels &amp; uuid_kill,</div>
<div> </div><div>freeswitch@internal&gt; show channels<br>uuid,direction,created,created_epoch,name,state,cid_name,cid_num,ip_addr,dest,application,application_data,dialplan,context,read_codec,read_rate,read_bit_rate,write_codec,write_rate,write_bit_rate,secure,hostname,presence_id,presence_data,callstate,callee_name,callee_num,callee_direction,call_uuid,sent_callee_name,sent_callee_num<br>
f161cb1c-f914-11e2-92d1-35a97464e755,inbound,2013-07-30 20:38:31,1375187911,sofia/sipinterface_2/<a href="mailto:4668@192.168.0.106">4668@192.168.0.106</a>,CS_EXECUTE,4668,4668,192.168.0.133,0,playback,/usr/local/freeswitch/sounds/en/us/callie/misc/8000/misc-your_call_has_been_terminated.wav,XML,out_bound,PCMA,8000,64000,PCMA,8000,64000,,<a href="http://sip.wit.net.my">sip.wit.net.my</a>,<a href="mailto:4668@192.168.0.106">4668@192.168.0.106</a>,,ACTIVE,,,,,,</div>
<div>1 total.</div><div><br><br>freeswitch@internal&gt; uuid_kill f161cb1c-f914-11e2-92d1-35a97464e755<br>-ERR No such channel!</div><div>freeswitch@internal&gt;<br></div><div>May i know is there any way to release the locked session? or is it a bug in freeswitch ?</div>
<div> </div><div> </div><div>Thanks,</div><div> </div><div>dc</div></div>