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