[SR-Users] Non-standard SIP-over-TLS port

2018-03-02 Thread Steve
Hello sr-users, How does one assign a non-standard SIP-over-TLS port rather than the usual port 5061 for client registration? Steve --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus ___

Re: [SR-Users] Invoking RPC commands over HTTP

2018-03-02 Thread Aleksandar Sosic
Hi Ben, we are working on a dockerized infrastructure orchestrated with Kubernetes with two kamailio layers, a `proxy` and a `router` level. In a stateless infrastructure like that we need to have also a SIP orchestrator that will handle all the active and ready nodes and notify or provide the

[SR-Users] Not documented parameter server_id_filter inside usrloc module

2018-03-02 Thread Konstantin Polyakov
Hello everybody, Could somebody clarify why server_id_filter parameter is not listed in the usrloc module article? It is not ready for usage? Or it was forgotten to be added into description? Thank you Best regrads Konstantin___ Kamailio (SER) - Users

[SR-Users] logging sip messages

2018-03-02 Thread Karthik Srinivasan
Hello: I am trying to find a simple way to log each and every SIP message that Kamailio receives or Kamailio sends. In a nutshell, here is what i'm trying to accomplish: - log sip message received; log ip address and port of where message was received from - log sip message to be sent or sent;

Re: [SR-Users] Invoking RPC commands over HTTP

2018-03-02 Thread Ben Hood
On Fri, Mar 2, 2018 at 11:06 AM, Daniel-Constantin Mierla wrote: > use jsonrcp_dispatch() when you want the rpc command response to be sent > back via incoming transport (http in this case). > > jsonrpc_exec() should be used when you want to do it from normal SIP > routing

Re: [SR-Users] Invoking RPC commands over HTTP

2018-03-02 Thread Ben Hood
Hey Aleksandar, Many thanks for the heads up - very interesting to see how other people are doing this. So if I understand you correctly, you have a dynamic list of dispatchers. And then you invoke "dispatcher.reload" to reload all of the dispatchers you have defined dynamically? What does the

Re: [SR-Users] dialplan module reload fail

2018-03-02 Thread Paulo Ferreira
Thanks Daniel, Regards,Paulo On Fri, 2018-03-02 at 16:18 +0100, Daniel-Constantin Mierla wrote: > Hello, > there was a mistake inside the kamctl giving the wrong rpc > command name for dialplan reload. I just fixed in master, it > will > be backported. > With unpatched

Re: [SR-Users] dialplan module reload fail

2018-03-02 Thread Daniel-Constantin Mierla
Hello, there was a mistake inside the kamctl giving the wrong rpc command name for dialplan reload. I just fixed in master, it will be backported. With unpatched version, you can do the alternative with the direct rpc command: kamctl rpc dialplan.reload Cheers, Daniel On 02.03.18 16:02, Paulo

[SR-Users] dialplan module reload fail

2018-03-02 Thread Paulo Ferreira
Hi list, I'm using several modules, including dialplan. I can reload modules data from database to kamailio with kamctl reload, except the dialplan module. kamctl dialplan reload { "jsonrpc": "2.0", "error": { "code": 500, "message": "Method Not Found" }, "id": 21705 }

[SR-Users] SIP header when 911 called

2018-03-02 Thread Abdul Basit
Hi Team, Does kamailio has compatibility with E911, i.e. through location in SIP header when 911 called? Is there any reference document? -- regards, abdul basit ___ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org

Re: [SR-Users] question

2018-03-02 Thread Antony Stone
On Friday 02 March 2018 at 11:14:15, Syrine Riahi wrote: > bonjour > je suis une étudiante en mastère professionnel des systèmes des réseaux et > télécommunication j'ai choisie comme un sujet de mémoire mise en oeuvre de > solution des VoIP et après des grands recherches j'ai choisie comme >

Re: [SR-Users] question

2018-03-02 Thread Daniel Tryba
On Fri, Mar 02, 2018 at 11:14:15AM +0100, Syrine Riahi wrote: > bonjour > je suis une ??tudiante en mast??re professionnel des syst??mes des r??seaux et > t??l??communication j'ai choisie comme un sujet de m??moire mise en oeuvre de > solution des VoIP et apr??s des grands recherches j'ai

[SR-Users] question

2018-03-02 Thread Syrine Riahi
bonjour je suis une étudiante en mastère professionnel des systèmes des réseaux et télécommunication j'ai choisie comme un sujet de mémoire mise en oeuvre de solution des VoIP et après des grands recherches j'ai choisie comme solution kamailio alors comme je suis débutante dans le domaine j'ai

Re: [SR-Users] 5.1.2 rtpengine regressions - broke working setup?

2018-03-02 Thread Daniel-Constantin Mierla
It is the same on master branch -- I decided to do the backport after PR 1460:   * https://github.com/kamailio/kamailio/pull/1460 Open an issue on Kamailio's github tracker so it can be analyzed by the developer of rtpengine and come up with the best solution here. Thanks for all the

Re: [SR-Users] 5.1.2 rtpengine regressions - broke working setup?

2018-03-02 Thread Anthony Alba
On Fri, Mar 02, 2018 at 09:58:15AM +0100, Daniel-Constantin Mierla wrote: > Hello, > > what UAC is there and what version of freeswitch you are using? > The UACs are based on PJSIP 2.7 and FreeSWITCH is 1.6.20. I am using SDES (not DTLS) so I set: rtpengine_manage("DTLS=off ICE=remove"); Now

Re: [SR-Users] Invoking RPC commands over HTTP

2018-03-02 Thread Aleksandar Sosic
Hi Ben, we're using something like this to do dispatcher.reload: ``` event_route[xhttp:request] { if ($hu =~ "^/rpc") { $var(command) = $(hu{s.select,2,/}); $var(parameter) = $(hu{s.select,3,/}); if($var(command) == "reload.dispatchers") { route(DISPATCHER_LIST); xhttp_reply("200", "OK",

Re: [SR-Users] 5.1.2 rtpengine regressions - broke working setup?

2018-03-02 Thread Daniel-Constantin Mierla
If it was not clear, adding transport-protocol=RTP/SAVP is to rtpengine_manage() parameter. Cheers, Daniel On 02.03.18 09:58, Daniel-Constantin Mierla wrote: > > Hello, > > what UAC is there and what version of freeswitch you are using? > > According to RFC 5764 the token shall be

Re: [SR-Users] 5.1.2 rtpengine regressions - broke working setup?

2018-03-02 Thread Daniel-Constantin Mierla
Hello, what UAC is there and what version of freeswitch you are using? According to RFC 5764 the token shall be UDP/TLS/RTP/SAVPF: 8 Session Description for RTP/SAVP over DTLS This specification defines new tokens to describe the protocol used in SDP media descriptions ("m=" lines

[SR-Users] 5.1.2 rtpengine regressions - broke working setup?

2018-03-02 Thread Anthony Alba
Hi list, upgrade to 5.1.2 broke my setup due to some different behaviour in rtpengine.so. I use: rtpengine_manage("DTLS=off ICE=remove"); 1. I don't send any rtpengine_manage flags (RTP UDP SAVP). UAC sends RTP/SAVP in SDP, rtpengine changes to UDP/TLS/RTP/SAVP. Reverted to 5.1.1, and see that