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

[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

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. > >

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

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

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

[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:

[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

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

2020-04-14 Thread Victor Seva
## Pre-Submission Checklist !-- Go over all points below, and after creating the PR, tick all the checkboxes that apply -- !-- All points should be verified, otherwise, read the CONTRIBUTING guidelines from above-- !-- If youre unsure about any of these, dont hesitate to ask on sr-dev mailing

Re: [sr-dev] [kamailio/kamailio] KEMI: add support for array and dict datatypes (#2284)

2020-04-14 Thread Victor Seva
``` 1(1730) DEBUG: LUA {INVITE}: app_lua [app_lua_api.c:1004]: sr_kemi_lua_exec_func_ex(): param[0] for: info is str: *** ksr_test get_keys*** 1(1730) INFO: LUA {INVITE}: [core/kemi.c:104]:

[sr-dev] [kamailio/kamailio] KEMI: add support for array and dict datatypes (#2284)

2020-04-14 Thread Victor Seva
Pre-Submission Checklist !-- Go over all points below, and after creating the PR, tick all the checkboxes that apply -- !-- All points should be verified, otherwise, read the CONTRIBUTING guidelines from above-- !-- If youre unsure about any of these, dont hesitate to ask on sr-dev mailing

[sr-dev] git:master:a0a18cc2: presence_xml: pass pres uri as pointer for pres_update_watchers()

2020-04-14 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: a0a18cc28dafe3b4bd73bf5e0d2d848d39b72668 URL: https://github.com/kamailio/kamailio/commit/a0a18cc28dafe3b4bd73bf5e0d2d848d39b72668 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2020-04-14T12:15:48+02:00 presence_xml: pass

[sr-dev] git:master:ddc755c6: presence: pass str parameters via pointer to couple of functions

2020-04-14 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: ddc755c6e0646a4d503842d6b06863c4f93bd525 URL: https://github.com/kamailio/kamailio/commit/ddc755c6e0646a4d503842d6b06863c4f93bd525 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2020-04-14T12:15:48+02:00 presence: pass str

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

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

[sr-dev] git:master:ce2bad95: presence: docs - removed to_tag_pref parameter

2020-04-14 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: ce2bad95ec75bed4cf9b0bd19fde307162c8601d URL: https://github.com/kamailio/kamailio/commit/ce2bad95ec75bed4cf9b0bd19fde307162c8601d Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2020-04-14T11:23:59+02:00 presence: docs -

[sr-dev] git:master:f871322c: presence: removed unused module parameter to_tag_pref

2020-04-14 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: f871322c2d4102f5f67178b702fdf90b5b01ceea URL: https://github.com/kamailio/kamailio/commit/f871322c2d4102f5f67178b702fdf90b5b01ceea Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2020-04-14T11:22:59+02:00 presence: removed

[sr-dev] git:master:fe0e0b89: presence: renamed global vars to add common module prefix

2020-04-14 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: fe0e0b894b16478ae490eac6b873ea6c39dd5b2f URL: https://github.com/kamailio/kamailio/commit/fe0e0b894b16478ae490eac6b873ea6c39dd5b2f Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2020-04-14T11:10:55+02:00 presence: renamed

[sr-dev] git:master:6ef70d73: presence: removed unused global var log_buf

2020-04-14 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 6ef70d7366d60c1c7c73aff987193340e0b7c938 URL: https://github.com/kamailio/kamailio/commit/6ef70d7366d60c1c7c73aff987193340e0b7c938 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2020-04-14T09:19:44+02:00 presence: removed

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

2020-04-14 Thread Daniel-Constantin Mierla
The logs suggest that you set the parameter `tls_force_run` for tls module. It is not in the sample config attached above. Any reason for setting it? What is its value? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: