Re: [SR-Users] Masking Contact Header

2019-02-12 Thread Marcos Pytel
Hi! Im have an endpoint device that have a problem with long routers headers. I dont know why cut the route when send packet to the server and kamailio crash because cant parse the route. If i active topoh, the router header is encrypted but is bigest than the original. If i active the topos t

Re: [SR-Users] Masking Contact Header

2019-02-12 Thread Alex Balashov
I think the question about the motive for altering the Contact is prerequisite to all this. It is not necessarily apt to presume that topology hiding is the goal. — Sent from mobile, with due apologies for brevity and errors. > On Feb 12, 2019, at 2:43 PM, Nicolas Breuer > wrote: > > You can

Re: [SR-Users] Masking Contact Header

2019-02-12 Thread Nicolas Breuer
You cannot hide the contact with Topoh ? > Le 12 févr. 2019 à 20:30, YASIN CANER a écrit : > > Hello > > You can use topoh and topos module that hiding all topology. > > If you want to hide only contact header , uac replace is good because it has > a ability restore. > > I assume that hid

Re: [SR-Users] Masking Contact Header

2019-02-12 Thread YASIN CANER
Hello You can use topoh and topos module that hiding all topology. If you want to hide only contact header , uac replace is good because it has a ability restore. I assume that hiding contact header because anonymous calls. Right? Regards Yasin caner Duarte Rocha şunları yazdı (12 Şub 20

Re: [SR-Users] memory issue with jsonrpc

2019-02-12 Thread Benjamin Roy
It lasted about a day and now I'm seeing these memory errors again. Any other ideas? These are the errors that repeat for every jsonrpc message: 26(31624) ERROR: [core/mem/q_malloc.c:291]: qm_find_free(): qm_find_free(0x7f39e5328000, 5712); Free fragment not found! 26(31624) ERROR: [core/mem/q_m

[SR-Users] Masking Contact Header

2019-02-12 Thread Duarte Rocha
Greetings, Is there an automated way of masking\encoding\encrypting the Contact header once it goes through a Kamailio proxy and have it restored? I'm using uac_replace_from() and uac_replace_to() for changing these values and having them restored automatically. Is there any tool like this for Co

Re: [SR-Users] Programmatically modify SIP Requests/Responses in Kamailio

2019-02-12 Thread Alex Balashov
Hi Filippos, Kamailio can indeed modify many aspects of a SIP message, though the devil is in the details. https://kamailio.org/docs/modules/5.2.x/modules/textops.html https://kamailio.org/docs/modules/5.2.x/modules/textopsx.html Many message attributes are exposed through "pseudovariables": h

[SR-Users] Programmatically modify SIP Requests/Responses in Kamailio

2019-02-12 Thread Filippos Vasilakis
Hi, First of all I would like to congratulate and thank everyone who has worked in Kamailio. It looks like an awesome tool. I am starting a side project and I am not very familiar with Kamailio although I know SIP and VoIP in general, so I am more looking for answers that tell me if it's possible

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

2019-02-12 Thread Henning Westerholt
Am Dienstag, 12. Februar 2019, 13:38:21 CET schrieb Leonid Fainshtein: > 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, r

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

2019-02-12 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