Re: [OpenSIPS-Devel] [opensips] SQL Cacher (#676)

2015-10-23 Thread Liviu Chircu
Great work, Vlad! Looked through the commits, and reviewed each of them - you can find some of my comments [here] [here]: http://opensips.org/sql_cacher_review --- Reply to this email directly or view it on GitHub:

Re: [OpenSIPS-Devel] [OpenSIPS-Users] [Public Meeting] September's followup

2015-10-23 Thread Bogdan-Andrei Iancu
Hurry. :) Now that we know what to do, we will start planning the work. Most probably a 3.x branch will be created to host the scripting changes. But I will keep you all posted with the strategy and the progress. Thank for your input ! Bogdan-Andrei Iancu OpenSIPS Founder and

Re: [OpenSIPS-Devel] [Public Meeting] September's followup

2015-10-23 Thread Răzvan Crainea
Hello! Thank you all for voting the new OpenSIPS scripting language! According to your picks[3], 57% (30) of you were in favor of the first version, and 43% (23) liked more the second version (the ini-like one). Therefore, I am glad to announce that the winner is the first version -

[OpenSIPS-Devel] [opensips] 1.11 (#682)

2015-10-23 Thread Carlos Oliva
Update debian package files to include module mi_xmlrpc_ng in default debian compilation You can view, comment on, or merge this pull request online at: https://github.com/OpenSIPS/opensips/pull/682 -- Commit Summary -- * packaging/debian: change MI_XMLRPC to MI_XMLRPC_NG in packaging *

[OpenSIPS-Devel] [opensips] crash if initial db connection is failing (#683)

2015-10-23 Thread Ovidiu Sas
latest opensips 2.1 tcp_start_process() is called with startup_done set to NULL and then when init_child() failed, an initialization to -1 is attempted. ``` (gdb) bt full #0 tcp_start_processes (chd_rank=chd_rank@entry=0x84d7d0 , startup_done=startup_done@entry=0x0) at net/net_tcp.c:1723

Re: [OpenSIPS-Devel] exec: compiler warning on 2.1

2015-10-23 Thread Ionut Ionita
Cherry-picked a commit[0] which fixed this from master. Regards, Ionut Ionita [0] https://github.com/OpenSIPS/opensips/commit/79013244e7cea2465170d9b3c60bff0154c8aaaf On 22.10.2015 18:37, Ovidiu Sas wrote: exec.c: In function âexec_syncâ: exec.c:431:6: warning: âretâ may be used