Re: [sr-dev] Unable to make SIP Calls (403 Forbidden - Domain Not Served)

2020-04-14 Thread Pavel Siderov
Hello, I think this thread is for Users maillist. Anyway, first of all start scscf in debug mode and test. Then have a look on the logs. There is only one place in the scscf configuration where you can get "Domain not served": if (uri == myself || uri =~ "tel:.*") { if (!term_impu_regis

Re: [sr-dev] [kamailio/kamailio] TLS module compiled with outdated OpenSSL version for Ubuntu bionic (#2018)

2020-04-14 Thread Jeremy Kister
I'm seeing this exact behavior with kamailio/5.3.3 on Ubuntu/18.04.4. ``` $ cat /etc/apt/sources.list.d/kamailio.list deb http://deb.kamailio.org/kamailio53 bionic main deb-src http://deb.kamailio.org/kamailio53 bionic main $ $ dpkg -l | awk '/kam/ { print $2 " " $3 }' kamailio 5.3.3+bionic kam

[sr-dev] git:master:498d7649: rtpengine: add `flags` field for every command

2020-04-14 Thread Richard Fuchs
Module: kamailio Branch: master Commit: 498d7649339edfc07f40fe3e37e66376b2817d6c URL: https://github.com/kamailio/kamailio/commit/498d7649339edfc07f40fe3e37e66376b2817d6c Author: Richard Fuchs Committer: Richard Fuchs Date: 2020-04-14T13:15:21-04:00 rtpengine: add `flags` field for every comma

Re: [sr-dev] Unable to make SIP Calls (403 Forbidden - Domain Not Served)

2020-04-14 Thread Pavithra M
Hi, Even after commenting those lines , i am getting the error as *483 - Too Many Hops* I am not getting any errors in my logs. But wireshark trace gives the above error. Kindly help me. On Tue, Apr 14, 2020 at 7:13 PM Pafel wrote: > Hello, > > I think this thread is for Users maillist. > > Any

Re: [sr-dev] Unable to make SIP Calls (403 Forbidden - Domain Not Served)

2020-04-14 Thread Pafel
Hello, I think this thread is for Users maillist. Anyway, first of all start scscf in debug mode and test. Then have a look on the logs. There is only one place in the scscf configuration where you can get "Domain not served": if (uri == myself || uri =~ "tel:.*") { if (!term_impu_regis

Re: [sr-dev] Unable to make SIP Calls (403 Forbidden - Domain Not Served)

2020-04-14 Thread Pavithra M
Hi , Actually in my case , I have disabled IPsec related configurations . After that I am facing these issues. Thanks On Tue, Apr 14, 2020, 7:02 PM Александър Йосифов wrote: > Hi, > I am writing not for the problem with SIP calls but for other potential > problems related to IPSEC client/serve

Re: [sr-dev] Unable to make SIP Calls (403 Forbidden - Domain Not Served)

2020-04-14 Thread Александър Йосифов
Hi, I am writing not for the problem with SIP calls but for other potential problems related to IPSEC client/server ports. As I see from your pcscf.cfg you have: #!define IPSEC_CLIENT_PORT 5062 #!define IPSEC_SERVER_PORT 5063 This is not OK because if you have more than one connected UE the clien

[sr-dev] git:master:6b9e5c6c: modules: readme files regenerated - presence ... [skip ci]

2020-04-14 Thread Kamailio Dev
Module: kamailio Branch: master Commit: 6b9e5c6c52fe3f22fc25b1b5e755c4d1842c4adb URL: https://github.com/kamailio/kamailio/commit/6b9e5c6c52fe3f22fc25b1b5e755c4d1842c4adb Author: Kamailio Dev Committer: Kamailio Dev Date: 2020-04-14T15:31:11+02:00 modules: readme files regenerated - presence .

Re: [sr-dev] [kamailio/kamailio] Segfault in openssl on Xenial (#2274)

2020-04-14 Thread Nathan
Yes, I was adding that to test for repro on Ubuntu Bionic. It's not needed for Xenial. When removed, we still have the same segfault. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issue

[sr-dev] git:master:de0c3195: presence: timer_mode - new parameter to control what timer process to use

2020-04-14 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: de0c3195894ae5e20bc3bc3d88431b5043566cf2 URL: https://github.com/kamailio/kamailio/commit/de0c3195894ae5e20bc3bc3d88431b5043566cf2 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2020-04-14T15:20:24+02:00 presence: timer_mode -

[sr-dev] git:master:217a6b83: presence: docs for timer_mode parameter

2020-04-14 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 217a6b83da60d874b78cc451b339b3baca559b33 URL: https://github.com/kamailio/kamailio/commit/217a6b83da60d874b78cc451b339b3baca559b33 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2020-04-14T15:25:14+02:00 presence: docs for tim

[sr-dev] [kamailio/kamailio] pv: add xavp KEMI functions (#2285)

2020-04-14 Thread Victor Seva
## Pre-Submission Checklist