[OpenSIPS-Devel] [OpenSIPS/opensips] fc944e: dialplan: prevent memory corruption when parsing d...

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

Re: [OpenSIPS-Devel] [opensips] New assert script keyword for script debugging (#313)

2014-08-26 Thread Liviu Chircu
Code looks ok, coding style is close to ideal, except for a couple of spaces between operators (no harm done). Also, since the format expansion feature seems useful, it will go on the [TODO list](http://www.opensips.org/About/Version-1-12-0). Thank you for the contribution, Damien! --- Reply

[OpenSIPS-Devel] [OpenSIPS/opensips] 877d6b: New assert script keyword for script debugging

2014-08-26 Thread Liviu Chircu
://github.com/OpenSIPS/opensips/commit/23bb7c69b6e1df714bacce60081b51e848906ce1 Author: Liviu Chircu li...@opensips.org Date: 2014-08-26 (Tue, 26 Aug 2014) Changed paths: M action.c M cfg.lex M cfg.y M errinfo.h M globals.h M main.c M route_struct.c M

Re: [OpenSIPS-Devel] [opensips] New assert script keyword for script debugging (#313)

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

Re: [OpenSIPS-Devel] [opensips] Loading a db_text file with one unterminated line causes crash (#308)

2014-08-26 Thread Liviu Chircu
I've replicated this exact crash on 1.11. I've also found out that if a space char (0x20) is added at the end, although the column line is still missing the ending newline, OpenSIPS reports this as an error and shuts down. --- Reply to this email directly or view it on GitHub:

[OpenSIPS-Devel] [opensips] [master] db_text crash on shutdown (in mem debug mode) (#314)

2014-08-26 Thread Liviu Chircu
Replication method: dialog (pPB, db_mode=1) with db_text backend. Create an ongoing call, gracefully shutdown OpenSIPS (killall opensips), and db_text should crash with: Aug 26 17:31:47 [31079] CRITICAL:core:qm_free: freeing already freed pointer, first free: dbt_tb.c: dbt_table_free(263) -

[OpenSIPS-Devel] [OpenSIPS/opensips] a2172b: db_text: fix issues when database file is missing ...

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

[OpenSIPS-Devel] [OpenSIPS/opensips] 993385: db_text: fix issues when database file is missing ...

2014-08-26 Thread Liviu Chircu
Branch: refs/heads/1.11 Home: https://github.com/OpenSIPS/opensips Commit: 993385ef5a04982f9283b98dfca885b41ab1c442 https://github.com/OpenSIPS/opensips/commit/993385ef5a04982f9283b98dfca885b41ab1c442 Author: Liviu Chircu li...@opensips.org Date: 2014-08-26 (Tue, 26 Aug 2014

Re: [OpenSIPS-Devel] [opensips] Loading a db_text file with one unterminated line causes crash (#308)

2014-08-26 Thread Liviu Chircu
Fixed on master and backported to 1.11, 1.10 and 1.8 (a2172b25). Thank you for reporting! --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/308#issuecomment-53430689___ Devel mailing list

Re: [OpenSIPS-Devel] [opensips] Loading a db_text file with one unterminated line causes crash (#308)

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

[OpenSIPS-Devel] [OpenSIPS/opensips] 603f4d: dialplan: fix incorrect ERROR on shutdown

2014-08-26 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 603f4dc8bccc07661f2700c24c21dc39d1e24d9c https://github.com/OpenSIPS/opensips/commit/603f4dc8bccc07661f2700c24c21dc39d1e24d9c Author: Liviu Chircu li...@opensips.org Date: 2014-08-26 (Tue, 26 Aug 2014

[OpenSIPS-Devel] [OpenSIPS/opensips] e27d79: db_text: fix issues when database file is missing ...

2014-08-26 Thread Liviu Chircu
Branch: refs/heads/1.8 Home: https://github.com/OpenSIPS/opensips Commit: e27d798dafb50ff105ba02d2deef71d467833b3e https://github.com/OpenSIPS/opensips/commit/e27d798dafb50ff105ba02d2deef71d467833b3e Author: Liviu Chircu li...@opensips.org Date: 2014-08-26 (Tue, 26 Aug 2014

[OpenSIPS-Devel] [OpenSIPS/opensips] a50060: db_text: fix issues when database file is missing ...

2014-08-26 Thread Liviu Chircu
Branch: refs/heads/1.10 Home: https://github.com/OpenSIPS/opensips Commit: a50060fc95094468bbe9c5d721373b36ae90942d https://github.com/OpenSIPS/opensips/commit/a50060fc95094468bbe9c5d721373b36ae90942d Author: Liviu Chircu li...@opensips.org Date: 2014-08-26 (Tue, 26 Aug 2014

[OpenSIPS-Devel] [OpenSIPS/opensips] 1334ca: lua, perl: fix compilation issues (from commit dcc...

2014-08-30 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 1334ca30f585b4c7a23a6fc498622358905a7fec https://github.com/OpenSIPS/opensips/commit/1334ca30f585b4c7a23a6fc498622358905a7fec Author: Liviu Chircu li...@opensips.org Date: 2014-08-30 (Sat, 30 Aug 2014

[OpenSIPS-Devel] [opensips] [master] cpl-c timer_avp is broken (#317)

2014-09-01 Thread Liviu Chircu
Code needs to be updated in order to work with the new timeout variables from tm. Most likely tm needs to export additional functions. This would not be a problem, since cpl-c already depends on tm. --- Reply to this email directly or view it on GitHub:

Re: [OpenSIPS-Devel] [opensips] Dialplan Features/Patch Backport (#318)

2014-09-01 Thread Liviu Chircu
Also, while you're fixing that issue, could you please open a clean Pull Request without Merge 200 commits ? You can extract a commit (together with its message!) with: git format-patch -1 sha_id_of_commit Then you could create a fresh new up-to-date fork and re-apply your commit(s) with:

Re: [OpenSIPS-Devel] [opensips] Dialplan Features/Patch Backport (#319)

2014-09-02 Thread Liviu Chircu
The testing method seems ok. Waiting for the final patch, then! --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/pull/319#issuecomment-54188924___ Devel mailing list Devel@lists.opensips.org

Re: [OpenSIPS-Devel] [opensips] Dialplan Features/Patch Backport (#319)

2014-09-03 Thread Liviu Chircu
Checkout the master branch: git checkout master Rebase against your other branch: git rebase dialplan_newfeatures Push the changes to your forked repository. The Pull Request should update itself. git push --- Reply to this email directly or view it on GitHub:

Re: [OpenSIPS-Devel] [opensips] Dialplan Features/Patch Backport (#319)

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

Re: [OpenSIPS-Devel] [opensips] Dialplan Features/Patch Backport (#319)

2014-09-04 Thread Liviu Chircu
Everything looks ok now, Parantido. Thank you for the work invested! I will take care of updating the VERSION and dbschema. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/pull/319#issuecomment-54440881___

[OpenSIPS-Devel] [OpenSIPS/opensips] 5e59cb: Merge pull request #1 from OpenSIPS/master

2014-09-04 Thread Liviu Chircu
https://github.com/OpenSIPS/opensips/commit/6f8e32db6f2d75dcd0bb29858feabe15d2097897 Author: Liviu Chircu li...@opensips.org Date: 2014-09-04 (Thu, 04 Sep 2014) Changed paths: M modules/dialplan/dialplan.c M modules/dialplan/dialplan.h M modules/dialplan/dp_db.c M modules

[OpenSIPS-Devel] [OpenSIPS/opensips] e75021: dialplan: db schema update

2014-09-04 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: e7502169b12bb991cfbc123b7465bf1ac484a5d2 https://github.com/OpenSIPS/opensips/commit/e7502169b12bb991cfbc123b7465bf1ac484a5d2 Author: Liviu Chircu li...@opensips.org Date: 2014-09-04 (Thu, 04 Sep 2014

[OpenSIPS-Devel] [OpenSIPS/opensips] 24724f: regenerate SQL scripts

2014-09-04 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 24724fd385ff273b55e3542d2695088bba950c65 https://github.com/OpenSIPS/opensips/commit/24724fd385ff273b55e3542d2695088bba950c65 Author: Liviu Chircu li...@opensips.org Date: 2014-09-04 (Thu, 04 Sep 2014

Re: [OpenSIPS-Devel] [opensips] Dialplan Features/Patch merge (#271)

2014-09-04 Thread Liviu Chircu
Closed #271. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/pull/271#event-161079913___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

[OpenSIPS-Devel] [OpenSIPS/opensips] f6685a: dialplan: do not start if a partition fails to ini...

2014-09-04 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: f6685a527de7165efe7edefd9c1e78cbb2d3eacd https://github.com/OpenSIPS/opensips/commit/f6685a527de7165efe7edefd9c1e78cbb2d3eacd Author: Liviu Chircu li...@opensips.org Date: 2014-09-04 (Thu, 04 Sep 2014

Re: [OpenSIPS-Devel] [opensips] Following patch will add Time Recurrence features to dialplan module: (#185)

2014-09-05 Thread Liviu Chircu
Closed #185. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/pull/185#event-161652487___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

[OpenSIPS-Devel] [OpenSIPS/opensips] 2ff79d: dialplan DB schema: complete commit e7502169

2014-09-11 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 2ff79d9c0a8013fbd1f80e16e4fa838b98c88e68 https://github.com/OpenSIPS/opensips/commit/2ff79d9c0a8013fbd1f80e16e4fa838b98c88e68 Author: Liviu Chircu li...@opensips.org Date: 2014-09-11 (Thu, 11 Sep 2014

[OpenSIPS-Devel] [OpenSIPS/opensips] 32f2c2: cachedb_memcached: extend the host+port printing b...

2014-09-17 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 32f2c2434e99802e90e6166de18ad7523f19a603 https://github.com/OpenSIPS/opensips/commit/32f2c2434e99802e90e6166de18ad7523f19a603 Author: Liviu Chircu li...@opensips.org Date: 2014-09-17 (Wed, 17 Sep 2014

[OpenSIPS-Devel] [OpenSIPS/opensips] 611e85: cachedb_memcached: extend the host+port printing b...

2014-09-17 Thread Liviu Chircu
Branch: refs/heads/1.11 Home: https://github.com/OpenSIPS/opensips Commit: 611e85f5b2a7e99ac66fc0db16be76d14a3bd52f https://github.com/OpenSIPS/opensips/commit/611e85f5b2a7e99ac66fc0db16be76d14a3bd52f Author: Liviu Chircu li...@opensips.org Date: 2014-09-17 (Wed, 17 Sep 2014

[OpenSIPS-Devel] [OpenSIPS/opensips] d7e3d3: cachedb_memcached: extend the host+port printing b...

2014-09-17 Thread Liviu Chircu
Branch: refs/heads/1.8 Home: https://github.com/OpenSIPS/opensips Commit: d7e3d3755085387095bee9496dbea58ed14bd96b https://github.com/OpenSIPS/opensips/commit/d7e3d3755085387095bee9496dbea58ed14bd96b Author: Liviu Chircu li...@opensips.org Date: 2014-09-17 (Wed, 17 Sep 2014

[OpenSIPS-Devel] [OpenSIPS/opensips] d205f0: opensipsctl: Improve error reporting

2014-09-24 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: d205f017c8b0475837f5cd4096e026ab6f773d6c https://github.com/OpenSIPS/opensips/commit/d205f017c8b0475837f5cd4096e026ab6f773d6c Author: Liviu Chircu li...@opensips.org Date: 2014-09-24 (Wed, 24 Sep 2014

[OpenSIPS-Devel] [OpenSIPS/opensips] 48cf32: opensipsctl: complete commit d205f017

2014-09-24 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 48cf32f9a9a3b63f34a895342455addb60ee73c0 https://github.com/OpenSIPS/opensips/commit/48cf32f9a9a3b63f34a895342455addb60ee73c0 Author: Liviu Chircu li...@opensips.org Date: 2014-09-24 (Wed, 24 Sep 2014

Re: [OpenSIPS-Devel] [opensips] Core dump at db_unixodbc (#270)

2014-09-24 Thread Liviu Chircu
Sorry for completely not responding to this... I kept postponing it because I knew you had a temporary fix. I will try to make some progress in the upcoming days. --- Reply to this email directly or view it on GitHub:

[OpenSIPS-Devel] [OpenSIPS/opensips] e7bccd: dispatcher: ds_is_in_list() - allow non-PV params

2014-09-29 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: e7bccdaeba0a634bbce56ef6890f268e2935c9a5 https://github.com/OpenSIPS/opensips/commit/e7bccdaeba0a634bbce56ef6890f268e2935c9a5 Author: Liviu Chircu li...@opensips.org Date: 2014-09-29 (Mon, 29 Sep 2014

[OpenSIPS-Devel] [OpenSIPS/opensips] caec1a: new string transformations: s.fill.left / s.fill.r...

2014-09-30 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: caec1a5b4e09707ce6ef148b751784c8ccdf015b https://github.com/OpenSIPS/opensips/commit/caec1a5b4e09707ce6ef148b751784c8ccdf015b Author: Liviu Chircu li...@opensips.org Date: 2014-09-30 (Tue, 30 Sep 2014

[OpenSIPS-Devel] [OpenSIPS/opensips] e5ccde: cachedb_sql: fix pkg memory leak

2014-10-01 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: e5ccde131eb72debd9aa400ced2e1e31bd61612d https://github.com/OpenSIPS/opensips/commit/e5ccde131eb72debd9aa400ced2e1e31bd61612d Author: Liviu Chircu li...@opensips.org Date: 2014-10-01 (Wed, 01 Oct 2014

[OpenSIPS-Devel] [OpenSIPS/opensips] f7d30b: cachedb_sql: fix pkg memory leak

2014-10-01 Thread Liviu Chircu
Branch: refs/heads/1.11 Home: https://github.com/OpenSIPS/opensips Commit: f7d30b6e6ec8a6bea58bccc99b6b107a8dd0c340 https://github.com/OpenSIPS/opensips/commit/f7d30b6e6ec8a6bea58bccc99b6b107a8dd0c340 Author: Liviu Chircu li...@opensips.org Date: 2014-10-01 (Wed, 01 Oct 2014

[OpenSIPS-Devel] [OpenSIPS/opensips] 2e7ba7: cachedb_sql: fix pkg memory leak

2014-10-01 Thread Liviu Chircu
Branch: refs/heads/1.10 Home: https://github.com/OpenSIPS/opensips Commit: 2e7ba71b82c00c961f870dca2d881cfe9712105e https://github.com/OpenSIPS/opensips/commit/2e7ba71b82c00c961f870dca2d881cfe9712105e Author: Liviu Chircu li...@opensips.org Date: 2014-10-01 (Wed, 01 Oct 2014

[OpenSIPS-Devel] [OpenSIPS/opensips] b0deb6: cachedb_sql: properly fix git conflict (from f7d30...

2014-10-01 Thread Liviu Chircu
Branch: refs/heads/1.11 Home: https://github.com/OpenSIPS/opensips Commit: b0deb69be94633472681eb91dddb3b63f0be8bd5 https://github.com/OpenSIPS/opensips/commit/b0deb69be94633472681eb91dddb3b63f0be8bd5 Author: Liviu Chircu li...@opensips.org Date: 2014-10-01 (Wed, 01 Oct 2014

[OpenSIPS-Devel] [OpenSIPS/opensips] 23ea16: cachedb_sql: properly fix git conflict (from f7d30...

2014-10-01 Thread Liviu Chircu
Branch: refs/heads/1.10 Home: https://github.com/OpenSIPS/opensips Commit: 23ea1643bf1227e1db4450bc378e3fbc849c7791 https://github.com/OpenSIPS/opensips/commit/23ea1643bf1227e1db4450bc378e3fbc849c7791 Author: Liviu Chircu li...@opensips.org Date: 2014-10-01 (Wed, 01 Oct 2014

[OpenSIPS-Devel] [OpenSIPS/opensips] bd4651: exec: reduce impact of the Shellshock bash exploit

2014-10-01 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: bd4651700e8c81849f01c8ea716dfafd44fc9780 https://github.com/OpenSIPS/opensips/commit/bd4651700e8c81849f01c8ea716dfafd44fc9780 Author: Liviu Chircu li...@opensips.org Date: 2014-10-01 (Wed, 01 Oct 2014

[OpenSIPS-Devel] [OpenSIPS/opensips] 245629: exec: reduce impact of the Shellshock bash exploit

2014-10-01 Thread Liviu Chircu
Branch: refs/heads/1.11 Home: https://github.com/OpenSIPS/opensips Commit: 2456295ffb23ddbe219c14571ec2e9d34969f5d9 https://github.com/OpenSIPS/opensips/commit/2456295ffb23ddbe219c14571ec2e9d34969f5d9 Author: Liviu Chircu li...@opensips.org Date: 2014-10-01 (Wed, 01 Oct 2014

[OpenSIPS-Devel] [OpenSIPS/opensips] c39420: exec: reduce impact of the Shellshock bash exploit

2014-10-01 Thread Liviu Chircu
Branch: refs/heads/1.8 Home: https://github.com/OpenSIPS/opensips Commit: c3942032233ec3f27f3bc8a7bc2581d10392fffa https://github.com/OpenSIPS/opensips/commit/c3942032233ec3f27f3bc8a7bc2581d10392fffa Author: Liviu Chircu li...@opensips.org Date: 2014-10-01 (Wed, 01 Oct 2014

[OpenSIPS-Devel] [OpenSIPS/opensips] 84954c: exec: reduce impact of the Shellshock bash exploit

2014-10-01 Thread Liviu Chircu
Branch: refs/heads/1.10 Home: https://github.com/OpenSIPS/opensips Commit: 84954c6a8d581b5c601f8bace400922a41c05d5b https://github.com/OpenSIPS/opensips/commit/84954c6a8d581b5c601f8bace400922a41c05d5b Author: Liviu Chircu li...@opensips.org Date: 2014-10-01 (Wed, 01 Oct 2014

[OpenSIPS-Devel] [OpenSIPS/opensips] 100eca: exec: disable 'setvars' on all OpenSIPS versions

2014-10-01 Thread Liviu Chircu
Branch: refs/heads/1.11 Home: https://github.com/OpenSIPS/opensips Commit: 100ecaf8de390582eab0d6110b6a0f813d7e28a1 https://github.com/OpenSIPS/opensips/commit/100ecaf8de390582eab0d6110b6a0f813d7e28a1 Author: Liviu Chircu li...@opensips.org Date: 2014-10-01 (Wed, 01 Oct 2014

[OpenSIPS-Devel] [OpenSIPS/opensips] abf823: exec: disable 'setvars' on all OpenSIPS versions

2014-10-01 Thread Liviu Chircu
Branch: refs/heads/1.10 Home: https://github.com/OpenSIPS/opensips Commit: abf823e35e3f9f34cbc882923642a325b3e9a7f7 https://github.com/OpenSIPS/opensips/commit/abf823e35e3f9f34cbc882923642a325b3e9a7f7 Author: Liviu Chircu li...@opensips.org Date: 2014-10-01 (Wed, 01 Oct 2014

[OpenSIPS-Devel] [OpenSIPS/opensips] a501d0: exec: disable 'setvars' on all OpenSIPS versions

2014-10-01 Thread Liviu Chircu
Branch: refs/heads/1.8 Home: https://github.com/OpenSIPS/opensips Commit: a501d057126b7101cc15c58009134d68060e1c27 https://github.com/OpenSIPS/opensips/commit/a501d057126b7101cc15c58009134d68060e1c27 Author: Liviu Chircu li...@opensips.org Date: 2014-10-01 (Wed, 01 Oct 2014

[OpenSIPS-Devel] [IMPORTANT] Shellshock bash vulnerability and OpenSIPS

2014-10-01 Thread Liviu Chircu
shell after performing an upgrade to the daily OpenSIPS builds. [1]: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6271 [2]: http://en.wikipedia.org/wiki/Shellshock_(software_bug) [3]: http://www.opensips.org/html/docs/modules/1.12.x/exec.html#id248413 Best regards, -- Liviu Chircu

Re: [OpenSIPS-Devel] [opensips] OpenSIPS 1.11.1 crash (statistics) (#244)

2014-10-15 Thread Liviu Chircu
Closed #244. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/244#event-178693522___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

[OpenSIPS-Devel] [OpenSIPS/opensips] 683dfa: db_unixodbc: fix query result handling and improve...

2014-10-15 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 683dfaa63df0af317f7485042539bdacf8646eab https://github.com/OpenSIPS/opensips/commit/683dfaa63df0af317f7485042539bdacf8646eab Author: Liviu Chircu li...@opensips.org Date: 2014-10-15 (Wed, 15 Oct 2014

[OpenSIPS-Devel] [OpenSIPS/opensips] e0c1fe: db_unixodbc: fix query result handling and improve...

2014-10-15 Thread Liviu Chircu
Branch: refs/heads/1.11 Home: https://github.com/OpenSIPS/opensips Commit: e0c1fea5145906a25ca89fc49d3c361543972410 https://github.com/OpenSIPS/opensips/commit/e0c1fea5145906a25ca89fc49d3c361543972410 Author: Liviu Chircu li...@opensips.org Date: 2014-10-15 (Wed, 15 Oct 2014

[OpenSIPS-Devel] [OpenSIPS/opensips] baa9c3: db_unixodbc: fix query result handling and improve...

2014-10-15 Thread Liviu Chircu
Branch: refs/heads/1.10 Home: https://github.com/OpenSIPS/opensips Commit: baa9c36421bc62ef1f1a389fd33d3a5ce0ab3522 https://github.com/OpenSIPS/opensips/commit/baa9c36421bc62ef1f1a389fd33d3a5ce0ab3522 Author: Liviu Chircu li...@opensips.org Date: 2014-10-15 (Wed, 15 Oct 2014

[OpenSIPS-Devel] [OpenSIPS/opensips] 17532b: db_unixodbc: fix query result handling and improve...

2014-10-15 Thread Liviu Chircu
Branch: refs/heads/1.8 Home: https://github.com/OpenSIPS/opensips Commit: 17532b1e43c7700631961a1179520d7f6c92680c https://github.com/OpenSIPS/opensips/commit/17532b1e43c7700631961a1179520d7f6c92680c Author: Liviu Chircu li...@opensips.org Date: 2014-10-15 (Wed, 15 Oct 2014

Re: [OpenSIPS-Devel] [opensips] Core dump at db_unixodbc (#270)

2014-10-15 Thread Liviu Chircu
It seems the patch was incomplete - it led to a double free() because I was not zeroing a freed pointer. On top of that, I've done a partial rework of the internal logic in 683dfaa63. It would be great if you could test it out as well (it behaved nicely on my setup). If anything goes wrong,

Re: [OpenSIPS-Devel] [opensips] Core dump at db_unixodbc (#270)

2014-10-15 Thread Liviu Chircu
Closed #270. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/270#event-178933619___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

[OpenSIPS-Devel] [opensips] Multiple route parameters bug (#361)

2014-10-16 Thread Liviu Chircu
Supposing we have our `test_route` and we want to pass two pseudo-vars: route(test_route, $fU, $rp); This will fail with: Oct 16 17:35:01 [30466] CRITICAL:core:yyerror: parse error in config file etc/mine.config, line 270, column 28-32: syntax error Oct 16 17:35:01 [30466]

Re: [OpenSIPS-Devel] [opensips] opensips 1.11 and statistics (#239)

2014-10-16 Thread Liviu Chircu
Hello Nick, Any updates on this issue? --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/239#issuecomment-59390993___ Devel mailing list Devel@lists.opensips.org

Re: [OpenSIPS-Devel] [opensips] opensips 1.11 and statistics (#239)

2014-10-16 Thread Liviu Chircu
Closed #239. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/239#event-179838213___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

[OpenSIPS-Devel] [OpenSIPS/opensips] a479b7: opensipsctl: fix compatibility issues with FreeBSD

2014-10-17 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: a479b72cb52a4bc155491fe26f254ed4ad7730f8 https://github.com/OpenSIPS/opensips/commit/a479b72cb52a4bc155491fe26f254ed4ad7730f8 Author: Liviu Chircu li...@opensips.org Date: 2014-10-17 (Fri, 17 Oct 2014

[OpenSIPS-Devel] [OpenSIPS/opensips] 290a77: opensipsctl: fix compatibility issues with FreeBSD

2014-10-17 Thread Liviu Chircu
Branch: refs/heads/1.11 Home: https://github.com/OpenSIPS/opensips Commit: 290a771e8516c9b879c5791372df01cf2367c497 https://github.com/OpenSIPS/opensips/commit/290a771e8516c9b879c5791372df01cf2367c497 Author: Liviu Chircu li...@opensips.org Date: 2014-10-17 (Fri, 17 Oct 2014

Re: [OpenSIPS-Devel] [opensips] opensipsctl on freebsd mkfifo issue (#364)

2014-10-17 Thread Liviu Chircu
Issue fixed on master and 1.11 branches. Thank you for reporting! --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/364#issuecomment-59484968___ Devel mailing list Devel@lists.opensips.org

Re: [OpenSIPS-Devel] [opensips] complie in gentoo (#373)

2014-10-25 Thread Liviu Chircu
I have seen that as well. It only happens sometimes, after a `git pull`. IIRC, the same make command should work if tried a second time (definitely will work if you clean up the tree first). --- Reply to this email directly or view it on GitHub:

[OpenSIPS-Devel] [OpenSIPS/opensips] 6e784e: core: introducing OpenSIPS contexts

2014-10-30 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 6e784ef794ee41c700784294b3b9afbe95080b06 https://github.com/OpenSIPS/opensips/commit/6e784ef794ee41c700784294b3b9afbe95080b06 Author: Liviu Chircu li...@opensips.org Date: 2014-10-30 (Thu, 30 Oct 2014

Re: [OpenSIPS-Devel] [opensips] complie in gentoo (#373)

2014-11-13 Thread Liviu Chircu
That would help a great deal, since I run into the issue so rarely. You may send the details to li...@opensips.org. Thank you! --- Reply to this email directly or view it on GitHub:

[OpenSIPS-Devel] [OpenSIPS/opensips] 38ba91: event_route: fix compile warning on i386

2014-11-19 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 38ba91b0110901c6f6995c9ddf52d4ab834db8d4 https://github.com/OpenSIPS/opensips/commit/38ba91b0110901c6f6995c9ddf52d4ab834db8d4 Author: Liviu Chircu li...@opensips.org Date: 2014-11-19 (Wed, 19 Nov 2014

[OpenSIPS-Devel] [OpenSIPS/opensips] a44186: Makefile: fix concurrency issue leading to linking...

2014-11-19 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: a441867b2b81662136a9fb55c5ad2701c756c2f5 https://github.com/OpenSIPS/opensips/commit/a441867b2b81662136a9fb55c5ad2701c756c2f5 Author: Liviu Chircu li...@opensips.org Date: 2014-11-19 (Wed, 19 Nov 2014

Re: [OpenSIPS-Devel] [opensips] main.o: No such file or directory (gentoo) (#373)

2014-11-19 Thread Liviu Chircu
Closed #373 via a441867b2b81662136a9fb55c5ad2701c756c2f5. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/373#event-195551564___ Devel mailing list Devel@lists.opensips.org

[OpenSIPS-Devel] [OpenSIPS/opensips] 41408f: Makefile: fix concurrency issue leading to linking...

2014-11-19 Thread Liviu Chircu
Branch: refs/heads/1.11 Home: https://github.com/OpenSIPS/opensips Commit: 41408f0411a330c83f149e62ff91f98249a856b1 https://github.com/OpenSIPS/opensips/commit/41408f0411a330c83f149e62ff91f98249a856b1 Author: Liviu Chircu li...@opensips.org Date: 2014-11-19 (Wed, 19 Nov 2014

Re: [OpenSIPS-Devel] [opensips] main.o: No such file or directory (gentoo) (#373)

2014-11-19 Thread Liviu Chircu
Fixed and backported to 1.11! Thanks for reporting! Thanks @bhakimi for the Gentoo box! --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/373#issuecomment-63654285___ Devel mailing list

[OpenSIPS-Devel] [OpenSIPS/opensips] 127b45: dispatcher: fix several issues with empty destinat...

2014-12-10 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 127b456a874499b6295008425144ca29b5e69d75 https://github.com/OpenSIPS/opensips/commit/127b456a874499b6295008425144ca29b5e69d75 Author: Liviu Chircu li...@opensips.org Date: 2014-12-10 (Wed, 10 Dec 2014

[OpenSIPS-Devel] [OpenSIPS/opensips] 0ef55e: dispatcher: fix several issues with empty destinat...

2014-12-10 Thread Liviu Chircu
Branch: refs/heads/1.10 Home: https://github.com/OpenSIPS/opensips Commit: 0ef55ed992bfd7121771ffec79ec51273a29a1c6 https://github.com/OpenSIPS/opensips/commit/0ef55ed992bfd7121771ffec79ec51273a29a1c6 Author: Liviu Chircu li...@opensips.org Date: 2014-12-10 (Wed, 10 Dec 2014

[OpenSIPS-Devel] [OpenSIPS/opensips] 78c803: core context code: add support for a global proces...

2014-12-10 Thread Liviu Chircu
Branch: refs/heads/async Home: https://github.com/OpenSIPS/opensips Commit: 78c803566e8a1eaaac4e1a25b2301174cd38824f https://github.com/OpenSIPS/opensips/commit/78c803566e8a1eaaac4e1a25b2301174cd38824f Author: Liviu Chircu li...@opensips.org Date: 2014-12-10 (Wed, 10 Dec 2014

Re: [OpenSIPS-Devel] [opensips] opensipsctl scripts ignores start options (#393)

2014-12-11 Thread Liviu Chircu
*opensipsctl* is configured using *opensipsctlrc*. You may populate the STARTUPOPTIONS bash variable over there. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/393#issuecomment-66598120___ Devel

Re: [OpenSIPS-Devel] [opensips] opensipsctl scripts ignores start options (#393)

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

[OpenSIPS-Devel] [OpenSIPS/opensips] 32b613: db_text: improve error reporting on startup

2015-02-04 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 32b613a8efd1a8b9c34c6765e377b6de04cef508 https://github.com/OpenSIPS/opensips/commit/32b613a8efd1a8b9c34c6765e377b6de04cef508 Author: Liviu Chircu li...@opensips.org Date: 2015-02-04 (Wed, 04 Feb 2015

[OpenSIPS-Devel] [OpenSIPS/opensips] a268b1: db_mysql: properly NULL the result pointer if a qu...

2015-02-04 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: a268b1d874c79a88309c53ea28ab8e77cfde3c61 https://github.com/OpenSIPS/opensips/commit/a268b1d874c79a88309c53ea28ab8e77cfde3c61 Author: Liviu Chircu li...@opensips.org Date: 2015-02-04 (Wed, 04 Feb 2015

[OpenSIPS-Devel] [OpenSIPS/opensips] 6b3287: tm: fix memory handling when updating the SIP tran...

2015-02-05 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 6b32871616d1c030d51365f3cb7f80ca72d0fb02 https://github.com/OpenSIPS/opensips/commit/6b32871616d1c030d51365f3cb7f80ca72d0fb02 Author: Liviu Chircu li...@opensips.org Date: 2015-02-05 (Thu, 05 Feb 2015

[OpenSIPS-Devel] [opensips] Crash with nested $param variables (#412)

2015-02-16 Thread Liviu Chircu
Present in OpenSIPS 1.9+. route [route_b] { # Evaluating $param(1) leads to infinite recursion! xlog(This should not crash: $param(1)\n); } route [route_a] { route(route_b, $param(1)); } route { route(route_a, test); ... } --- Reply to this email directly or view it on GitHub:

[OpenSIPS-Devel] [OpenSIPS/opensips] 9b8b13: sngtc: properly count all SIP listeners (also incl...

2015-02-20 Thread Liviu Chircu
Branch: refs/heads/1.11 Home: https://github.com/OpenSIPS/opensips Commit: 9b8b13072e22426f4e5b8e1c3942a0b225e6da2d https://github.com/OpenSIPS/opensips/commit/9b8b13072e22426f4e5b8e1c3942a0b225e6da2d Author: Liviu Chircu li...@opensips.org Date: 2015-02-20 (Fri, 20 Feb 2015

[OpenSIPS-Devel] [OpenSIPS/opensips] 6c4f26: db_mysql: implement async_raw_query and async_raw_...

2015-01-23 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 6c4f266391c325b3ae5f30a407fd695aec36db6b https://github.com/OpenSIPS/opensips/commit/6c4f266391c325b3ae5f30a407fd695aec36db6b Author: Liviu Chircu li...@opensips.org Date: 2015-01-23 (Fri, 23 Jan 2015

[OpenSIPS-Devel] [OpenSIPS/opensips] 5044d7: DB core: add the DB_CAP_ASYNC_RAW_QUERY capability

2015-01-23 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 5044d7d88e8b49dab58024998cae5d8a128717fd https://github.com/OpenSIPS/opensips/commit/5044d7d88e8b49dab58024998cae5d8a128717fd Author: Liviu Chircu li...@opensips.org Date: 2015-01-23 (Fri, 23 Jan 2015

[OpenSIPS-Devel] [OpenSIPS/opensips] 257e84: async DB core: fix possible buffer overflow

2015-01-23 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 257e84bc66bc4161a1846a9439fcd1e60e0b940b https://github.com/OpenSIPS/opensips/commit/257e84bc66bc4161a1846a9439fcd1e60e0b940b Author: Liviu Chircu li...@opensips.org Date: 2015-01-23 (Fri, 23 Jan 2015

[OpenSIPS-Devel] [OpenSIPS/opensips] 3eacd9: OpenSIPS script: db_max_async_connections global...

2015-01-23 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 3eacd980b7c3ef1eac41ce7a9d181fe856953b37 https://github.com/OpenSIPS/opensips/commit/3eacd980b7c3ef1eac41ce7a9d181fe856953b37 Author: Liviu Chircu li...@opensips.org Date: 2015-01-23 (Fri, 23 Jan 2015

[OpenSIPS-Devel] [OpenSIPS/opensips] d9411e: DB core: fix compilation issue on newer gcc versio...

2015-01-23 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: d9411e9519e39622dd5a79209eebf2dbd894d3cf https://github.com/OpenSIPS/opensips/commit/d9411e9519e39622dd5a79209eebf2dbd894d3cf Author: Liviu Chircu li...@opensips.org Date: 2015-01-23 (Fri, 23 Jan 2015

[OpenSIPS-Devel] [OpenSIPS/opensips] f7a491: fix for RFC5245 15.1 rel-addr and rel-port MUS...

2015-01-12 Thread Liviu Chircu
(). Commit: 604c781c9c42e9ae814476f21b53067bad8ac4f9 https://github.com/OpenSIPS/opensips/commit/604c781c9c42e9ae814476f21b53067bad8ac4f9 Author: Liviu Chircu li...@opensips.org Date: 2015-01-12 (Mon, 12 Jan 2015) Changed paths: M Makefile.conf.template M error.h A mem

[OpenSIPS-Devel] [OpenSIPS/opensips] 5487dc: tm: fix transaction cleanup in async scenarios

2015-01-12 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 5487dcd7515f6faad179cc03c46f8c938ad5e93a https://github.com/OpenSIPS/opensips/commit/5487dcd7515f6faad179cc03c46f8c938ad5e93a Author: Liviu Chircu li...@opensips.org Date: 2015-01-12 (Mon, 12 Jan 2015

[OpenSIPS-Devel] [OpenSIPS/opensips] 93c7c5: rest_client: add optional asynchronous capabilitie...

2015-01-12 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 93c7c55450f38b80679265dd456de1853ef22bae https://github.com/OpenSIPS/opensips/commit/93c7c55450f38b80679265dd456de1853ef22bae Author: Liviu Chircu li...@opensips.org Date: 2015-01-12 (Mon, 12 Jan 2015

[OpenSIPS-Devel] [OpenSIPS/opensips] 3e10a3: no context passed when 100 trying is sent\n

2015-01-12 Thread Liviu Chircu
mi_xmlrpc, auth_diameter and closedial modules Commit: fbc796ec99f82b2a10a3a411d0dfdf3979a80629 https://github.com/OpenSIPS/opensips/commit/fbc796ec99f82b2a10a3a411d0dfdf3979a80629 Author: Liviu Chircu li...@opensips.org Date: 2015-01-12 (Mon, 12 Jan 2015) Changed paths: M mem

[OpenSIPS-Devel] [OpenSIPS/opensips] cb7a52: mem/mem.h: fix header includes

2015-01-08 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: cb7a524708a0d290a90475c5810f6158bdbed501 https://github.com/OpenSIPS/opensips/commit/cb7a524708a0d290a90475c5810f6158bdbed501 Author: Liviu Chircu li...@opensips.org Date: 2015-01-08 (Thu, 08 Jan 2015

[OpenSIPS-Devel] [OpenSIPS/opensips] 359350: F_MALLOC: add extra safety checks at runtime

2015-01-06 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 35935051fab41b9a86f622e5fcdb852cf49ae742 https://github.com/OpenSIPS/opensips/commit/35935051fab41b9a86f622e5fcdb852cf49ae742 Author: Liviu Chircu li...@opensips.org Date: 2015-01-06 (Tue, 06 Jan 2015

[OpenSIPS-Devel] [OpenSIPS/opensips] 386505: update CREDITS

2015-03-18 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 3865052a481ebb0b26ba42f99731f3fd730c9cfc https://github.com/OpenSIPS/opensips/commit/3865052a481ebb0b26ba42f99731f3fd730c9cfc Author: Liviu Chircu li...@opensips.org Date: 2015-03-18 (Wed, 18 Mar 2015

[OpenSIPS-Devel] [OpenSIPS/opensips] 3c6873: update acc SQL scripts

2015-03-18 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 3c6873c98acd098ad8fdbf28a853f5fb04b3d859 https://github.com/OpenSIPS/opensips/commit/3c6873c98acd098ad8fdbf28a853f5fb04b3d859 Author: Liviu Chircu li...@opensips.org Date: 2015-03-18 (Wed, 18 Mar 2015

[OpenSIPS-Devel] [OpenSIPS/opensips] 264f46: drouting: fix crash with empty db_url

2015-03-17 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 264f4662a87affe0974ca58493b124c787728950 https://github.com/OpenSIPS/opensips/commit/264f4662a87affe0974ca58493b124c787728950 Author: Liviu Chircu li...@opensips.org Date: 2015-03-17 (Tue, 17 Mar 2015

[OpenSIPS-Devel] [OpenSIPS/opensips] 667e37: fraud_detection: fix crash if db_url not given

2015-03-17 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 667e3792e45310a1a313e35c8bbd96013b51e2b4 https://github.com/OpenSIPS/opensips/commit/667e3792e45310a1a313e35c8bbd96013b51e2b4 Author: Liviu Chircu li...@opensips.org Date: 2015-03-17 (Tue, 17 Mar 2015

[OpenSIPS-Devel] [OpenSIPS/opensips] 9ff8bf: startup: only run destroy_f if init_f has been run

2015-03-17 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 9ff8bf3e1e0cb9ca4375accc97bfd8f25cee42ba https://github.com/OpenSIPS/opensips/commit/9ff8bf3e1e0cb9ca4375accc97bfd8f25cee42ba Author: Liviu Chircu li...@opensips.org Date: 2015-03-17 (Tue, 17 Mar 2015

[OpenSIPS-Devel] [OpenSIPS/opensips] b3880a: fraud_detection: fix uninitialized pointer

2015-03-17 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: b3880a46e341aff180a8a52d0d31cdfb53950900 https://github.com/OpenSIPS/opensips/commit/b3880a46e341aff180a8a52d0d31cdfb53950900 Author: Liviu Chircu li...@opensips.org Date: 2015-03-17 (Tue, 17 Mar 2015

Re: [OpenSIPS-Devel] [opensips] disable Dispatcher restart persistency (#430)

2015-03-17 Thread Liviu Chircu
Closed #430 via 388ce73f6997eacb80b45dc81fecc5991510e348. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/430#event-256757767___ Devel mailing list Devel@lists.opensips.org

[OpenSIPS-Devel] [OpenSIPS/opensips] 388ce7: dispatcher: add the persistent_state modparam

2015-03-17 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 388ce73f6997eacb80b45dc81fecc5991510e348 https://github.com/OpenSIPS/opensips/commit/388ce73f6997eacb80b45dc81fecc5991510e348 Author: Liviu Chircu li...@opensips.org Date: 2015-03-17 (Tue, 17 Mar 2015

[OpenSIPS-Devel] [OpenSIPS/opensips] 9b626b: cfg.y: do not start OpenSIPS when using HP_MALLOC ...

2015-03-06 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 9b626bf2c2c7cadeb6614c2a45767e5a9783a9d8 https://github.com/OpenSIPS/opensips/commit/9b626bf2c2c7cadeb6614c2a45767e5a9783a9d8 Author: Liviu Chircu li...@opensips.org Date: 2015-03-07 (Sat, 07 Mar 2015

Re: [OpenSIPS-Devel] [opensips] Dispatcher ds_select_* algorithm 9 not working (#300)

2015-03-09 Thread Liviu Chircu
I think we should also ask the question: Should it work?. Because the pattern parameter of algorithm 9 only supports a unique type of scripting variable: it must be in shared memory, and it must be global (not related to any tm structs), since concurrent reads from multiple processes must

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