[sr-dev] releasing v4.0.2

2013-06-07 Thread Daniel-Constantin Mierla
Hello, I am considering to release kamailio v4.0.2 next week on Wednesday, June 12. Developers that committed fixes on master branch and should be backported, have to do it before. Overall, everyone should keep an eye and be sure their demanded fixes are backported. Cheers, Daniel --

[sr-dev] [tracker] Task opened: modules/app_lua: fixed runtime warning: exports dlflags interface is deprecated (Attachment added)

2013-06-07 Thread sip-router
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. A new Flyspray task has been opened. Details are below. User who did this - Víctor Seva (linuxmaniac) Attached to Project - sip-router Summary - modules/app_lua: fixed runtime warning: exports dlflags interface is deprecated Task Type - Bug Report

[sr-dev] [tracker] Comment added: modules/app_lua: fixed runtime warning: exports dlflags interface is deprecated

2013-06-07 Thread sip-router
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#312 - modules/app_lua: fixed runtime warning: exports dlflags interface is deprecated User who did this - Daniel-Constantin Mierla (miconda) -- AFAIK RTLD_NOW | RTLD_GLOBAL is needed for embedded

[sr-dev] [tracker] Comment added: modules/app_lua: fixed runtime warning: exports dlflags interface is deprecated (Attachment added)

2013-06-07 Thread sip-router
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#312 - modules/app_lua: fixed runtime warning: exports dlflags interface is deprecated User who did this - Víctor Seva (linuxmaniac) -- Ok. Something like this? -- One or more files have

[sr-dev] [tracker] Comment added: modules/app_lua: fixed runtime warning: exports dlflags interface is deprecated

2013-06-07 Thread sip-router
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#312 - modules/app_lua: fixed runtime warning: exports dlflags interface is deprecated User who did this - Daniel-Constantin Mierla (miconda) -- Probably yes, I will have to check the core code

[sr-dev] git:4.0: modules/rr: completely reverted after_strict() to its pre-outbound form

2013-06-07 Thread Daniel-Constantin Mierla
Module: sip-router Branch: 4.0 Commit: 6eb6d92af2fe55d14b255bb5c5c939cc2f78ba79 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6eb6d92af2fe55d14b255bb5c5c939cc2f78ba79 Author: Daniel-Constantin Mierla mico...@gmail.com Committer: Daniel-Constantin Mierla

[sr-dev] [tracker] Comment added: modules/app_lua: fixed runtime warning: exports dlflags interface is deprecated

2013-06-07 Thread sip-router
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#312 - modules/app_lua: fixed runtime warning: exports dlflags interface is deprecated User who did this - Víctor Seva (linuxmaniac) -- I've tested calling sr.get and sr.seti on a lua script.

[sr-dev] is using Gerrit for Kamailio a good idea?

2013-06-07 Thread Victor Seva
Hello fellow Kamailio users and developers, I would like to throw the idea of use Gerrit[0] for code contributions reviews. This is not a replacement for the bugtracker, Gerrit will help developers at the task of review and merge contributors patches. I'm going to use mainly [1] to try to

[sr-dev] [tracker] Assignee added: ims_registrar_scscf: unexpected 200 OK response after calling assign_server_unreg()

2013-06-07 Thread sip-router
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. A user has added themself to the list of users assigned to this task. FS#309 - ims_registrar_scscf: unexpected 200 OK response after calling assign_server_unreg() User who did this - Camille Oudot (coudot)

[sr-dev] New commits on branch 4.0

2013-06-07 Thread Daniel-Constantin Mierla
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=21747d786a4e0f8f606baeeb4f39166d351b824b Author: Daniel-Constantin Mierla mico...@gmail.com Date: Thu Jun 6 11:47:10 2013 +0200 cfgutils: updated docs to specify correct time unit for usleep - it is

[sr-dev] Register VoIP phones with Kamailio server

2013-06-07 Thread Ravindra Gowda
Dear All, I was successful in integrating kamailio 4.0.1 server with Asterisk 11.4.0 in Ubuntu 12.04 LTS version, by using the following link : http://kb.asipto.com/asterisk:realtime:kamailio-4.0.x-asterisk-11.3.0-astdb. Both the servers are running parallely without any problems. And i

