[OpenSIPS-Devel] [OpenSIPS/opensips] c98caf: async support for ldap module

2015-06-15 Thread ionutrazvanionita
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: c98caf5e3c9a781143abc2ba4bfe125198eb3a64 https://github.com/OpenSIPS/opensips/commit/c98caf5e3c9a781143abc2ba4bfe125198eb3a64 Author: ionutrazvanionita ionution...@opensips.org Date: 2015-06-15 (Mon,

Re: [OpenSIPS-Devel] [opensips] LDAP async support (#521)

2015-06-15 Thread Ionut Ionita
Closed #521. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/521#event-330915033___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Re: [OpenSIPS-Devel] [opensips] LDAP async support (#521)

2015-06-15 Thread Ionut Ionita
c98caf5e3c9a781143abc2ba4bfe125198eb3a64 --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/521#issuecomment-112023361___ Devel mailing list Devel@lists.opensips.org

[OpenSIPS-Devel] [OpenSIPS/opensips] 1bd25c: Fix name of coumns in emergency tables

2015-06-15 Thread Bogdan-Andrei Iancu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 1bd25ca008d4c548224eefff0f49e755a8681af8 https://github.com/OpenSIPS/opensips/commit/1bd25ca008d4c548224eefff0f49e755a8681af8 Author: Bogdan-Andrei Iancu bog...@opensips.org Date: 2015-06-15 (Mon, 15

[OpenSIPS-Devel] Debian packages are now available for 2.1

2015-06-15 Thread Bogdan-Andrei Iancu
Hi all, Thanks to Rudy Pedraza from Dynamic Packet, the APT repository (apt.opensips.org) for OpenSIPS was upgraded (please note the IP changed!) and now we have packages for 2.1 and trunk too !! Please enjoy and thank you Rudy ! Regards, -- Bogdan-Andrei Iancu OpenSIPS Founder and

[OpenSIPS-Devel] [OpenSIPS/opensips] cfb741: Fix compile without RADIUS ASYNC support.

2015-06-15 Thread Bogdan-Andrei Iancu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: cfb741529664d0e9015423a14b8f529b0db6b4ce https://github.com/OpenSIPS/opensips/commit/cfb741529664d0e9015423a14b8f529b0db6b4ce Author: Bogdan-Andrei Iancu bog...@opensips.org Date: 2015-06-15 (Mon, 15

Re: [OpenSIPS-Devel] [opensips] F_MALLOC: suppress warnings for free(NULL) (17d639b)

2015-06-15 Thread Liviu Chircu
the libc free() (man 3 free) allows free'ing NULL pointers. I think the quality of the codebase is improved if we stick to this standard. Your suggestion is excellent. We definitely have to remove all `if (buf)` tests! --- Reply to this email directly or view it on GitHub:

[OpenSIPS-Devel] [OpenSIPS/opensips] d3409f: Added DB schema for emergency module

2015-06-15 Thread Bogdan-Andrei Iancu
Branch: refs/heads/2.1 Home: https://github.com/OpenSIPS/opensips Commit: d3409febc49f2f8cdcee0f3164dfa41fe803f8cb https://github.com/OpenSIPS/opensips/commit/d3409febc49f2f8cdcee0f3164dfa41fe803f8cb Author: Bogdan-Andrei Iancu bog...@opensips.org Date: 2015-06-15 (Mon, 15 Jun

Re: [OpenSIPS-Devel] [opensips] F_MALLOC: suppress warnings for free(NULL) (17d639b)

2015-06-15 Thread Walter Doekes
Shouldn't you fix the caller that pkg_free's without checking for NULL instead? If you allow it, then you might as well drop all the `if(buf)` before every `pkg_free(buf)`. Allowing both makes the code inconsistent. Right? --- Reply to this email directly or view it on GitHub:

[OpenSIPS-Devel] [opensips] [registrar] remove() does not take into account use_domain (#557)

2015-06-15 Thread Bogdan Andrei IANCU
remove() function is internally building the AOR all the time as username only, without taking into account the use_domain param in usrloc. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/557___ Devel

[OpenSIPS-Devel] [OpenSIPS/opensips] 1a89f5: dialog: fix profile_get_values to get the proper c...

2015-06-15 Thread Razvan Crainea
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 1a89f5770e0a94173a2fa5c5e41809ffa337243a https://github.com/OpenSIPS/opensips/commit/1a89f5770e0a94173a2fa5c5e41809ffa337243a Author: Razvan Crainea raz...@opensips.org Date: 2015-06-15 (Mon, 15 Jun