[OpenSIPS-Devel] [OpenSIPS/opensips] 503ba4: fix ratelimit memory corruption

2013-10-17 Thread Razvan Crainea
  Branch: refs/heads/1.9
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 503ba4b1380a883998eefadd499045f267a98a5f
  
https://github.com/OpenSIPS/opensips/commit/503ba4b1380a883998eefadd499045f267a98a5f
  Author: Razvan Crainea raz...@opensips.org
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M modules/ratelimit/ratelimit_helper.c

  Log Message:
  ---
  fix ratelimit memory corruption

(cherry picked from commit 19cd04ab12fe37a4fd5685e7eabde1d435f8c8b4)



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


[OpenSIPS-Devel] [OpenSIPS/opensips] 72ab3f: fix ratelimit memory corruption

2013-10-17 Thread Razvan Crainea
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 72ab3f4579ea0bddb31b97f70a88a41f5f58f2f0
  
https://github.com/OpenSIPS/opensips/commit/72ab3f4579ea0bddb31b97f70a88a41f5f58f2f0
  Author: Razvan Crainea raz...@opensips.org
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M modules/ratelimit/ratelimit_helper.c

  Log Message:
  ---
  fix ratelimit memory corruption



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


[OpenSIPS-Devel] [OpenSIPS/opensips] 09ab45: fix ratelimit memory corruption

2013-10-17 Thread Razvan Crainea
  Branch: refs/heads/1.10
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 09ab451b2b28e739c678a7f0d57ce9e3fb5de6d9
  
https://github.com/OpenSIPS/opensips/commit/09ab451b2b28e739c678a7f0d57ce9e3fb5de6d9
  Author: Razvan Crainea raz...@opensips.org
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M modules/ratelimit/ratelimit_helper.c

  Log Message:
  ---
  fix ratelimit memory corruption

(cherry picked from commit 19cd04ab12fe37a4fd5685e7eabde1d435f8c8b4)



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


[OpenSIPS-Devel] [OpenSIPS/opensips] 902292: fix ratelimit memory corruption

2013-10-17 Thread Razvan Crainea
  Branch: refs/heads/1.8
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 9022927a0accddc1747ef53a6720a75220e536e2
  
https://github.com/OpenSIPS/opensips/commit/9022927a0accddc1747ef53a6720a75220e536e2
  Author: Razvan Crainea raz...@opensips.org
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M modules/ratelimit/ratelimit_helper.c

  Log Message:
  ---
  fix ratelimit memory corruption

(cherry picked from commit 19cd04ab12fe37a4fd5685e7eabde1d435f8c8b4)



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


[OpenSIPS-Devel] [OpenSIPS/opensips] 62cade: Enhance usrloc with the binary replication feature

2013-10-17 Thread Liviu Chircu
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 62cadee93037db195b5b696ebe8b71bad825f310
  
https://github.com/OpenSIPS/opensips/commit/62cadee93037db195b5b696ebe8b71bad825f310
  Author: Liviu Chircu li...@opensips.org
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
M modules/registrar/lookup.c
M modules/registrar/save.c
M modules/usrloc/README
M modules/usrloc/dlist.c
M modules/usrloc/doc/usrloc_admin.xml
M modules/usrloc/doc/usrloc_devel.xml
M modules/usrloc/ucontact.c
M modules/usrloc/ucontact.h
M modules/usrloc/udomain.c
M modules/usrloc/udomain.h
M modules/usrloc/ul_mi.c
M modules/usrloc/ul_mod.c
M modules/usrloc/urecord.c
M modules/usrloc/urecord.h
A modules/usrloc/ureplication.c
A modules/usrloc/ureplication.h

  Log Message:
  ---
  Enhance usrloc with the binary replication feature
- 3 additional module parameters
- extra parameter in some usrloc_api functions
- properly works with all DB modes



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


[OpenSIPS-Devel] [NEW] User Location replication

2013-10-17 Thread Liviu Chircu

Hello all,

As another usage case for the internal OpenSIPS-OpenSIPS interaction 
through the /Binary Interface/, the */user-location binary replication/* 
feature has been added to the *master* branch!


It comes as an alternative way of achieving registrar redundancy to the 
existing SIP-based approach (i.e. duplicating incoming REGISTER 
requests). The new approach has several new advantages:


- the entire process is faster, because there is no more SIP message 
parsing involved.
- no redundant headers, no escape characters, all which have positive 
impacts on bandwith usage

- it requires no scripting logic at all. (just module parameters)

More information is available on the usrloc module documentation. [1]

Feedback, testing, and constructive opinions are welcome, as always.

[1]: http://www.opensips.org/html/docs/modules/1.11.x/usrloc.html

Best regards,

--
Liviu Chircu
OpenSIPS Developer
http://www.opensips-solutions.com



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