Hi,
attached patch fixes the compilation for the usrloc module. It adapts it to the different parse_phostport syntax, and fixes a missing #define. Patch against kamailio-3.0 branch.
The other (tiny) patchs introduces a ALL_METHODS #define to the parser of sr, which is also necessary for usrloc and a few more modules. Patch against sr master branch.
Please apply, thanks
Henning
Hello,
I also sent a patch to get usrloc compile some time ago to be committed on kamailio-3.0. The modules that are work in progress are marked with pending on the table at: http://sip-router.org/wiki/devel/kamailio-integration#module_integration_sta...
It is good to update that table if you start working on a module, so there won't be overlap.
Cheers, Daniel
On 03/30/2009 08:24 PM, Henning Westerholt wrote:
Hi,
attached patch fixes the compilation for the usrloc module. It adapts it to the different parse_phostport syntax, and fixes a missing #define. Patch against kamailio-3.0 branch.
The other (tiny) patchs introduces a ALL_METHODS #define to the parser of sr, which is also necessary for usrloc and a few more modules. Patch against sr master branch.
Please apply, thanks
Henning
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
On 30-03 21:36, Daniel-Constantin Mierla wrote:
Hello,
I also sent a patch to get usrloc compile some time ago to be committed on kamailio-3.0. The modules that are work in progress are marked with pending on the table at:
http://sip-router.org/wiki/devel/kamailio-integration#module_integration_sta...
I am not sure I received the usrloc patch. I got the registrar patch, but that one didn't include any changes to usrloc. Did I reply to the email?
Jan.
Hello Jan,
On 03/31/2009 02:22 AM, Jan Janak wrote:
On 30-03 21:36, Daniel-Constantin Mierla wrote:
Hello,
I also sent a patch to get usrloc compile some time ago to be committed on kamailio-3.0. The modules that are work in progress are marked with pending on the table at:
http://sip-router.org/wiki/devel/kamailio-integration#module_integration_sta...
I am not sure I received the usrloc patch. I got the registrar patch, but that one didn't include any changes to usrloc. Did I reply to the email?
it was sent on March 19, after 23:00 my time. It has the subject "enum methods" -- I was asking about duplicity of two enum structures to define SIP methods in sip-router. Maybe that misled, anyhow the patches were small, most likely what Henning sent.
Cheers, Daniel
On Monday 30 March 2009, Daniel-Constantin Mierla wrote:
I also sent a patch to get usrloc compile some time ago to be committed on kamailio-3.0. The modules that are work in progress are marked with pending on the table at: http://sip-router.org/wiki/devel/kamailio-integration#module_integration_st atus
It is good to update that table if you start working on a module, so there won't be overlap.
Hi Daniel,
i've tried to find it on the list, perhaps i overlooked it, sorry. :-)
Cheers,
Henning
Hello,
On 03/31/2009 11:07 AM, Henning Westerholt wrote:
On Monday 30 March 2009, Daniel-Constantin Mierla wrote:
I also sent a patch to get usrloc compile some time ago to be committed on kamailio-3.0. The modules that are work in progress are marked with pending on the table at: http://sip-router.org/wiki/devel/kamailio-integration#module_integration_st atus
It is good to update that table if you start working on a module, so there won't be overlap.
Hi Daniel,
i've tried to find it on the list, perhaps i overlooked it, sorry. :-)
no sorry needed. I just wanted to let you know about the table to avoid duplicate work. It was your time :-)
Thanks, Daniel
On 30-03 18:24, Henning Westerholt wrote:
Hi,
attached patch fixes the compilation for the usrloc module. It adapts it to the different parse_phostport syntax, and fixes a missing #define. Patch against kamailio-3.0 branch.
Done.
The other (tiny) patchs introduces a ALL_METHODS #define to the parser of sr, which is also necessary for usrloc and a few more modules. Patch against sr master branch.
I have few more changes that I want to do in the methods parser so I will include this.
thanks, Jan.