Re: [sr-dev] [kamailio/kamailio] Support for 192.0.0.0/24 as NATed source (follow-up) (#2277)

2020-04-16 Thread Sergiu Pojoga
I lied. In a dev environment using master branch, `c=` IP address is now fixed with `nat_addr_mode=1` Also tested with `nat_addr_mode=0` and it does NOT change it, as expected. Looks good to me! kamailio -V version: kamailio 5.4.0-dev4 (x86_64/linux) c68d78 Was able to test only in a 200 OK r

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

2020-04-16 Thread Jeremy Kister
### Description Much of this issue is repeated from [#2018](https://github.com/kamailio/kamailio/issues/2018). Since it's closed and has no activity, I'm opening this issue. Kamailio 5.3.3 won't start when using `kamailio-tls-modules` on Ubuntu/18.04.4 unless `tls_force_run` is set in kamaili

Re: [sr-dev] [kamailio/kamailio] Support for 192.0.0.0/24 as NATed source (follow-up) (#2277)

2020-04-16 Thread Sergiu Pojoga
I could test it, have a couple of active endpoints that use those kind of private IPs, but only if the new feature was to be backported to 5.1 branch which our production runs on, not ready to upgrade at this time -- You are receiving this because you are subscribed to this thread. Reply to thi

Re: [sr-dev] [kamailio/kamailio] ims_registrar_scscf: fix aor generating in lookup() (#2287)

2020-04-16 Thread Daniel-Constantin Mierla
Thanks for this contribution! However, wouldn't it be better to use `parse_sip_msg_uri()` so `_m->new_uri` or ` _m->first_line.u.request.uri` is parsed in the `_m->parsed_uri` field and then just build the AoR using `_m->parsed_uri.user` and `_m->parsed_uri.host`? -- You are receiving this bec

[sr-dev] git:master:c68d783b: modules: readme files regenerated - corex ... [skip ci]

2020-04-16 Thread Kamailio Dev
Module: kamailio Branch: master Commit: c68d783b67dc57eb8ff2598690ad50393acb107e URL: https://github.com/kamailio/kamailio/commit/c68d783b67dc57eb8ff2598690ad50393acb107e Author: Kamailio Dev Committer: Kamailio Dev Date: 2020-04-16T17:01:20+02:00 modules: readme files regenerated - corex ...

Re: [sr-dev] [kamailio/kamailio] Support for 192.0.0.0/24 as NATed source (follow-up) (#2277)

2020-04-16 Thread Daniel-Constantin Mierla
Thinking that this could be eligible to be backported, provided that @zeusca can test and confirm it works fine. Otherwise stable deployments might not get calls properly connected by not detecting this kind of a non-routable address. Personally I haven't faced such case, so I am fine either w

[sr-dev] git:master:2ea7dc36: corex: docs for is_faked_msg() function

2020-04-16 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 2ea7dc363b15259468fb1518208b87d3e2b6289c URL: https://github.com/kamailio/kamailio/commit/2ea7dc363b15259468fb1518208b87d3e2b6289c Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2020-04-16T16:52:30+02:00 corex: docs for is_fak

[sr-dev] git:master:51505a0f: corex: new function is_faked_msg()

2020-04-16 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 51505a0f5eadcdb8ca4aa3108b060802d7a55972 URL: https://github.com/kamailio/kamailio/commit/51505a0f5eadcdb8ca4aa3108b060802d7a55972 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2020-04-16T16:44:17+02:00 corex: new function is

[sr-dev] git:master:a5fc0262: pv: format new xavp functions declaration lines to be matched by kemi docs tool

2020-04-16 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: a5fc02623c1489d1e46c2f352703e8bdcf808ec2 URL: https://github.com/kamailio/kamailio/commit/a5fc02623c1489d1e46c2f352703e8bdcf808ec2 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2020-04-16T16:32:54+02:00 pv: format new xavp fu

[sr-dev] [kamailio/kamailio] ims_registrar_scscf: fix aor generating in lookup() (#2287)

2020-04-16 Thread alexyosifov
- If uri contains some parameters before '@' as phone context, till now the function strips everything after that. With the fix all parameters before and after '@' are stripped and the domain remaining.