[OpenSIPS-Devel] AVP variable string lenght

2014-12-05 Thread Nikita Tarasov
We are creating module for opensips working similar to call_control. This module exchanges with our software via unix socket. I developed mostly the all functionality that we want nevertheless I got very strange result in setting AVP variable via module. This variable with string is cutting after

[OpenSIPS-Devel] [OpenSIPS/opensips] 853789: fixed compilation warning on convert_mime2string_C...

2014-12-05 Thread ionutrazvanionita
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 8537890571ff4c28df8ad2a9d59cafa12735628d https://github.com/OpenSIPS/opensips/commit/8537890571ff4c28df8ad2a9d59cafa12735628d Author: ionutrazvanionita ionution...@opensips.org Date: 2014-12-05 (Fri,

[OpenSIPS-Devel] [OpenSIPS/opensips] 99d7e7: Makefile: fix missing space in tls overwite test

2014-12-05 Thread Razvan Crainea
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 99d7e7fde9743468a6d99a2cc4a0388d40dcf3a7 https://github.com/OpenSIPS/opensips/commit/99d7e7fde9743468a6d99a2cc4a0388d40dcf3a7 Author: Razvan Crainea raz...@opensips.org Date: 2014-12-05 (Fri, 05 Dec

Re: [OpenSIPS-Devel] AVP variable string lenght

2014-12-05 Thread Bogdan-Andrei Iancu
Hi Nikita, You use the str_init() macro in a wrong way - it is intended to take as param a static string (ie. str_init(test string) ) and not a pointer, as you do. str_init() macro does a sizeof, and for you it will be 8 (size of a pointer on 64bit) - with one null termination - 7 left :).

[OpenSIPS-Devel] [OpenSIPS/opensips] cf8253: fixed: mc_compress works with no argument

2014-12-05 Thread ionutrazvanionita
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: cf8253e8c61d2c22fb280dc087ddb1a9799c91d0 https://github.com/OpenSIPS/opensips/commit/cf8253e8c61d2c22fb280dc087ddb1a9799c91d0 Author: ionutrazvanionita ionution...@opensips.org Date: 2014-12-05 (Fri,