Re: [OpenSIPS-Devel] [opensips] Updating parts of $du results in malformed duri (#593)

2015-08-07 Thread Liviu Chircu
All three scenarios confirmed. You can even replicate this within a startup route! --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/593#issuecomment-128810379___ Devel mailing list

Re: [OpenSIPS-Devel] [opensips] Updating parts of $du results in malformed duri (#593)

2015-08-07 Thread Liviu Chircu
Because **password** is defined as * (**zero** or more) of its specific characters. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/593#issuecomment-128824687___ Devel mailing list

Re: [OpenSIPS-Devel] [opensips] Updating parts of $du results in malformed duri (#593)

2015-08-07 Thread Liviu Chircu
Looks like it's printing the **password** as well. However, the password is NULL, so it seems like it's just appending a colon. Nevertheless, the resulting uri sip:15125551212:@example.com:5061;user=phone seems valid according to http://www.in2eps.com/fo-abnf/tk-fo-abnf-sipuri.html. --- Reply

Re: [OpenSIPS-Devel] [opensips] Updating parts of $du results in malformed duri (#593)

2015-08-12 Thread Liviu Chircu
Issue fixed in pull request #598 from @jarrod --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/593#issuecomment-130220039___ Devel mailing list Devel@lists.opensips.org

[OpenSIPS-Devel] [OpenSIPS/opensips] 76dc73: Do not append colon if uri password is NULL

2015-08-12 Thread Liviu Chircu
) Changed paths: M action.c Log Message: --- Do not append colon if uri password is NULL Commit: a85c14c2dac134fb5b9d4240556d7c81bd7d1baa https://github.com/OpenSIPS/opensips/commit/a85c14c2dac134fb5b9d4240556d7c81bd7d1baa Author: Liviu Chircu li...@opensips.org

Re: [OpenSIPS-Devel] [opensips] Do not append colon if uri password is NULL (#598)

2015-08-12 Thread Liviu Chircu
Merged #598. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/pull/598#event-380022429___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Re: [OpenSIPS-Devel] [opensips] Do not append colon if uri password is NULL (#598)

2015-08-12 Thread Liviu Chircu
Although current behavior barely passes RFC requirements (i.e. it's **correct**), a SIP server should try to be as permissive as possible when *receiving*, yet strictly adhere to recommended RFC behavior when *sending*. And appending unnecessary colons to URI usernames doesn't seem to be too

Re: [OpenSIPS-Devel] [opensips] Opensips 2.1 crash on mysql reconnect using Async(avp_db_query(..), resumeroute) (#572)

2015-07-14 Thread Liviu Chircu
Commit 244140c fixed a bug where this exact type of bug would occur for all bad queries (bad syntax / bad semantics ...) Could you please update your sources to latest 2.1 first? Thanks --- Reply to this email directly or view it on GitHub:

[OpenSIPS-Devel] [OpenSIPS/opensips] 360720: regex: Fix implicit declaration of 'isspace'

2015-07-16 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 36072086f7996af4f1e4f4446017561d706250b3 https://github.com/OpenSIPS/opensips/commit/36072086f7996af4f1e4f4446017561d706250b3 Author: Liviu Chircu li...@opensips.org Date: 2015-07-16 (Thu, 16 Jul 2015

[OpenSIPS-Devel] [OpenSIPS/opensips] 998208: db_virtual: Do not crash if no DB sets are defined

2015-07-16 Thread Liviu Chircu
Branch: refs/heads/2.1 Home: https://github.com/OpenSIPS/opensips Commit: 9982088d3a78bf63ae54411572b0cdac1f87cd45 https://github.com/OpenSIPS/opensips/commit/9982088d3a78bf63ae54411572b0cdac1f87cd45 Author: Liviu Chircu li...@opensips.org Date: 2015-07-16 (Thu, 16 Jul 2015

[OpenSIPS-Devel] [OpenSIPS/opensips] 02a7c0: db_virtual: Do not crash if no DB sets are defined

2015-07-16 Thread Liviu Chircu
Branch: refs/heads/1.11 Home: https://github.com/OpenSIPS/opensips Commit: 02a7c065839045201b39d8500aaa72aca06c8fb0 https://github.com/OpenSIPS/opensips/commit/02a7c065839045201b39d8500aaa72aca06c8fb0 Author: Liviu Chircu li...@opensips.org Date: 2015-07-16 (Thu, 16 Jul 2015

[OpenSIPS-Devel] [OpenSIPS/opensips] 2649a3: for-each statement: Add support for $json iterator...

2015-07-16 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 2649a3a5c30cb9c777bb388043d65bb91c8b67df https://github.com/OpenSIPS/opensips/commit/2649a3a5c30cb9c777bb388043d65bb91c8b67df Author: Liviu Chircu li...@opensips.org Date: 2015-07-16 (Thu, 16 Jul 2015

[OpenSIPS-Devel] [OpenSIPS/opensips] b391ea: db_virtual: Do not crash if no DB sets are defined

2015-07-16 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: b391ea3d25dbe286ddd12d4ffc5f53b32cfdc268 https://github.com/OpenSIPS/opensips/commit/b391ea3d25dbe286ddd12d4ffc5f53b32cfdc268 Author: Liviu Chircu li...@opensips.org Date: 2015-07-16 (Thu, 16 Jul 2015

[OpenSIPS-Devel] [opensips] Cryptic error messages when json.so is not loaded (#574)

2015-07-15 Thread Liviu Chircu
If you happen to forget to load the **json.so** module, you will run into this kind of mess: Jul 15 11:04:10 ip-172-31-4-47 opensips: ERROR:core:pv_parse_spec: pvar json(inner_name) not found Jul 15 11:04:10 ip-172-31-4-47 opensips: ERROR:core:pv_parse_spec: wrong char [j/106] in

[OpenSIPS-Devel] [OpenSIPS/opensips] 4012f5: -c and -C binary args: Properly validate module de...

2015-08-25 Thread Liviu Chircu
Branch: refs/heads/2.1 Home: https://github.com/OpenSIPS/opensips Commit: 4012f50ddb257df3fe3477fea68cc9e9cda54c4c https://github.com/OpenSIPS/opensips/commit/4012f50ddb257df3fe3477fea68cc9e9cda54c4c Author: Liviu Chircu li...@opensips.org Date: 2015-08-25 (Tue, 25 Aug 2015

Re: [OpenSIPS-Devel] [opensips] -C is not checking inter-module dependencies (#616)

2015-08-25 Thread Liviu Chircu
Closed #616 via 82c3fd68b215ba95a7576ce68577cc289c4b858a. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/616#event-391770481___ Devel mailing list Devel@lists.opensips.org

[OpenSIPS-Devel] [OpenSIPS/opensips] 82c3fd: -c and -C binary args: Properly validate module de...

2015-08-25 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 82c3fd68b215ba95a7576ce68577cc289c4b858a https://github.com/OpenSIPS/opensips/commit/82c3fd68b215ba95a7576ce68577cc289c4b858a Author: Liviu Chircu li...@opensips.org Date: 2015-08-25 (Tue, 25 Aug 2015

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:

[OpenSIPS-Devel] [OpenSIPS/opensips] 48b88b: Fix compiler warnings with NO_DEBUG, NO_LOG

2015-10-28 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 48b88bd9a3b054992a9260f4de227af9853c1dea https://github.com/OpenSIPS/opensips/commit/48b88bd9a3b054992a9260f4de227af9853c1dea Author: Liviu Chircu <li...@opensips.org> Date: 2015-10-28 (Wed,

[OpenSIPS-Devel] [OpenSIPS/opensips] ac557f: Fix compiler warnings with NO_DEBUG, NO_LOG

2015-10-28 Thread Liviu Chircu
Branch: refs/heads/2.1 Home: https://github.com/OpenSIPS/opensips Commit: ac557ff107dbdad89a4949e07c8622c377876050 https://github.com/OpenSIPS/opensips/commit/ac557ff107dbdad89a4949e07c8622c377876050 Author: Liviu Chircu <li...@opensips.org> Date: 2015-10-28 (Wed, 28 Oc

[OpenSIPS-Devel] [OpenSIPS/opensips] fa6034: Fix potential memory corruption on TCP write error...

2015-10-27 Thread Liviu Chircu
Branch: refs/heads/1.11 Home: https://github.com/OpenSIPS/opensips Commit: fa6034bd6c462b9520cf0cf15ce520b90b285cf9 https://github.com/OpenSIPS/opensips/commit/fa6034bd6c462b9520cf0cf15ce520b90b285cf9 Author: Liviu Chircu <li...@opensips.org> Date: 2015-10-27 (Tue, 27 Oc

[OpenSIPS-Devel] [OpenSIPS/opensips] 3e1a1a: Fix potential memory corruption on TCP write error...

2015-10-27 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 3e1a1a719215814f983001eef199ad01a263244f https://github.com/OpenSIPS/opensips/commit/3e1a1a719215814f983001eef199ad01a263244f Author: Liviu Chircu <li...@opensips.org> Date: 2015-10-27 (Tue,

[OpenSIPS-Devel] [OpenSIPS/opensips] 34eaed: Fix potential memory corruption on TCP write error...

2015-10-27 Thread Liviu Chircu
Branch: refs/heads/2.1 Home: https://github.com/OpenSIPS/opensips Commit: 34eaedeb5bf1ed47f5170e34c7beffbbd1f52c67 https://github.com/OpenSIPS/opensips/commit/34eaedeb5bf1ed47f5170e34c7beffbbd1f52c67 Author: Liviu Chircu <li...@opensips.org> Date: 2015-10-27 (Tue, 27 Oc

[OpenSIPS-Devel] [OpenSIPS/opensips] 6baba3: dialplan: improve startup error reporting

2015-11-12 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 6baba324ca63355a1dc1833a28880079f082e400 https://github.com/OpenSIPS/opensips/commit/6baba324ca63355a1dc1833a28880079f082e400 Author: Liviu Chircu <li...@opensips.org> Date: 2015-11-12 (Thu,

[OpenSIPS-Devel] [OpenSIPS/opensips] 844fae: Fix `make menuconfig` compile warnings

2015-10-07 Thread Liviu Chircu
Branch: refs/heads/2.1 Home: https://github.com/OpenSIPS/opensips Commit: 844fae530ff073d6bf0bfcdfe6a1042d20301fba https://github.com/OpenSIPS/opensips/commit/844fae530ff073d6bf0bfcdfe6a1042d20301fba Author: Liviu Chircu <li...@opensips.org> Date: 2015-10-07 (Wed, 07 Oc

Re: [OpenSIPS-Devel] [opensips] fix: some sh(busybox) do not support syntax of $(< file) (#678)

2015-10-20 Thread Liviu Chircu
Thanks, @was ! --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/pull/678#issuecomment-149510021___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Re: [OpenSIPS-Devel] [opensips] fix: some sh(busybox) do not support syntax of $(< file) (#678)

2015-10-20 Thread Liviu Chircu
Merged #678. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/pull/678#event-440151707___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

[OpenSIPS-Devel] [OpenSIPS/opensips] ffb255: fix: some sh(busybox) do not support syntax of `$(...

2015-10-20 Thread Liviu Chircu
20 Oct 2015) Changed paths: M scripts/opensipsctl Log Message: --- fix: some sh(busybox) do not support syntax of `$(< file)' Commit: 35451d5c960b5197f6eb0b7b5d77825fca5e34aa https://github.com/OpenSIPS/opensips/commit/35451d5c960b5197f6eb0b7b5d77825fca5e34aa Auth

[OpenSIPS-Devel] [opensips] Add "strict_sql_tables = true" option (#671)

2015-10-12 Thread Liviu Chircu
The global `db_version_table` parameter has one big pitfall: all OpenSIPS tables **must** be created with `opensipsdbctl`. Although this is a solid/recommended way of installing OpenSIPS, real life sometimes imposes some restrictions. For example, some tables (dispatcher, drouting, etc.) may

Re: [OpenSIPS-Devel] Help need to understand the memory log

2015-10-13 Thread Liviu Chircu
, Liviu Chircu OpenSIPS Developer http://www.opensips-solutions.com On 13.10.2015 19:23, surya wrote: Hi Răzvan, Thanks for the response. I am sorry but I still did not understood. I understand that the memory is allocated by some function at some line but how do I know it got freed? I also want

[OpenSIPS-Devel] [OpenSIPS/opensips] 636d72: db_virtual: Do not crash if no DB URLs are defined

2015-07-10 Thread Liviu Chircu
Branch: refs/heads/1.11 Home: https://github.com/OpenSIPS/opensips Commit: 636d72170ef7be65fac113451e1612eca7f83344 https://github.com/OpenSIPS/opensips/commit/636d72170ef7be65fac113451e1612eca7f83344 Author: Liviu Chircu li...@opensips.org Date: 2015-07-10 (Fri, 10 Jul 2015

[OpenSIPS-Devel] [OpenSIPS/opensips] 2b5028: db_virtual: Do not crash if no DB URLs are defined

2015-07-10 Thread Liviu Chircu
Branch: refs/heads/2.1 Home: https://github.com/OpenSIPS/opensips Commit: 2b502814d820b4c701882ae97e9f44b7df42899d https://github.com/OpenSIPS/opensips/commit/2b502814d820b4c701882ae97e9f44b7df42899d Author: Liviu Chircu li...@opensips.org Date: 2015-07-10 (Fri, 10 Jul 2015

[OpenSIPS-Devel] [OpenSIPS/opensips] b523dc: core API: Add detection for async script function ...

2015-07-10 Thread Liviu Chircu
Branch: refs/heads/2.1 Home: https://github.com/OpenSIPS/opensips Commit: b523dc997e483c75eb303f0db63d66e589cd4764 https://github.com/OpenSIPS/opensips/commit/b523dc997e483c75eb303f0db63d66e589cd4764 Author: Liviu Chircu li...@opensips.org Date: 2015-07-10 (Fri, 10 Jul 2015

[OpenSIPS-Devel] [OpenSIPS/opensips] 1e675a: avpops: Proper handling for async with non-async d...

2015-07-09 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 1e675ac0ae07e4dfd4d795beb2eacd0fff8346da https://github.com/OpenSIPS/opensips/commit/1e675ac0ae07e4dfd4d795beb2eacd0fff8346da Author: Liviu Chircu li...@opensips.org Date: 2015-07-09 (Thu, 09 Jul 2015

[OpenSIPS-Devel] [OpenSIPS/opensips] 87acbb: core API: Add detection for async script function ...

2015-07-09 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 87acbbca4ad1f26000bf8bd59f4076100d250438 https://github.com/OpenSIPS/opensips/commit/87acbbca4ad1f26000bf8bd59f4076100d250438 Author: Liviu Chircu li...@opensips.org Date: 2015-07-09 (Thu, 09 Jul 2015

[OpenSIPS-Devel] [OpenSIPS/opensips] 5a832d: db_virtual: Do not crash if no DB URLs are defined

2015-07-09 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 5a832d94bd2af95929a5b8451ee6895a585d6989 https://github.com/OpenSIPS/opensips/commit/5a832d94bd2af95929a5b8451ee6895a585d6989 Author: Liviu Chircu li...@opensips.org Date: 2015-07-09 (Thu, 09 Jul 2015

[OpenSIPS-Devel] [OpenSIPS/opensips] 541553: config parser: Exit if no more memory available

2015-07-09 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 5415531a162093a070990bae6e23af68a0137618 https://github.com/OpenSIPS/opensips/commit/5415531a162093a070990bae6e23af68a0137618 Author: Liviu Chircu li...@opensips.org Date: 2015-07-09 (Thu, 09 Jul 2015

Re: [OpenSIPS-Devel] [opensips] lock_ops.h: added support for debugging locks (#621)

2015-08-27 Thread Liviu Chircu
Really looking forward to using this. It's the type of easily overlooked feature that can turn out to be a huge time saver if the developer/platform maintainer is aware of it! --- Reply to this email directly or view it on GitHub:

Re: [OpenSIPS-Devel] [opensips] $json assign operators (= and :=) (#583)

2015-08-28 Thread Liviu Chircu
Closed #583. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/583#event-394939426___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

[OpenSIPS-Devel] [OpenSIPS/opensips] 4bf31b: DBG_LOCK compile flag: Add menuconfig help line

2015-08-31 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 4bf31be5f66d2e855ed3637054c3bbbd0631e3b6 https://github.com/OpenSIPS/opensips/commit/4bf31be5f66d2e855ed3637054c3bbbd0631e3b6 Author: Liviu Chircu <li...@opensips.org> Date: 2015-08-31 (Mon,

[OpenSIPS-Devel] [OpenSIPS/opensips] a5e23d: lock_ops.h: added support for debugging locks

2015-08-31 Thread Liviu Chircu
(Fri, 28 Aug 2015) Changed paths: M lock_ops.h Log Message: --- lock_ops.h: fixed typo for SYSV semaphores Commit: 89d06e80cb68f41bef56bc4582346deb04d344e5 https://github.com/OpenSIPS/opensips/commit/89d06e80cb68f41bef56bc4582346deb04d344e5 Author: Livi

Re: [OpenSIPS-Devel] [opensips] lock_ops.h: added support for debugging locks (#621)

2015-08-31 Thread Liviu Chircu
Merged #621. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/pull/621#event-396487445___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Re: [OpenSIPS-Devel] [opensips] sqlite avpdb queries are broken (#625)

2015-09-10 Thread Liviu Chircu
Seems like SQLite does not support subqueries in the FROM clause [1], so the idea behind the commit seems to be a good one. [1]: http://www.tutorialspoint.com/sqlite/sqlite_sub_queries.htm --- Reply to this email directly or view it on GitHub:

[OpenSIPS-Devel] [OpenSIPS/opensips] cc8296: cachedb_mongodb: update mongo-c-driver info

2015-09-14 Thread Liviu Chircu
Branch: refs/heads/1.11 Home: https://github.com/OpenSIPS/opensips Commit: cc829695d1d5bdc441ec8ed13a1e0b309ea197d5 https://github.com/OpenSIPS/opensips/commit/cc829695d1d5bdc441ec8ed13a1e0b309ea197d5 Author: Liviu Chircu <li...@opensips.org> Date: 2015-09-14 (Mon, 14 Se

Re: [OpenSIPS-Devel] [opensips] OpenSIPS - crash when terminating a dialog (#712)

2015-12-02 Thread Liviu Chircu
What is the output of `opensips -V`? --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/712#issuecomment-161223882___ Devel mailing list Devel@lists.opensips.org

[OpenSIPS-Devel] [OpenSIPS/opensips] 230fa5: sql_cacher: full caching in mod_init

2015-12-03 Thread Liviu Chircu
in.xml Log Message: --- sql_cacher: update documentation with usage example Commit: 938a88a46ea7073bbe68150fe86716bb1d55d415 https://github.com/OpenSIPS/opensips/commit/938a88a46ea7073bbe68150fe86716bb1d55d415 Author: Liviu Chircu <li...@opensips.org> Date: 2015-12-03

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

2015-12-03 Thread Liviu Chircu
Merged #676. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/pull/676#event-481516311___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Re: [OpenSIPS-Devel] [opensips] SIGSEGV in pkg_malloc/fm_malloc (#721)

2015-12-10 Thread Liviu Chircu
[This feature](https://gitlab.onem.com/onem/sms-routing/issues/32) has been in place in OpenSIPS 1.11+ for almost a year now, if you're using `F_MALLOC` --- Reply to this email directly or view it on GitHub:

[OpenSIPS-Devel] [OpenSIPS/opensips] ec7fb1: menuconfig: add posibility to toggle options in Co...

2016-01-04 Thread Liviu Chircu
mem/mem_dbg_hash.h Log Message: --- fix memory debug hash function collisions caused by integer downcasting when adding line number Commit: a51291f6e592316926391ca6fdd093ea672c08e4 https://github.com/OpenSIPS/opensips/commit/a51291f6e592316926391ca6fdd093ea672c08e4 Autho

Re: [OpenSIPS-Devel] [opensips] Allocator debugging rework (#736)

2016-01-04 Thread Liviu Chircu
Merged #736. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/pull/736#event-504822578___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

[OpenSIPS-Devel] [OpenSIPS/opensips] a6de58: menuconfig: Allow entries to be commented out

2016-01-05 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: a6de5823899a292b6768c11f8f89cf248c5fb59a https://github.com/OpenSIPS/opensips/commit/a6de5823899a292b6768c11f8f89cf248c5fb59a Author: Liviu Chircu <li...@opensips.org> Date: 2016-01-05 (Tue,

Re: [OpenSIPS-Devel] [opensips] sql_cacher: remove pkg memory temporary list (#731)

2016-01-05 Thread Liviu Chircu
Merged #731. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/pull/731#event-505696750___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

[OpenSIPS-Devel] [OpenSIPS/opensips] 33998a: sql_caher: remove pkg memory temporary list

2016-01-05 Thread Liviu Chircu
Commit: 1befb58debef6981c07bfb94e2a844df545ede67 https://github.com/OpenSIPS/opensips/commit/1befb58debef6981c07bfb94e2a844df545ede67 Author: Liviu Chircu <li...@opensips.org> Date: 2016-01-05 (Tue, 05 Jan 2016) Changed paths: M modules/sql_cacher/sql_cacher.c

[OpenSIPS-Devel] [opensips] "time_keeper" process slowly lags behind (#745)

2016-01-06 Thread Liviu Chircu
The sole purpose of the *"time_keeper"* process is to loop infinitely while counting seconds and microseconds. Doing anything else besides that was avoided because it would cause his time keeping duties to gradually offset, thus losing track of time. But simply looping (not to mention also

[OpenSIPS-Devel] [OpenSIPS/opensips] d334a1: dispatcher params: Add support for any whitespace ...

2016-01-08 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: d334a16495f6354f899270e8d5770532fefe758d https://github.com/OpenSIPS/opensips/commit/d334a16495f6354f899270e8d5770532fefe758d Author: Liviu Chircu <li...@opensips.org> Date: 2016-01-08 (Fri,

Re: [OpenSIPS-Devel] [opensips] cachedb_mongodb module crashes when doing a query if mongodb instance is down (#747)

2016-01-08 Thread Liviu Chircu
The crash replicates 100% of the time on my side. All you have to do is to perform *insert* or *remove* operations while shutting down the `mongod`. The idea behind your patch seems okay. However, I want to make sure we aren't using the driver incorrectly, thus causing this NULL field. ---

Re: [OpenSIPS-Devel] [opensips] dialog: ref counting issue (#730)

2015-12-18 Thread Liviu Chircu
Updated issue name and improved its content. Trevor also configured the OS so that future corefiles will not overwrite each other. Waiting for a proper backtrace. --- Reply to this email directly or view it on GitHub:

Re: [OpenSIPS-Devel] [opensips] Opensips 1.8.8 crash in get_ha1 while doing authorization on REGISTER (#688)

2015-11-18 Thread Liviu Chircu
Just FYI, there is an [ongoing discussion](https://github.com/OpenSIPS/opensips/issues/671) regarding _a lot more_ strict SQL column type checking --- Reply to this email directly or view it on GitHub:

Re: [OpenSIPS-Devel] [opensips] dialplan: after inserting a new partition, set the pointer to the next record to NULL (fb3923d)

2015-11-23 Thread Liviu Chircu
Wouldn't `memset()` be a cleaner approach? It would also initialize all those `str` fields. --- Reply to this email directly or view it on GitHub:

Re: [OpenSIPS-Devel] [opensips] Memory leak/out of memory when using proto_wss (#743)

2016-01-11 Thread Liviu Chircu
`-DDBG_QM_MALLOC` was restructured (see https://github.com/OpenSIPS/opensips/pull/736), so it does not have any impact anymore on master. In short, each of the 3 current stable allocators now has its debugging version, available through `-DDBG_MALLOC`. Readability of the entire fragment dump

[OpenSIPS-Devel] [OpenSIPS/opensips] 1cf199: dispatcher doc: Improve "partition" param section

2016-01-08 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 1cf1997feb8507ff06cff874855aae8ef0ba206b https://github.com/OpenSIPS/opensips/commit/1cf1997feb8507ff06cff874855aae8ef0ba206b Author: Liviu Chircu <li...@opensips.org> Date: 2016-01-08 (Fri,

[OpenSIPS-Devel] [OpenSIPS/opensips] f4b81d: Fix several print formatting bugs

2016-01-08 Thread Liviu Chircu
Branch: refs/heads/2.1 Home: https://github.com/OpenSIPS/opensips Commit: f4b81d3ddffd1083b976c168b8fe8c4bd483ad63 https://github.com/OpenSIPS/opensips/commit/f4b81d3ddffd1083b976c168b8fe8c4bd483ad63 Author: Liviu Chircu <li...@opensips.org> Date: 2016-01-08 (Fri, 08 Ja

[OpenSIPS-Devel] [OpenSIPS/opensips] e0c0a5: Fix several print formatting bugs

2016-01-08 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: e0c0a54ca599c0de9fa84ab6482a5698bf199e3b https://github.com/OpenSIPS/opensips/commit/e0c0a54ca599c0de9fa84ab6482a5698bf199e3b Author: Liviu Chircu <li...@opensips.org> Date: 2016-01-08 (Fri,

[OpenSIPS-Devel] [OpenSIPS/opensips] a752c5: regex: Fix implicit declaration of 'isspace'

2016-01-08 Thread Liviu Chircu
Branch: refs/heads/2.1 Home: https://github.com/OpenSIPS/opensips Commit: a752c5338848f9925006ce6cd84fe38bd10e6376 https://github.com/OpenSIPS/opensips/commit/a752c5338848f9925006ce6cd84fe38bd10e6376 Author: Liviu Chircu <li...@opensips.org> Date: 2016-01-08 (Fri, 08 Ja

[OpenSIPS-Devel] [OpenSIPS/opensips] 2e5160: cachedb_mongodb: Fix crash when losing DB connecti...

2016-01-08 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 2e5160e5e1d895a5694ba4297058e1ca587e787a https://github.com/OpenSIPS/opensips/commit/2e5160e5e1d895a5694ba4297058e1ca587e787a Author: Liviu Chircu <li...@opensips.org> Date: 2016-01-08 (Fri,

Re: [OpenSIPS-Devel] [opensips] cachedb_mongodb module crashes when doing a query if mongodb instance is down (#747)

2016-01-08 Thread Liviu Chircu
Closed #747. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/747#event-509412276___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

[OpenSIPS-Devel] [OpenSIPS/opensips] 5d1d63: cachedb_mongodb: Fix crash when losing DB connecti...

2016-01-08 Thread Liviu Chircu
Branch: refs/heads/2.1 Home: https://github.com/OpenSIPS/opensips Commit: 5d1d634ea4d22a6cd0e419413e82eebe41153603 https://github.com/OpenSIPS/opensips/commit/5d1d634ea4d22a6cd0e419413e82eebe41153603 Author: Liviu Chircu <li...@opensips.org> Date: 2016-01-08 (Fri, 08 Ja

[OpenSIPS-Devel] [OpenSIPS/opensips] 490233: cachedb_mongodb: Fix crash when losing DB connecti...

2016-01-08 Thread Liviu Chircu
Branch: refs/heads/1.11 Home: https://github.com/OpenSIPS/opensips Commit: 4902336df2a507d31f23a57059cf9416817cf3ad https://github.com/OpenSIPS/opensips/commit/4902336df2a507d31f23a57059cf9416817cf3ad Author: Liviu Chircu <li...@opensips.org> Date: 2016-01-08 (Fri, 08 Ja

[OpenSIPS-Devel] [OpenSIPS/opensips] eef55c: opensipsdbctl: Properly create "clusterer" and "tl...

2016-01-13 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: eef55c9995ac6cab772623efcc284073b5eee360 https://github.com/OpenSIPS/opensips/commit/eef55c9995ac6cab772623efcc284073b5eee360 Author: Liviu Chircu <li...@opensips.org> Date: 2016-01-13 (Wed,

Re: [OpenSIPS-Devel] [opensips] fix calls per minute for fraud_detection module (#665)

2016-01-12 Thread Liviu Chircu
Merged #665. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/pull/665#event-512254028___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Re: [OpenSIPS-Devel] [opensips] fraud_detection: calls_per_minute issue (#432)

2016-01-12 Thread Liviu Chircu
Closed #432. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/432#event-512277721___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Re: [OpenSIPS-Devel] [opensips] fraud_detection: calls_per_minute issue (#432)

2016-01-12 Thread Liviu Chircu
Fixed in #665 --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/432#issuecomment-170882953___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

[OpenSIPS-Devel] [OpenSIPS/opensips] dd25c6: fix calls per minute for fraud_detection module

2016-01-12 Thread Liviu Chircu
) + t0 - this invalidates all the calls we knew of since the window is not does not contains calls newer than the last 60 seconds; Commit: acb9f728b2385e2c7ee47e01314ff52ad6ae3a0d https://github.com/OpenSIPS/opensips/commit/acb9f728b2385e2c7ee47e01314ff52ad6ae3a0d Author: Liviu Chir

[OpenSIPS-Devel] [OpenSIPS/opensips] f923d2: Fix a TLS connection matching bug

2016-06-09 Thread Liviu Chircu
Branch: refs/heads/1.11 Home: https://github.com/OpenSIPS/opensips Commit: f923d2f6eaa7f5b851b9484f04edc2cc41253e38 https://github.com/OpenSIPS/opensips/commit/f923d2f6eaa7f5b851b9484f04edc2cc41253e38 Author: Liviu Chircu <li...@opensips.org> Date: 2016-06-09 (Thu, 09 Ju

[OpenSIPS-Devel] [OpenSIPS/opensips] 3e5fe6: mi_xmlrpc_ng: Fix a shared memory leak

2016-05-25 Thread Liviu Chircu
Branch: refs/heads/2.1 Home: https://github.com/OpenSIPS/opensips Commit: 3e5fe64737a49cd0787f89270c4fbf78fb7d39f1 https://github.com/OpenSIPS/opensips/commit/3e5fe64737a49cd0787f89270c4fbf78fb7d39f1 Author: Liviu Chircu <li...@opensips.org> Date: 2016-05-25 (Wed, 25 Ma

[OpenSIPS-Devel] [OpenSIPS/opensips] 97ace2: Improve error reporting for unknown script vars

2016-05-26 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 97ace293dd4c7eb2fe8cd8fbee693455a5737861 https://github.com/OpenSIPS/opensips/commit/97ace293dd4c7eb2fe8cd8fbee693455a5737861 Author: Liviu Chircu <li...@opensips.org> Date: 2016-05-26 (Thu,

[OpenSIPS-Devel] [OpenSIPS/opensips] e98d96: Improve error reporting for unknown script vars

2016-05-26 Thread Liviu Chircu
Branch: refs/heads/2.2 Home: https://github.com/OpenSIPS/opensips Commit: e98d96affa54daad36c2491ced107c8b222d6e9c https://github.com/OpenSIPS/opensips/commit/e98d96affa54daad36c2491ced107c8b222d6e9c Author: Liviu Chircu <li...@opensips.org> Date: 2016-05-26 (Thu, 26 Ma

[OpenSIPS-Devel] [OpenSIPS/opensips] b0f29c: Improve error reporting for unknown script vars

2016-05-26 Thread Liviu Chircu
Branch: refs/heads/1.11 Home: https://github.com/OpenSIPS/opensips Commit: b0f29c642febba34fc1e0c59f216fd6d59f9c023 https://github.com/OpenSIPS/opensips/commit/b0f29c642febba34fc1e0c59f216fd6d59f9c023 Author: Liviu Chircu <li...@opensips.org> Date: 2016-05-26 (Thu, 26 Ma

[OpenSIPS-Devel] [OpenSIPS/opensips] 4dd88e: dialplan: Fix a rule tie-breaking bug

2016-05-26 Thread Liviu Chircu
Branch: refs/heads/2.2 Home: https://github.com/OpenSIPS/opensips Commit: 4dd88e8df8b8302fccf6cb94bdd1eac5a589b47a https://github.com/OpenSIPS/opensips/commit/4dd88e8df8b8302fccf6cb94bdd1eac5a589b47a Author: Liviu Chircu <li...@opensips.org> Date: 2016-05-26 (Thu, 26 Ma

[OpenSIPS-Devel] [OpenSIPS/opensips] cbdd79: dialplan: Fix a rule tie-breaking bug

2016-05-26 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: cbdd79ab3f6d772c6ef1fb7afc44990e9cad294e https://github.com/OpenSIPS/opensips/commit/cbdd79ab3f6d772c6ef1fb7afc44990e9cad294e Author: Liviu Chircu <li...@opensips.org> Date: 2016-05-26 (Thu,

[OpenSIPS-Devel] [OpenSIPS/opensips] 9c6649: dialplan: Fix a rule tie-breaking bug

2016-05-26 Thread Liviu Chircu
Branch: refs/heads/2.1 Home: https://github.com/OpenSIPS/opensips Commit: 9c664918858c4e6aa14ccfd9a5b151a28eb7f9c2 https://github.com/OpenSIPS/opensips/commit/9c664918858c4e6aa14ccfd9a5b151a28eb7f9c2 Author: Liviu Chircu <li...@opensips.org> Date: 2016-05-26 (Thu, 26 Ma

[OpenSIPS-Devel] [OpenSIPS/opensips] 22404a: dialplan: Fix a rule tie-breaking bug

2016-05-26 Thread Liviu Chircu
Branch: refs/heads/1.11 Home: https://github.com/OpenSIPS/opensips Commit: 22404a1c2d5bc14ddadff5f34a7b58e9cf418f1a https://github.com/OpenSIPS/opensips/commit/22404a1c2d5bc14ddadff5f34a7b58e9cf418f1a Author: Liviu Chircu <li...@opensips.org> Date: 2016-05-26 (Thu, 26 Ma

[OpenSIPS-Devel] [OpenSIPS/opensips] 270b75: dialplan: Improve documentation

2016-05-26 Thread Liviu Chircu
Branch: refs/heads/2.2 Home: https://github.com/OpenSIPS/opensips Commit: 270b7574fafac5da0d318a6e5e93fec69a5dac4a https://github.com/OpenSIPS/opensips/commit/270b7574fafac5da0d318a6e5e93fec69a5dac4a Author: Liviu Chircu <li...@opensips.org> Date: 2016-05-26 (Thu, 26 Ma

[OpenSIPS-Devel] [OpenSIPS/opensips] 47c66e: dialplan: Improve documentation

2016-05-26 Thread Liviu Chircu
Branch: refs/heads/1.11 Home: https://github.com/OpenSIPS/opensips Commit: 47c66e61fa42483f61efeead2f96b08dc392ae53 https://github.com/OpenSIPS/opensips/commit/47c66e61fa42483f61efeead2f96b08dc392ae53 Author: Liviu Chircu <li...@opensips.org> Date: 2016-05-26 (Thu, 26 Ma

[OpenSIPS-Devel] [OpenSIPS/opensips] 4081fa: load_balancer: Fix a possible crash

2016-06-01 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 4081fa349eeb1d3836186bfb0a56c41e7081c330 https://github.com/OpenSIPS/opensips/commit/4081fa349eeb1d3836186bfb0a56c41e7081c330 Author: Liviu Chircu <li...@opensips.org> Date: 2016-06-01 (Wed,

[OpenSIPS-Devel] [OpenSIPS/opensips] 58a944: usrloc User-Agent filtering: Fix memory corruption

2016-06-16 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 58a944cddbfbe7aab47a3e296d8aba5d36454a1e https://github.com/OpenSIPS/opensips/commit/58a944cddbfbe7aab47a3e296d8aba5d36454a1e Author: Liviu Chircu <li...@opensips.org> Date: 2016-06-16 (Thu,

[OpenSIPS-Devel] [OpenSIPS/opensips] 03398f: Refactor commit 58a944cd

2016-06-24 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 03398fbf59b485a566afc9f3654afb7b7d185e6e https://github.com/OpenSIPS/opensips/commit/03398fbf59b485a566afc9f3654afb7b7d185e6e Author: Liviu Chircu <li...@opensips.org> Date: 2016-06-24 (Fri,

[OpenSIPS-Devel] [Release] OpenSIPS 1.11.8

2016-06-17 Thread Liviu Chircu
and changelogs are available at: http://opensips.org/pub/opensips/1.11.8/ Enjoy! -- Liviu Chircu OpenSIPS Developer http://www.opensips-solutions.com ___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

[OpenSIPS-Devel] [OpenSIPS/opensips] 1f7d58: fixing coverity found defects - invalid memory acc...

2016-01-18 Thread Liviu Chircu
dd41a63f29fa33faecaef5) Commit: ccce2e69e497e6c1fe68584b6a5684e3078034d1 https://github.com/OpenSIPS/opensips/commit/ccce2e69e497e6c1fe68584b6a5684e3078034d1 Author: Liviu Chircu <li...@opensips.org> Date: 2016-01-18 (Mon, 18 Jan 2016) Changed paths: M modules/mi_fifo/fifo_fnc.c

[OpenSIPS-Devel] [opensips] 2.1 dispatcher: Unnecessary mandatory "db_url" modparam (#760)

2016-01-16 Thread Liviu Chircu
The 2.1 dispatcher includes partition support. However, one must also define the `db_url` modparam, although it may not be used at all. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/760___ Devel

Re: [OpenSIPS-Devel] [opensips] Critical security fixes: memory corruption, invalid read, null dereferences, overflows (#719)

2016-01-14 Thread Liviu Chircu
But it's still not NULL-terminated! Here's the proper fix: ``` size_t len = strlen(sec); if (len > LONGKEYBUFF - 1) len = LONGKEYBUFF - 1; strncpy(longkey, sec, len + 1); ``` --- Reply to this email directly or view it on GitHub:

Re: [OpenSIPS-Devel] [opensips] Critical security fixes: memory corruption, invalid read, null dereferences, overflows (#719)

2016-01-14 Thread Liviu Chircu
Thank you for taking the time to solve all these issues! @razvancrainea said he's actually going to Coverity analysis integration with OpenSIPS on GitHub! --- Reply to this email directly or view it on GitHub:

[OpenSIPS-Devel] [OpenSIPS/opensips] 57a7bf: fixing coverity found defects - invalid memory acc...

2016-01-14 Thread Liviu Chircu
erry picked from commit fd57609f5411e622dca593b729e1826269243c5b) Commit: 83f459781eb662c351f6edaaa088443a34ca2136 https://github.com/OpenSIPS/opensips/commit/83f459781eb662c351f6edaaa088443a34ca2136 Author: Liviu Chircu <li...@opensips.org> Date: 2016-01-14 (Thu, 14 Jan 2016) Changed paths: M module

Re: [OpenSIPS-Devel] [opensips] Critical security fixes: memory corruption, invalid read, null dereferences, overflows (#719)

2016-01-14 Thread Liviu Chircu
Merged #719. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/pull/719#event-515205014___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

[OpenSIPS-Devel] [OpenSIPS/opensips] 12af96: Fix undefined function

2016-06-25 Thread Liviu Chircu
Branch: refs/heads/1.11 Home: https://github.com/OpenSIPS/opensips Commit: 12af967f0b209ae06880064968c7b1dc035bdee4 https://github.com/OpenSIPS/opensips/commit/12af967f0b209ae06880064968c7b1dc035bdee4 Author: Liviu Chircu <li...@opensips.org> Date: 2016-06-25 (Sat, 25 Ju

[OpenSIPS-Devel] [OpenSIPS/opensips] 055730: Fix compiler warning

2016-06-25 Thread Liviu Chircu
Branch: refs/heads/2.1 Home: https://github.com/OpenSIPS/opensips Commit: 055730a1000900a4812b7ab7bb320619ef3981b5 https://github.com/OpenSIPS/opensips/commit/055730a1000900a4812b7ab7bb320619ef3981b5 Author: Liviu Chircu <li...@opensips.org> Date: 2016-06-25 (Sat, 25 Ju

[OpenSIPS-Devel] [OpenSIPS/opensips] 0c709f: Fix compiler warning

2016-06-25 Thread Liviu Chircu
Branch: refs/heads/2.2 Home: https://github.com/OpenSIPS/opensips Commit: 0c709f9f7d18728098563eca4f4459db1b25eef3 https://github.com/OpenSIPS/opensips/commit/0c709f9f7d18728098563eca4f4459db1b25eef3 Author: Liviu Chircu <li...@opensips.org> Date: 2016-06-25 (Sat, 25 Ju

[OpenSIPS-Devel] [OpenSIPS/opensips] 376579: Fix compiler warning

2016-06-25 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 376579fa53abb6fc16de76a3070d082c9d958165 https://github.com/OpenSIPS/opensips/commit/376579fa53abb6fc16de76a3070d082c9d958165 Author: Liviu Chircu <li...@opensips.org> Date: 2016-06-25 (Sat,

Re: [OpenSIPS-Devel] [opensips] 2.1.1 segfault (#782)

2016-02-08 Thread Liviu Chircu
Looks like some memory is being overwritten. Does the following string mean anything in your script logic? 3964#1:p Also, could you provide the exact script file you used to cause this behaviour? If privacy is a concern, you may email it to li...@opensips.org --- Reply to this email

[OpenSIPS-Devel] [OpenSIPS/opensips] 037e25: Update ViM syntax file

2016-02-12 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 037e25954aca5252930c4060105e9c61a078ffb4 https://github.com/OpenSIPS/opensips/commit/037e25954aca5252930c4060105e9c61a078ffb4 Author: Liviu Chircu <li...@opensips.org> Date: 2016-02-12 (Fri,

<    2   3   4   5   6   7   8   9   10   11   >