[OpenSIPS-Devel] [OpenSIPS/opensips] c1baac: verify pv_export_t parse_name function is set befo...

2015-06-02 Thread Jarrod Baumann
Branch: refs/heads/1.11 Home: https://github.com/OpenSIPS/opensips Commit: c1baacfffe5fd2344de39582b527a17590f8423e https://github.com/OpenSIPS/opensips/commit/c1baacfffe5fd2344de39582b527a17590f8423e Author: Jarrod Baumann jar...@unixc.org Date: 2015-06-02 (Tue, 02 Jun 2015)

Re: [OpenSIPS-Devel] [opensips] Crash with poorly given var (#529)

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

[OpenSIPS-Devel] [OpenSIPS/opensips] 3c47ed: verify pv_export_t parse_name function is set befo...

2015-06-02 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 3c47edd9b007aa60e36d6a094e995956509f1da4 https://github.com/OpenSIPS/opensips/commit/3c47edd9b007aa60e36d6a094e995956509f1da4 Author: Jarrod Baumann jar...@unixc.org Date: 2015-05-30 (Sat, 30 May

[OpenSIPS-Devel] [opensips] xlog support for multiple lines (#538)

2015-06-02 Thread Jarrod Baumann
The only thing lacking in producing well formatted scripts ( 80 columns) has been xlog multiline support. This PR works by collapsing the multiple elements into the single element by further populating the linked list. ### script example startup_route { $var(prefix) = test :;

Re: [OpenSIPS-Devel] [opensips] NULL support in cachedb raw interface (#525)

2015-06-02 Thread vladpaiu
Hello, This has been fixed in the master branch ( thanks to Jarrodb ) - please update your sources and retest. Best Regards, Vlad --- Reply to this email directly or view it on GitHub:

Re: [OpenSIPS-Devel] [opensips] add width string transformation (#530)

2015-06-02 Thread Liviu Chircu
The **s.fill** transformations have been tuned a bit to also work exactly as the proposed **s.width**. Performance-wise, it will work exactly as **s.width** (memset if possible). Moreover, you can do left-alignment with spaces as well. --- Reply to this email directly or view it on GitHub:

Re: [OpenSIPS-Devel] [opensips] add width string transformation (#530)

2015-06-02 Thread Jarrod Baumann
Would it also be beneficial to have width as well, since it can also truncate longer strings to a specified width? --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/pull/530#issuecomment-107917978___ Devel

Re: [OpenSIPS-Devel] [opensips] Add support for hiredis type REDIS_REPLY_NIL in redis_raw_query (#527)

2015-06-02 Thread vladpaiu
Closed #527. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/pull/527#event-319906366___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Re: [OpenSIPS-Devel] [opensips] Add support for hiredis type REDIS_REPLY_NIL in redis_raw_query (#527)

2015-06-02 Thread vladpaiu
Hello, Thanks for the patch - merged ( also fixed a small typo ). Best Regards, Vlad --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/pull/527#issuecomment-107918780___ Devel mailing list

[OpenSIPS-Devel] [OpenSIPS/opensips] 1bc334: Add support for hiredis type REDIS_REPLY_NIL in re...

2015-06-02 Thread Vlad Paiu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 1bc334b3831796c26f50acb8a28a439ef3f6ad42 https://github.com/OpenSIPS/opensips/commit/1bc334b3831796c26f50acb8a28a439ef3f6ad42 Author: Jarrod Baumann jar...@unixc.org Date: 2015-06-02 (Tue, 02 Jun

Re: [OpenSIPS-Devel] [opensips] Feature Request: in acc allow setting variables for *_extra_bye after loose_route (#526)

2015-06-02 Thread vladpaiu
Hello, This can be achieved now by using the dialog exported events ( see http://www.opensips.org/html/docs/modules/2.1.x/dialog.html#id297207 ) By using the event_route module ( http://www.opensips.org/html/docs/modules/2.1.x/event_route#id293506 ) and declaring a script route as

Re: [OpenSIPS-Devel] [opensips] check for invalid parameter passed to _tr_parse_sparam #531 (#532)

2015-06-02 Thread Liviu Chircu
Just committed a fix for the issue which also allow you to use it for alignment purposes. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/pull/532#issuecomment-107915826___ Devel mailing list

Re: [OpenSIPS-Devel] [opensips] check for invalid parameter passed to _tr_parse_sparam #531 (#532)

2015-06-02 Thread Liviu Chircu
Closed #532. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/pull/532#event-319894319___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

[OpenSIPS-Devel] [OpenSIPS/opensips] 954e77: s.width transformation: Fix a rare crash

2015-06-02 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 954e771a0a4a71c3b34bdc2338a0b91acef8d40c https://github.com/OpenSIPS/opensips/commit/954e771a0a4a71c3b34bdc2338a0b91acef8d40c Author: Liviu Chircu li...@opensips.org Date: 2015-06-02 (Tue, 02 Jun

Re: [OpenSIPS-Devel] [opensips] add width string transformation (#530)

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

[OpenSIPS-Devel] [OpenSIPS/opensips] f70fdb: add string transformation e.g.

2015-06-02 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: f70fdb986a2c8bf3e4a360abac2740aa0ca68ca9 https://github.com/OpenSIPS/opensips/commit/f70fdb986a2c8bf3e4a360abac2740aa0ca68ca9 Author: Jarrod Baumann jar...@unixc.org Date: 2015-05-29 (Fri, 29 May

Re: [OpenSIPS-Devel] [opensips] add width string transformation (#530)

2015-06-02 Thread Liviu Chircu
IMO, as long as they have decent applicability (i.e. pretty-logs for Call-IDs in this case), such transformations are nice additions. Also, **s.width** is shorter to write. --- Reply to this email directly or view it on GitHub:

[OpenSIPS-Devel] [OpenSIPS/opensips] cc91b1: s.fill transformations: Allow whitespace in quoted...

2015-06-02 Thread Liviu Chircu
Branch: refs/heads/2.1 Home: https://github.com/OpenSIPS/opensips Commit: cc91b1e1bd8bf8b6163d278b18602a29f38d7364 https://github.com/OpenSIPS/opensips/commit/cc91b1e1bd8bf8b6163d278b18602a29f38d7364 Author: Liviu Chircu li...@opensips.org Date: 2015-06-02 (Tue, 02 Jun 2015)

[OpenSIPS-Devel] [OpenSIPS/opensips] ac419b: do not always retry write to pipe if we get blocki...

2015-06-02 Thread Razvan Crainea
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: ac419bc0a1e87fe3e0750a983e61b9fcbe4daedd https://github.com/OpenSIPS/opensips/commit/ac419bc0a1e87fe3e0750a983e61b9fcbe4daedd Author: Eric Tamme eric.ta...@onsip.com Date: 2015-06-02 (Tue, 02 Jun

[OpenSIPS-Devel] [OpenSIPS/opensips] 05bc75: event_xmlrpc: only retry send/recv a couple of tim...

2015-06-02 Thread Razvan Crainea
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 05bc754133dd7fe02dc0c780a7f625a83bfef61f https://github.com/OpenSIPS/opensips/commit/05bc754133dd7fe02dc0c780a7f625a83bfef61f Author: Razvan Crainea raz...@opensips.org Date: 2015-06-02 (Tue, 02 Jun