[SR-Users] [Dialog] Removing entries from dialog memory

2019-10-11 Thread Julien Klingenmeyer
Hi, I am wondering if there is any way to remove an entry from the active dialog list? I mean, assuming that Kamailio did not get any BYE related to a call for some reason and that I want that call to be “killed” from dialog memory before reaching the lifetime timeout. What I already tried wit

[SR-Users] IMS Kamailio Diameter Charging Server

2019-10-11 Thread Jack R
Hi All, We have installed Kamailio as IMS setup pcscf icscf scscf - 3 instances running on Ubuntu.. Referring to the link below, it mentioned about Diameter based Kamailio Charging Server. https://www.kamailio.org/events/2016-KamailioWorld/Day2/15-Carsten.Bock-Diameter-Charging-With-Kamailio.pdf

Re: [SR-Users] [Dialog] Removing entries from dialog memory

2019-10-11 Thread Sergiu Pojoga
In simple works, you want to terminate a certain call? If so: https://kamailio.org/docs/modules/5.1.x/modules/dialog.html#idm1195 Like for example via RPC: kamctl rpc dlg.end_dlg 1686 10139 Regards, --Sergiu On Fri, Oct 11, 2019 at 9:12 AM Julien Klingenmeyer < julien.klingenme...@corp.ovh.com>

Re: [SR-Users] [Dialog] Removing entries from dialog memory

2019-10-11 Thread Julien Klingenmeyer
I tried the end_dlg rpc command but result is the same as the dlg_bye function (mistake in my original message, I said send_bye but I meant dlg_bye()): BYE requests are sent but dialog is still present when I execute the command dlg.list. It does not look to be removed from the active dialog lis

Re: [SR-Users] [Dialog] Removing entries from dialog memory

2019-10-11 Thread Sergiu Pojoga
Does it receive a 200 OK reply to the BYE? On Fri, Oct 11, 2019, 10:55 AM Julien Klingenmeyer, < julien.klingenme...@corp.ovh.com> wrote: > I tried the end_dlg rpc command but result is the same as the dlg_bye > function (mistake in my original message, I said send_bye but I meant > dlg_bye()): B

Re: [SR-Users] [Dialog] Removing entries from dialog memory

2019-10-11 Thread Julien Klingenmeyer
I make it receive a 4xx reply (Call does not exist) Le 11 oct. 2019 à 18:32, Sergiu Pojoga a écrit :  Does it receive a 200 OK reply to the BYE? On Fri, Oct 11, 2019, 10:55 AM Julien Klingenmeyer, mailto:julien.klingenme...@corp.ovh.com>> wrote: I tried the end_dlg rpc command but result is