Re: [SR-Users] crash at 480 reply to INVITE

2019-02-08 Thread Juha Heinanen
Daniel-Constantin Mierla writes: > OK. It happens to be traveling for few days, once I am back, I will dig > into it and see how to fix this long delayed processing so it does not > crash. Thanks for looking into this. Perhaps the freeze is due to some locking issue like the one when K didn't do

Re: [SR-Users] trace sip msg topos

2019-02-08 Thread Julien Chavanton
The solution that worked for me was to use : trace_mode=1 This is capturing both version of the message, I think this is about using a core event hook instead of a transaction callback 3.18. trace_mode (integer) If set to 1, the module uses core events triggered when receiving or sending SIP t

Re: [SR-Users] trace sip msg topos

2019-02-08 Thread Daniel-Constantin Mierla
Hello, can you try and see what you get in onsend_route {...} block? If not printing the stripped version, then we have to add an event route for it. Cheers, Daniel On 08.02.19 11:02, Giuseppe Pandolfi wrote: > Hi All, > > is it possible print sip msg after stripping by topos module? > > I have

Re: [SR-Users] Kamailio modules that can be used in Lua

2019-02-08 Thread Ivaylo Markov
Hello, You can see a list of all module functions exported to KEMI here . Greetings, Ivo On 2/7/19 9:02 PM, Leonid Fainshtein wrote: > Hello, > I am checking a possibility to replace the traditional

Re: [SR-Users] Kamailio modules that can be used in Lua

2019-02-08 Thread Yuriy Gorlichenko
Possibly you looking into the old Version. Kamailio since 5.0 has kemi. Since 5.1 it support 99%of modules On Fri, 8 Feb 2019, 19:37 Leonid Fainshtein, wrote: > Hello, > I am checking a possibility to replace the traditional cfg script with a > Lua script. > In the app_lua module documentation t

[SR-Users] trace sip msg topos

2019-02-08 Thread Giuseppe Pandolfi
Hi All, is it possible print sip msg after stripping by topos module? I have need to print sip msg stripped by topos in syslog. Thanks ___ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listi

[SR-Users] Kamailio modules that can be used in Lua

2019-02-08 Thread Leonid Fainshtein
Hello, I am checking a possibility to replace the traditional cfg script with a Lua script. In the app_lua module documentation there is a relatively short list of modules that can be registered to Lua. The modules nathelper, rtpproxy, topoh and many others don't appear in the list. Does it mean th

Re: [SR-Users] Waiting for calls

2019-02-08 Thread Mark Hall
Hi Joel, I have resolved the issue now, it was a problem with my original code. There was a rogue ‘exit’, which was causing one transaction to be left unmanaged. I did think of Tsilo initially (after looking at Federico’s 2015 presentation) but it doesn’t quite match my scenario. Many T