[Spce-user] kill a zombie channel

Daniel Grotti dgrotti at sipwise.com
Tue Mar 31 11:12:18 EDT 2015


Hi,
you should check the dialog from kamailio dlg_list:

ngcp-kamctl proxy fifo dlg_list

and check the line (example):

dialog::  hash=51:3219
	state:: 4
	callid:: bcdd9672-5259-1233-6dba-0090fb484030


and then remove it with:

ngcp-kamctl proxy fifo dlg_end_dlg  51 3219


But if the State of the dialog is 5, this is not possible.
You have to

1. stop proxy,
2. go to mysql and run:

delete from kamailio.dialog where state=5;

3. restart proxy.

Also you should remove the dialog from the redis counter in redis db 4:

redis-cli -h spce -n 4
redis> key *


check the callid you have to remove and delete the entry with that callid.



It should be all AFAIK.


-- 
Meet us @ ANGACOM: Hall 10.1/booth N10
Exhibition and Congress for Broadband, Cable & Satellite: 9-11 June
2015, Cologne
--

Daniel Grotti
VoIP Engineer

Phone: +43(0)1 301 2032
Email: dgrotti at sipwise.com
Website: www.sipwise.com

Particulars according Austrian Companies Code paragraph 14
"Sipwise GmbH“ - Europaring F15 – 2345 Brunn am Gebirge
FN:305595f, Commercial Court Vienna, ATU64002206

On 03/31/2015 04:55 PM, Mykola Zaika wrote:
> Hello,
> 
> Does anyone know how to kill a zombie channel?
> 
> No one is on a call - how can I get rid of this without restarting sipwise?
> 
> Thanks.
> 
> -- 
> З повагою,
> Микола Заїка
> Компанія VoIPTime,
> Тел: +380 32 2328022 <tel:%2B380%2032%202328022>
> mzaika at voiptime.net <mailto:mzaika at voiptime.net>
> www.voiptime.net <http://www.voiptime.net>
> 
> 
> _______________________________________________
> Spce-user mailing list
> Spce-user at lists.sipwise.com
> https://lists.sipwise.com/listinfo/spce-user
> 



More information about the Spce-user mailing list