[SR-Users] Kamailio CDRs for calls interrupted without BYE

2019-05-22 Thread Ildar Mukhametzhanov
Hello! I am using dialog+acc modules to write CDRs in kamailio. Everything works great except one test. During active call I switched off both UACs preventing them to send BYE. Rtpengine reported about call interruption, but kamailio thinks that this call is in-progress for a long time. Wha

Re: [SR-Users] Kamailio CDRs for calls interrupted without BYE

2019-05-22 Thread Sergiu Pojoga
Probing caller/callee periodically, https://kamailio.org/docs/modules/5.1.x/modules/dialog.html#dialog.p.ka_timer A maximum dialog timeout won't hurt, https://kamailio.org/docs/modules/5.1.x/modules/dialog.html#dialog.p.default_timeout On Wed, May 22, 2019 at 5:08 AM Ildar Mukhametzhanov wrote:

Re: [SR-Users] Kamailio CDRs for calls interrupted without BYE

2019-05-22 Thread Ildar Mukhametzhanov
Thanks for reply. I tried to use this parameter before, nothing happens. For example, I've added (I am using kamailio v5.2.2): modparam("dialog", "ka_timer", 10) Log samples: May 22 13:56:10 Dev-Deb9 /usr/sbin/kamailio[20526]: NOTICE: {2 2 INVITE s7awvYSXZDFsaCH9BylvKA..} acc [acc.c:279]: ac

[SR-Users] Kamailio v5.2.3 Released

2019-05-22 Thread Daniel-Constantin Mierla
Hello, Kamailio SIP Server v5.2.3 stable release is out. This is a maintenance release of the latest stable branch, 5.2, that includes fixes since the release of v5.2.2. There is no change to database schema or configuration language structure that you have to do on previous installations of v5.2

Re: [SR-Users] Kamailio CDRs for calls interrupted without BYE

2019-05-22 Thread Sergiu Pojoga
Most probably you aren't calling dlg_manage() if(is_method("INVITE") && !has_totag()) { dlg_manage(); dlg_set_property("timeout-noreset"); dlg_set_property("ka-src"); dlg_set_property("ka-dst"); } On Wed, May 22, 2019 at 8:18 AM Ildar Mukhametzhanov wrote: > Thanks for reply. > > I

Re: [SR-Users] Kamailio IMS installation from pacakges

2019-05-22 Thread Mohit Chawla
Hi, My name is Mohit Chawla working on LTE Network integration with Kamailio IMS server. We are facing issues in installation & Configuring of kamailio IMS on CentOS 7 due to no documentation is available on web (or at least I am not able to find one). Primarily I am interested in installing pa

Re: [SR-Users] Kamailio CDRs for calls interrupted without BYE

2019-05-22 Thread Ildar Mukhametzhanov
dlg_manage() was there from the beginning, adding of dlg_set_property had no effect. 22.05.2019 15:35, Sergiu Pojoga wrote: Most probably you aren't calling dlg_manage() if(is_method("INVITE") && !has_totag()) {    dlg_manage();    dlg_set_property("timeout-noreset");    dlg_set_property("ka-s

Re: [SR-Users] Kamailio CDRs for calls interrupted without BYE

2019-05-22 Thread David Villasmil
Have you tried setting the —silence-timeout on rtpengine? On Wed, 22 May 2019 at 13:56, Ildar Mukhametzhanov wrote: > dlg_manage() was there from the beginning, adding of dlg_set_property had > no effect. > 22.05.2019 15:35, Sergiu Pojoga wrote: > > Most probably you aren't calling dlg_manage()

Re: [SR-Users] Kamailio CDRs for calls interrupted without BYE

2019-05-22 Thread David Villasmil
Silent-timeout, not silence. Corrector. On Wed, 22 May 2019 at 14:04, David Villasmil < david.villasmil.w...@gmail.com> wrote: > Have you tried setting the —silence-timeout on rtpengine? > > On Wed, 22 May 2019 at 13:56, Ildar Mukhametzhanov > wrote: > >> dlg_manage() was there from the beginnin

Re: [SR-Users] Kamailio CDRs for calls interrupted without BYE

2019-05-22 Thread Sergiu Pojoga
Haven't seen your modparam("dialog", "ka_interval", 300) Instead of us guessing, better send all your dialog pertaining params and functions called. On Wed, May 22, 2019 at 8:56 AM Ildar Mukhametzhanov wrote: > dlg_manage() was there from the beginning, adding of dlg_set_property had > no effec

[SR-Users] warning logs - DB_Redis and usrloc in mode 3

2019-05-22 Thread José Seabra
Hello there, I'm testing the db_redis with usrloc module in mode 3 and i have been noticing that every time that kamailio checks if there is contacts expired then it logs the following warning messages: *WARNING: PR_LOG: 5a14aea50d9d9b17-75@172.31.1.11 <5a14aea50d9d9b17-75@172.31.1.11>: db_redis [

Re: [SR-Users] Modern SIP Trunking, Route on To: or INVITE Headers?

2019-05-22 Thread JR Richardson
Benoit, Alex, I appreciate the feedback, confirming my assumptions. Good news is the Vendor finally responded positively and agreed to add in configuration option to route on INVITE R-URI in next SDK release, expected later this year. In the meantime I added 'uac_replace_to' function to my proxy t

Re: [SR-Users] warning logs - DB_Redis and usrloc in mode 3

2019-05-22 Thread Henning Westerholt
Hello Jose, if you are concerned about unnecessary log output for your production setup, one simple way would be just change the log level in your configuration to ERROR. Also other modules will output WARNING messages for similar cases. I am not the author of this module, but I think the warni

Re: [SR-Users] Kamailio IMS installation from pacakges

2019-05-22 Thread Sergey Safarov
you can place kamailio repo file to /etc/yum.repos folder. And then execute "yum install kamailio" https://download.opensuse.org/repositories/home:/kamailio:/v5.2.x-rpms/CentOS_7/home:kamailio:v5.2.x-rpms.repo Please create ticket and doc pages will be updated. On Wed, May 22, 2019 at 3:38 PM Mo

[SR-Users] Kamailio IMS installation from pacakges

2019-05-22 Thread Mohit Chawla
Hi, My name is Mohit Chawla working on LTE Network integration with Kamailio IMS server. We are facing issues in installation & Configuring of kamailio IMS on CentOS 7 due to no documentation is available on web (or at least I am not able to find one). Primarily I am interested in installing pa