<div dir="ltr"><div>Hi All,</div><div> </div><div>I'm trying to use nibblebill "pause" function for a particular call but the call session locked after the call hangup.</div><div> </div><div>Dialplan,</div><div>
<extension name="outofcredit"><br> <condition field="destination_number" expression="^(outofcredit)$"><br> <action application="set" data="hangup_after_bridge=true"/><br>
<action application="set" data="nibble_rate=0"/><br> <action application="nibblebill" data="pause"/><br> <action application="answer"/><br>
<action application="playback" data="$${sounds_dir}/en/us/callie/misc/8000/misc-your_call_has_been_terminated.wav"/><br> <action application="hangup"/><br> </condition><br>
</extension><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 -> 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 -> 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 -> 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 & uuid_kill,</div>
<div> </div><div>freeswitch@internal> 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> uuid_kill f161cb1c-f914-11e2-92d1-35a97464e755<br>-ERR No such channel!</div><div>freeswitch@internal><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>