[sr-dev] Forking and Call-ID Hiding in TOPOS

2017-03-17 Thread Carsten Bock
Hi, quick question (most likely to Daniel) about Topos. The documentation on topos says about masking Call-ID: "Note: this functionality is not implemented yet - the parameter is present in order to be in pair with topoh module." Two questions: - Is there a timeline, when masking Call-ID's will

[sr-dev] [kamailio/kamailio] erlang: allow user to set ERLANG_xxxDIR (#1037)

2017-03-17 Thread Fabrice Fontaine
If erl is not installed on the system or can not be used (for example when cross-compiling), then erlang module will use the values set by the user in ERLANG_INCDIR and ERLANG_LIBDIR instead of returning en error Signed-off-by: Fabrice Fontaine You can view, comment on, or merge this pull request

Re: [sr-dev] [kamailio/kamailio] Kamailio 5 coredump 11 (SEGV) upcon receiving MESSAGE via jsonrpcs (#1030)

2017-03-17 Thread Anthony Messina
After applying f81c128, no coredump, but I get `jsonrpcs [jsonrpcs_mod.c:1174]: jsonrpc_dispatch(): jsonrpc over http not initialized - check transport param` FYI, The request is sent in via 127.0.0.1:5060 TCP, with nexthop set as 127.0.0.1:5060 so the request will route through the script and e

Re: [sr-dev] [kamailio/kamailio] Kamailio 5 coredump 11 (SEGV) upcon receiving MESSAGE via jsonrpcs (#1030)

2017-03-17 Thread Anthony Messina
Closed #1030. -- 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/1030#event-1005402855___ sr-dev mailing list sr-dev@lists.sip-router.org ht

Re: [sr-dev] [kamailio/kamailio] Kamailio 5 coredump 11 (SEGV) upcon receiving MESSAGE via jsonrpcs (#1030)

2017-03-17 Thread Anthony Messina
Well, I'll be damned. Your log message gave me the clue. I was simply missing `modparam("jsonrpcs", "transport", 1)`. I must have missed that in the upgrade. Maybe that parameter should be added to the default kamailio.cfg since the `Default value is '6' (fifo and datagram transport).` Sorry