Re: [OpenSIPS-Devel] [opensips] Fix setting LIBDIR (#626)

2015-08-28 Thread Saúl Ibarra Corretgé
@etamme tested it and it works! Gotta go now, so can you merge it @razvancrainea or @bogdan-iancu? Otherwise I will when I get back. Thanks. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/pull/626#issuecomment-135828316

[OpenSIPS-Devel] [opensips] Fix setting LIBDIR (#626)

2015-08-28 Thread Saúl Ibarra Corretgé
Should fix #624 (untested) You can view, comment on, or merge this pull request online at: https://github.com/OpenSIPS/opensips/pull/626 -- Commit Summary -- * build: fix setting HOST_ARCH on Solaris * build: fix setting LIBDIR correctly -- File Changes -- M Makefile.defs (263) --

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

2015-08-28 Thread Eric Tamme
master commit: 079de59850d9b9e199c5ff5285ba11600a8d2faf avp_dbquery using sqlite is broken. see the following gist: https://gist.githubusercontent.com/etamme/262ff6c7aa2c4889b2af/raw/7a445ee329784e467623eaa7401cc9537671309b/gistfile1.txt --- Reply to this email directly or view it on GitHub: htt

[OpenSIPS-Devel] [opensips] modules are incorrectly installed to lib instead of lib64 now (#624)

2015-08-28 Thread Eric Tamme
On master commit: 079de59850d9b9e199c5ff5285ba11600a8d2faf doing: make all && make all install on a machine with: # uname -a Linux uphreak.com 3.10.0-229.4.2.el7.x86_64 #1 SMP Wed May 13 10:06:09 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux Installs all the modules to /usr/local/lib/opensips/module

Re: [OpenSIPS-Devel] [opensips] Non printable characters are encoded in hex format (#623)

2015-08-28 Thread Răzvan Crainea
> /* compute the required len */ > - for ( v=vars,l=0 ; v ; v=v->next) { > + for ( v=vars,l=0; v ; v=v->next) { > l += v->name.len + 1 + v->val.len + 1; The code below is no longer necessary, since the control chars will be encoded anyway. --- Reply to this email dire

Re: [OpenSIPS-Devel] [opensips] Non printable characters are encoded in hex format (#623)

2015-08-28 Thread Răzvan Crainea
> + j++; > + } > + *at = 0; > + sout->len = at - sout->s; > + > + return 0; > +} > + > +static int encode_string(str *dst, str *src) > +{ > + unsigned char x; > + int j = 0; > + char *at = dst->s; > + char *p = src->s; > + while (j <= src->len) { > +

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] Non printable characters are encoded in hex format (#623)

2015-08-28 Thread Eseanu Marius Cristian
You can view, comment on, or merge this pull request online at: https://github.com/OpenSIPS/opensips/pull/623 -- Commit Summary -- * dlg_db_handler: non printable characters are encoded in hex format -- File Changes -- M modules/dialog/dlg_db_handler.c (144) -- Patch Links -- https:

[OpenSIPS-Devel] [OpenSIPS/opensips] f0fb16: Merge pull request #588 from jalung/patch-4

2015-08-28 Thread Bogdan Andrei IANCU
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: f0fb16fe8f45e57267cd2ef9da2af23c3645d68e https://github.com/OpenSIPS/opensips/commit/f0fb16fe8f45e57267cd2ef9da2af23c3645d68e Author: Bogdan Andrei IANCU Date: 2015-08-28 (Fri, 28 Aug 2015) Changed

Re: [OpenSIPS-Devel] [opensips] Update nathelper.c (#588)

2015-08-28 Thread Bogdan Andrei IANCU
Thank you @jalung --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/pull/588#issuecomment-135686104___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Re: [OpenSIPS-Devel] [opensips] Update nathelper.c (#588)

2015-08-28 Thread Bogdan Andrei IANCU
Merged #588. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/pull/588#event-394849285___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

[OpenSIPS-Devel] [OpenSIPS/opensips] 9a451f: Update nathelper.c

2015-08-28 Thread Bogdan Andrei IANCU
Branch: refs/heads/2.1 Home: https://github.com/OpenSIPS/opensips Commit: 9a451fc04dc21da64b49952d8a0c5416082b6872 https://github.com/OpenSIPS/opensips/commit/9a451fc04dc21da64b49952d8a0c5416082b6872 Author: jalung Date: 2015-08-03 (Mon, 03 Aug 2015) Changed paths: M mo

[OpenSIPS-Devel] [OpenSIPS/opensips] 1386b9: Continuation of #622 (over profiles too).

2015-08-28 Thread Bogdan-Andrei Iancu
Branch: refs/heads/1.8 Home: https://github.com/OpenSIPS/opensips Commit: 1386b9d4643da5e5d6fe1e98de2f6edb0ea73024 https://github.com/OpenSIPS/opensips/commit/1386b9d4643da5e5d6fe1e98de2f6edb0ea73024 Author: Bogdan-Andrei Iancu Date: 2015-08-28 (Fri, 28 Aug 2015) Changed pa

[OpenSIPS-Devel] [OpenSIPS/opensips] 5207f9: revert recent changes in dialog module because the...

2015-08-28 Thread Bogdan Andrei IANCU
Branch: refs/heads/1.8 Home: https://github.com/OpenSIPS/opensips Commit: 5207f9d80119a5618c82a3fef189e782830b2e5b https://github.com/OpenSIPS/opensips/commit/5207f9d80119a5618c82a3fef189e782830b2e5b Author: Minh Phan Date: 2015-08-27 (Thu, 27 Aug 2015) Changed paths: M

Re: [OpenSIPS-Devel] [opensips] Set the 'len' field even when data type is DB_STRING (#622)

2015-08-28 Thread Bogdan Andrei IANCU
Merged #622. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/pull/622#event-394835824___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Re: [OpenSIPS-Devel] [opensips] other fixes on db value interpretation in dialog module (#619)

2015-08-28 Thread Bogdan Andrei IANCU
Thanks @qmphan , let me review and upload. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/pull/619#issuecomment-135673964___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailma

[OpenSIPS-Devel] [OpenSIPS/opensips] 103686: copyright: remove duplicate license

2015-08-28 Thread Razvan Crainea
Branch: refs/heads/2.1 Home: https://github.com/OpenSIPS/opensips Commit: 1036869cd7ef53fc9b9b44c9a6f83487fcdbc810 https://github.com/OpenSIPS/opensips/commit/1036869cd7ef53fc9b9b44c9a6f83487fcdbc810 Author: Razvan Crainea Date: 2015-08-28 (Fri, 28 Aug 2015) Changed paths:

[OpenSIPS-Devel] [OpenSIPS/opensips] 7d6cc3: copyright: remove duplicate license

2015-08-28 Thread Razvan Crainea
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 7d6cc3906a87ac5359eb894d8a209aa7ad4a04e3 https://github.com/OpenSIPS/opensips/commit/7d6cc3906a87ac5359eb894d8a209aa7ad4a04e3 Author: Razvan Crainea Date: 2015-08-28 (Fri, 28 Aug 2015) Changed path

Re: [OpenSIPS-Devel] [opensips] other fixes on db value interpretation in dialog module (#619)

2015-08-28 Thread Minh PHAN
These changes are made in #622 --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/pull/619#issuecomment-135668414___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/

[OpenSIPS-Devel] [OpenSIPS/opensips] e11409: travis: run in containers

2015-08-28 Thread Razvan Crainea
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: e11409d994e2f762197a9106bccb2c4eea689a41 https://github.com/OpenSIPS/opensips/commit/e11409d994e2f762197a9106bccb2c4eea689a41 Author: Razvan Crainea Date: 2015-08-28 (Fri, 28 Aug 2015) Changed path

[OpenSIPS-Devel] [OpenSIPS/opensips] b8fbf7: copyright: remove flex generated files

2015-08-28 Thread Razvan Crainea
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: b8fbf7f5c8c84f14ec3750544d059c73d5758897 https://github.com/OpenSIPS/opensips/commit/b8fbf7f5c8c84f14ec3750544d059c73d5758897 Author: Razvan Crainea Date: 2015-08-27 (Thu, 27 Aug 2015) Changed path