@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
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)
--
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
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
> /* 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
> + 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) {
> +
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
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:
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
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
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
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
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
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
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
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
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:
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
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/
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
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
21 matches
Mail list logo