Re: [sr-dev] [kamailio/kamailio] nathelper: fix_nated_sdp added support for a=rtcp param RFC3605 (#2497)

2020-10-05 Thread Arsen Semenov
@arsperger pushed 2 commits. ccc69d0b24af27ec36250a094f8273429540153b Merge branch 'master' of https://github.com/kamailio/kamailio c0f21a3de66fba455d3a505b576f6e916dc534ca nathelper: docs - updated notes for fix_nated_sdp. few typos fixed [skip ci] -- You are receiving this because you are

Re: [sr-dev] [kamailio/kamailio] nathelper: fix_nated_sdp added support for a=rtcp param RFC3605 (#2497)

2020-10-05 Thread Daniel-Constantin Mierla
@arsperger - you can make a PR to update the docs with a remark about being careful to not replace IP address with one from a different family. -- 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/kam

Re: [sr-dev] [kamailio/kamailio] dispatcher: add an attribute to preset the latency estimator (#2492)

2020-10-05 Thread Daniel-Constantin Mierla
Thanks! I don't see the new attribute listed in the documentation at: * https://www.kamailio.org/docs/modules/stable/modules/dispatcher.html#dispatcher.ex.attributes After that it can be merged. -- You are receiving this because you are subscribed to this thread. Reply to this email directly

Re: [sr-dev] [kamailio/kamailio] registrar: added new parameter sock_addr (#2498)

2020-10-05 Thread Konstantin
Thank you for advise. I will fix tomorrow. -- 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/pull/2498#issuecomment-703861950___ Kamailio (SER) -

Re: [sr-dev] K master crash

2020-10-05 Thread Juha Heinanen
Daniel-Constantin Mierla writes: > I pushed a commit to fix it, can you try with latest master? Tried with latest master and crash does not happen anymore at shutdown. Thanks, Juha ___ Kamailio (SER) - Development Mailing List sr-dev@lists.kamailio.or

[sr-dev] HTTP/WS support for rtpengine

2020-10-05 Thread Richard Fuchs
Hi gang, As of today, rtpengine adds support for HTTP and WebSocket interfaces (as well as HTTPS and WSS). Currently supported operations are accessing the CLI commands provided by the `rtpengine-ctl` CLI tool, and accessing the "NG" control protocol. These are both 1-to-1 mappings on top of t

Re: [sr-dev] [kamailio/kamailio] freeradius-client support for auth_radius on debian jessie (#2496)

2020-10-05 Thread sergey-safarov
To use freeradius-client required special build options (on CentOS). The example provided above. -- 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/issues/2496#issuecomment-703772554___

Re: [sr-dev] K master crash

2020-10-05 Thread Juha Heinanen
Daniel-Constantin Mierla writes: > The kamailio wiki has a turorial about troubleshooting with core files > where it gives the details about how to enable core file per pid (I am > on mobile link right now, not easy to give the url). OK, will try to look. > To understand that it crashes only on

Re: [sr-dev] [kamailio/kamailio] registrar: added new parameter sock_addr (#2498)

2020-10-05 Thread Daniel-Constantin Mierla
This works when listening on a single socket, right? While that is ok for some use cases, if you want to have the advertised address of a listen socket, then this can be coded in a different way, by saving `socket->useinfo.sock_str` instead of `socket->sock_str`. If you still want to have a par

[sr-dev] [kamailio/kamailio] registrar: added new parameter sock_addr (#2498)

2020-10-05 Thread Konstantin