[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, 15 Jun 2015)

  Changed paths:
M modules/ldap/README
M modules/ldap/doc/ldap_admin.xml
M modules/ldap/ldap_api_fn.c
M modules/ldap/ldap_api_fn.h
M modules/ldap/ldap_exp_fn.c
M modules/ldap/ldap_exp_fn.h
M modules/ldap/ldap_mod.c

  Log Message:
  ---
  async support for ldap module


___
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
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
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[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 Jun 2015)

  Changed paths:
M db/schema/emergency_report.xml
M db/schema/emergency_routing.xml
M scripts/db_berkeley/opensips/emergency_report
M scripts/db_berkeley/opensips/emergency_routing
M scripts/db_berkeley/opensips/version
M scripts/dbtext/opensips/emergency_report
M scripts/dbtext/opensips/emergency_routing
M scripts/dbtext/opensips/version
M scripts/oracle/emergency-create.sql
M scripts/pi_http/emergency-mod
M scripts/pi_http/emergency-table
M scripts/pi_http/pi_framework.xml
M scripts/postgres/emergency-create.sql
M scripts/sqlite/emergency-create.sql

  Log Message:
  ---
  Fix name of coumns in emergency tables


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[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 Developer
http://www.opensips-solutions.com


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[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 Jun 2015)

  Changed paths:
M modules/aaa_radius/aaa_radius.c
M modules/aaa_radius/rad.h

  Log Message:
  ---
  Fix compile without RADIUS ASYNC support.

Credits go to Rudy Pedraza.


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


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:
https://github.com/OpenSIPS/opensips/commit/17d639b9f11b415d51062005aadb86dd6c2375e2#commitcomment-11680487___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[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 2015)

  Changed paths:
A db/schema/emergency_report.xml
A db/schema/emergency_routing.xml
A db/schema/opensips-emergency.xml
A scripts/db_berkeley/opensips/emergency_report
A scripts/db_berkeley/opensips/emergency_routing
A scripts/dbtext/opensips/emergency_report
A scripts/dbtext/opensips/emergency_routing
A scripts/mysql/emergency-create.sql
A scripts/oracle/emergency-create.sql
A scripts/pi_http/emergency-mod
A scripts/pi_http/emergency-table
M scripts/pi_http/pi_framework.xml
A scripts/postgres/emergency-create.sql

  Log Message:
  ---
  Added DB schema for emergency module


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


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:
https://github.com/OpenSIPS/opensips/commit/17d639b9f11b415d51062005aadb86dd6c2375e2#commitcomment-11680174___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[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 mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/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 2015)

  Changed paths:
M modules/dialog/dlg_profile.c

  Log Message:
  ---
  dialog: fix profile_get_values to get the proper counter


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel