<p dir="ltr">Thanks Daniel. I will try to do it. What can be the reason of zombie channel? </p>
<div class="gmail_quote">On Mar 31, 2015 6:12 PM, "Daniel Grotti" <<a href="mailto:dgrotti@sipwise.com">dgrotti@sipwise.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
you should check the dialog from kamailio dlg_list:<br>
<br>
ngcp-kamctl proxy fifo dlg_list<br>
<br>
and check the line (example):<br>
<br>
dialog::  hash=51:3219<br>
        state:: 4<br>
        callid:: bcdd9672-5259-1233-6dba-0090fb484030<br>
<br>
<br>
and then remove it with:<br>
<br>
ngcp-kamctl proxy fifo dlg_end_dlg  51 3219<br>
<br>
<br>
But if the State of the dialog is 5, this is not possible.<br>
You have to<br>
<br>
1. stop proxy,<br>
2. go to mysql and run:<br>
<br>
delete from kamailio.dialog where state=5;<br>
<br>
3. restart proxy.<br>
<br>
Also you should remove the dialog from the redis counter in redis db 4:<br>
<br>
redis-cli -h spce -n 4<br>
redis> key *<br>
<br>
<br>
check the callid you have to remove and delete the entry with that callid.<br>
<br>
<br>
<br>
It should be all AFAIK.<br>
<br>
<br>
--<br>
Meet us @ ANGACOM: Hall 10.1/booth N10<br>
Exhibition and Congress for Broadband, Cable & Satellite: 9-11 June<br>
2015, Cologne<br>
--<br>
<br>
Daniel Grotti<br>
VoIP Engineer<br>
<br>
Phone: +43(0)1 301 2032<br>
Email: <a href="mailto:dgrotti@sipwise.com">dgrotti@sipwise.com</a><br>
Website: <a href="http://www.sipwise.com" target="_blank">www.sipwise.com</a><br>
<br>
Particulars according Austrian Companies Code paragraph 14<br>
"Sipwise GmbH“ - Europaring F15 – 2345 Brunn am Gebirge<br>
FN:305595f, Commercial Court Vienna, ATU64002206<br>
<br>
On 03/31/2015 04:55 PM, Mykola Zaika wrote:<br>
> Hello,<br>
><br>
> Does anyone know how to kill a zombie channel?<br>
><br>
> No one is on a call - how can I get rid of this without restarting sipwise?<br>
><br>
> Thanks.<br>
><br>
> --<br>
> З повагою,<br>
> Микола Заїка<br>
> Компанія VoIPTime,<br>
> Тел: +380 32 2328022 <tel:%2B380%2032%202328022><br>
> <a href="mailto:mzaika@voiptime.net">mzaika@voiptime.net</a> <mailto:<a href="mailto:mzaika@voiptime.net">mzaika@voiptime.net</a>><br>
> <a href="http://www.voiptime.net" target="_blank">www.voiptime.net</a> <<a href="http://www.voiptime.net" target="_blank">http://www.voiptime.net</a>><br>
><br>
><br>
> _______________________________________________<br>
> Spce-user mailing list<br>
> <a href="mailto:Spce-user@lists.sipwise.com">Spce-user@lists.sipwise.com</a><br>
> <a href="https://lists.sipwise.com/listinfo/spce-user" target="_blank">https://lists.sipwise.com/listinfo/spce-user</a><br>
><br>
_______________________________________________<br>
Spce-user mailing list<br>
<a href="mailto:Spce-user@lists.sipwise.com">Spce-user@lists.sipwise.com</a><br>
<a href="https://lists.sipwise.com/listinfo/spce-user" target="_blank">https://lists.sipwise.com/listinfo/spce-user</a><br>
</blockquote></div>