Re: [SR-Users] Delay

2018-08-29 Thread Daniel-Constantin Mierla
Hello, if it appeared without doing any upgrade to the OS, then likely a backend/system you interact with has intervals when it doesn't respond quick enough. Try to check:   - a database table where you do insert or query is too big (e.g., acc)   - dns server You can enable latency tracking for

[SR-Users] IPv6 2 Ipv4

2018-08-29 Thread Karlheinz Knapp
Hi i serach for a config to convert IPv6 to ipv4. My Provider give me only IPv4 and i have 4000 Customer which have ipv6. Anybody have expierience and a running config ? ___ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kam

[SR-Users] Interesting issue with ACK back from 200 OK INVITE

2018-08-29 Thread Wilkins, Steve
Hello All, I have had an issue for quite some time where I needed to open two UDP ports (via LISTEN) for some softphone UAC's to stay connected. Funny enough there is one Provider that works with the Single UDP. I think I finally see why I was needing two listening UDP ports. When the ACK is

Re: [SR-Users] Notify: stateless error reply used: I'm terribly sorry, server error occurred

2018-08-29 Thread Soltanici Ilie
Hi Alex, Not, in the logs, I can see only these errors, but - the error was because I had the same extension registered on the Kamailio from 2 different devices and with 2 different protocols - one was using udp and the other one tls. Disabling the one with tls - solved the problem. Thank You

[SR-Users] Delay

2018-08-29 Thread Daniel W. Graham
Recently encountered a delay issue, packets arrive on system but Kamailio doesn't process right away. Here are a few details, any direction on what I can do to narrow down is appreciated. The receive queue normally sits at 0 or has random spike, when this issue occurs receive queue remains high

Re: [SR-Users] How to detect and Hangup a call on network lost at Caller or Callee?

2018-08-29 Thread Joel Serrano
I'm confused with these: modparam("dialog", "ka_timer", 10) modparam("dialog", "ka_interval", 300) Would this be more or less correct: ka_timer = "run the keep-alive timer every Xs" ka_interval = "send options keep-alive packets every Xs" But.. how are they related? I think it's: - The *ka_ti

Re: [SR-Users] How to detect and Hangup a call on network lost at Caller or Callee?

2018-08-29 Thread Alex Balashov
On Wed, Aug 29, 2018 at 01:18:24PM -0400, Sergiu Pojoga wrote: > Hi Joel, > > I personally use the values from examples: > > modparam("dialog", "ka_timer", 10) > modparam("dialog", "ka_interval", 300) > modparam("dialog", "send_bye", 1) That's more or less how I roll, too. -- Alex Balashov |

Re: [SR-Users] How to detect and Hangup a call on network lost at Caller or Callee?

2018-08-29 Thread Sergiu Pojoga
Hi Joel, I personally use the values from examples: modparam("dialog", "ka_timer", 10) modparam("dialog", "ka_interval", 300) modparam("dialog", "send_bye", 1) On Wed, Aug 29, 2018 at 11:48 AM Joel Serrano wrote: > Hi Alex/Sergeu/Hamid, > > This is super useful and I had no idea about it! > >

Re: [SR-Users] Info: Cluecon Weekly about Kamailio, today at 17:00GMT

2018-08-29 Thread Daniel-Constantin Mierla
Hello, if anyone needs a sync, the session just started. Cheers, Daniel On 29.08.18 08:28, Daniel-Constantin Mierla wrote: > Hello, > > if you haven't seen the news article on kamailio.org, today at 17:00GMT > I will be part of the Cluecon Weekly online video conference to present > about what'

Re: [SR-Users] How to detect and Hangup a call on network lost at Caller or Callee?

2018-08-29 Thread Joel Serrano
Hi Alex/Sergeu/Hamid, This is super useful and I had no idea about it! Would you mind sharing your modparam settings for dialog module relative to keepalive? I’d love to see what values you guys are using to have starting reference ;) Thanks, Joel. On Wed, Aug 29, 2018 at 07:00 Sergiu Pojoga

Re: [SR-Users] How to detect and Hangup a call on network lost at Caller or Callee?

2018-08-29 Thread Sergiu Pojoga
Alex's suggestion works fine for me as well. Have you tried using dialog functions, like so: dlg_manage(); dlg_set_property("timeout-noreset"); # don't reset timeout on in-dialog messages reception #set dialog properties. If any party disappears from the network - issue a BYE after timeout on OPT

Re: [SR-Users] How to detect and Hangup a call on network lost at Caller or Callee?

2018-08-29 Thread Alex Balashov
On Wed, Aug 29, 2018 at 01:43:52PM +, Hamid Hashmi wrote: > I already tried this but it didn't work. There are no OPTIONS packet > to caller or callee. I use it; it works. I would troubleshoot that angle further. -- Alex Balashov | Principal | Evariste Systems LLC Tel: +1-706-510-6800 / +1

Re: [SR-Users] How to detect and Hangup a call on network lost at Caller or Callee?

2018-08-29 Thread Hamid Hashmi
Daniel Default Session-Expires time is 1800 sec. Can't we set Max Session-Expires as Min-SE because I didn't find any softphone which provides an option to change Sessions-Expire time? Call disconnected after 1800 sec. Alex I already tried this but it didn't work. There are no OPTIONS packet to

Re: [SR-Users] How to detect and Hangup a call on network lost at Caller or Callee?

2018-08-29 Thread Alex Balashov
Hamid, I think the feature you're really looking for is: https://kamailio.org/docs/modules/5.1.x/modules/dialog.html#dialog.p.ka_interval https://kamailio.org/docs/modules/5.1.x/modules/dialog.html#dialog.p.ka_timer https://kamailio.org/docs/modules/5.1.x/modules/dialog.html#dialog.p.send_bye --

[SR-Users] Event: Kamailio Developers Meeting, Sep 27-28, 2018, in Dusseldorf, Germany

2018-08-29 Thread Daniel-Constantin Mierla
Kamailio SIP Server project is organizing a meeting of its developers during September 27-28, 2018, hosted by sipgate.de in Dusseldorf, Germany. The event is intended to facilitate the interaction between Kamailio developers and to offer a convenient environment for working together on several top

Re: [SR-Users] Kamailio consuming UDP packets very slowly leading to high RECV - Q

2018-08-29 Thread sagar malam
Hello Henning, Thanks for your inputs. Issue got fixed after upgrading kernel version to 4.18.5( latest one). So there was something wrong in Kernel 4.16.7. On Wed, Aug 29, 2018 at 1:09 AM Henning Westerholt wrote: > Am Dienstag, 28. August 2018, 13:52:09 CEST schrieb sagar malam: > > I agree

Re: [SR-Users] How to detect and Hangup a call on network lost at Caller or Callee?

2018-08-29 Thread Daniel Grotti
Hi, have you tired SIP Session Timers (https://kamailio.org/docs/modules/5.1.x/modules/sst.html)? Daniel On 08/29/2018 11:30 AM, Hamid Hashmi wrote: Dear Users Please advise how to detect a network lost at caller or callee side. I have tried timeout_socket

[SR-Users] How to detect and Hangup a call on network lost at Caller or Callee?

2018-08-29 Thread Hamid Hashmi
Dear Users Please advise how to detect a network lost at caller or callee side. I have tried timeout_socket and keepalives