[sr-dev] [tracker] Assignee added: Crash in ims_registrar_scscf caused by log

2013-06-07 Thread sip-router
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. A user has added themself to the list of users assigned to this task. FS#305 - Crash in ims_registrar_scscf caused by log User who did this - Camille Oudot (coudot) http://sip-router.org/tracker/index.php?do=detailstask_id=305 You are receiving this

Re: [sr-dev] Register VoIP phones with Kamailio server

2013-06-07 Thread Daniel-Constantin Mierla
Hello, do not write to many mailing lists at once -- that should be done only for projects announcements or asking opinions of both communities for changes related to the project. Otherwise, send to sr-users if you have questions about how to use kamailio and to sr-dev only for questions

[sr-dev] git:4.0: nathelper: fix IPV6 compiler warning

2013-06-07 Thread Ovidiu Sas
Module: sip-router Branch: 4.0 Commit: a9089d05121e05287ce91fddb12769acfae866c8 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a9089d05121e05287ce91fddb12769acfae866c8 Author: Ovidiu Sas o...@voipembedded.com Committer: Ovidiu Sas o...@voipembedded.com Date: Fri

[sr-dev] debian stable

2013-06-07 Thread Ovidiu Sas
Should we update the deb-stable target to wheezy? --- a/Makefile +++ b/Makefile @@ -681,7 +681,7 @@ deb-stable: dpkg-buildpackage -rfakeroot -tc; \ rm debian; \ else \ - ln -s pkg/$(MAIN_NAME)/deb/squeeze debian; \ + ln -s

Re: [sr-dev] releasing v4.0.2

2013-06-07 Thread Ovidiu Sas
Here's a list of compiler warnings: CC (gcc) [kamailio] cfg/cfg_ctx.o cfg/cfg_ctx.c: In function âcfg_set_nowâ: cfg/cfg_ctx.c:490:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] cfg/cfg_ctx.c:494:5: warning: dereferencing type-punned

Re: [sr-dev] debian stable

2013-06-07 Thread Daniel-Constantin Mierla
On 6/7/13 5:31 PM, Ovidiu Sas wrote: Should we update the deb-stable target to wheezy? Yes. Cheers, Daniel --- a/Makefile +++ b/Makefile @@ -681,7 +681,7 @@ deb-stable: dpkg-buildpackage -rfakeroot -tc; \ rm debian; \ else \ - ln -s

Re: [sr-dev] releasing v4.0.2

2013-06-07 Thread Daniel-Constantin Mierla
Probably they are specific for some os/gcc version. I am not getting them on my devel computer, perhaps other devs can jump and fix some if they get them. Cheers, Daniel On 6/7/13 6:06 PM, Ovidiu Sas wrote: Here's a list of compiler warnings: CC (gcc) [kamailio] cfg/cfg_ctx.o

[sr-dev] git:master: Makefile: update de-stable target: squeeze - wheezy

2013-06-07 Thread Ovidiu Sas
Module: sip-router Branch: master Commit: fd8dfb71d0eeae891ad0c83ff332929d54f3a3ec URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fd8dfb71d0eeae891ad0c83ff332929d54f3a3ec Author: Ovidiu Sas o...@voipembedded.com Committer: Ovidiu Sas o...@voipembedded.com Date: Fri

[sr-dev] git:4.0: Makefile: update de-stable target: squeeze - wheezy

2013-06-07 Thread Ovidiu Sas
Module: sip-router Branch: 4.0 Commit: 1fefe2feae9fec5621d949fe3857fcf8fb62068e URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1fefe2feae9fec5621d949fe3857fcf8fb62068e Author: Ovidiu Sas o...@voipembedded.com Committer: Ovidiu Sas o...@voipembedded.com Date: Fri

Re: [sr-dev] releasing v4.0.2

2013-06-07 Thread Ovidiu Sas
All this warnings pop up on the latest debian stable. Pretty sure that ubuntu will pop them up too. Centos is a little behind, so no warnings there. On Fri, Jun 7, 2013 at 12:10 PM, Daniel-Constantin Mierla mico...@gmail.com wrote: Probably they are specific for some os/gcc version. I am not