Re: [SR-Users] Using a single virtual domain in a multi-domain setup

2019-05-15 Thread Rhys Hanrahan
Hi Daniel, Thanks for this, much appreciated. Was worried this approach was too much of a hack and not the right approach - but knowing someone else has gone this way gives me confidence it's a reasonable solution. Will try this out tomorrow. Thank you. Rhys. On Wed, May 15, 2019 at 10:32 PM

Re: [SR-Users] Sip proxy for Asterisk with RFC3966 and 100Rel

2019-05-15 Thread paolo.visno...@vipcomputers.it
Thank you all. I will check the code, but I don't know if it will be within my reach... Il 14/05/19 22:04, Henning Westerholt ha scritto: Hello, there is just some code in the issue, which haven't been moved into a pull request as the original author did not found time for it. But

Re: [SR-Users] Using a single virtual domain in a multi-domain setup

2019-05-15 Thread Daniel Tryba
On Thu, May 16, 2019 at 12:37:50AM +1000, Rhys Hanrahan wrote: > Hi Daniel, > > Thanks for this, much appreciated. Was worried this approach was too much > of a hack and not the right approach - but knowing someone else has gone > this way gives me confidence it's a reasonable solution. Will try

Re: [SR-Users] siputils add_uri_param not available in KEMI python3

2019-05-15 Thread Patrick Murphy
This seems to have worked: diff --git src/modules/siputils/siputils.c src/modules/siputils/siputils.c index f4376cd67..3b2d772a8 100644 --- src/modules/siputils/siputils.c +++ src/modules/siputils/siputils.c @@ -480,6 +480,11 @@ static int ki_is_uri(sip_msg_t* msg, str* suri) * */ static

[SR-Users] siputils add_uri_param not available in KEMI python3

2019-05-15 Thread Patrick Murphy
Hello, I am using the following version of Kamailio and using app_python3 with KEMI but I cannot find any exported function of add_uri_param from the siputils module. Any idea how I can perform: KSR.siputils.add_uri_param("name=value") ? version: kamailio 5.2.2 (x86_64/linux) 9260a2 Cheers,

[SR-Users] Releasing Kamailio v5.2.3

2019-05-15 Thread Daniel-Constantin Mierla
Hello, I am considering to release Kamailo v5.2.3 out of latest git branch 5.2 next week, likely on Wednesday, May 22. As usual, if you are aware of issues not reported to the github bug tracker, fill a report there as soon as possible to give a chance to be analyzed and fixed. Also, if there was

Re: [SR-Users] Possible memory leak in siptrace module in kamailio 5.1/5.2

2019-05-15 Thread Thomas Weber
Great that you can use this workaround. Although i'm a bit confused because KSR.siptrace.sip_trace() is not supposed to accept a string parameter. Can you file a bug on github regarding sip_trace_dst()? - Ursprüngliche Mail - > Actually so far it seems using

Re: [SR-Users] Using a single virtual domain in a multi-domain setup

2019-05-15 Thread Daniel Tryba
On Wed, May 15, 2019 at 09:38:29PM +1000, Rhys Hanrahan wrote: > Just to add I've also tried adding multiple alias= definitions, but have > the same issue - kamailio says "user@fqdn" not found in usrloc when doing > lookup(). Maybe I need to modify my lookup() call to use a hardcoded URI? > But I

Re: [SR-Users] Possible memory leak in siptrace module in kamailio 5.1/5.2

2019-05-15 Thread Daniel-Constantin Mierla
Hello, On 15.05.19 09:43, Thomas Weber wrote: > Great that you can use this workaround. > Although i'm a bit confused because KSR.siptrace.sip_trace() is not supposed > to accept a string parameter. If the parameter is given, then it is ignored -- with scripting languages allowing dynamic

Re: [SR-Users] Using a single virtual domain in a multi-domain setup

2019-05-15 Thread Rhys Hanrahan
HI All, Just to add I've also tried adding multiple alias= definitions, but have the same issue - kamailio says "user@fqdn" not found in usrloc when doing lookup(). Maybe I need to modify my lookup() call to use a hardcoded URI? But I haven't seen any examples where this was required for

[SR-Users] RFC: split out old sr api from app_lua

2019-05-15 Thread Daniel-Constantin Mierla
Hello, I am considering to split the app_lua module in order to move the older style API available under Lua 'sr' module in a dedicated module (like app_lua_sr). Later this module can be obsoleted and removed, once we know that everything there is covered by KEMI KSR Lua module. In this way, we