Re: [OpenSIPS-Devel] [opensips] perl_exec() does not accept variable as a parameter (#594)

2015-10-16 Thread Ionut Ionita
hi @wayback87 . try 
https://github.com/OpenSIPS/opensips/commit/3d91beb27b69e5b1d83d96b1998856f81f995ce1

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/594#issuecomment-148684975___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 3d91be: perl_exec(): accept variable as parameter

2015-10-16 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 3d91beb27b69e5b1d83d96b1998856f81f995ce1
  
https://github.com/OpenSIPS/opensips/commit/3d91beb27b69e5b1d83d96b1998856f81f995ce1
  Author: ionutrazvanionita 
  Date:   2015-10-16 (Fri, 16 Oct 2015)

  Changed paths:
M modules/perl/perl.c
M modules/perl/perlfunc.c
M modules/perl/perlfunc.h

  Log Message:
  ---
  perl_exec(): accept variable as parameter


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


[OpenSIPS-Devel] [OpenSIPS/opensips] 0a826a: update registrar: now certain AOR, contact can be ...

2015-10-16 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 0a826a9fd93cdfe0064dc06e5bcfabd4da9df689
  
https://github.com/OpenSIPS/opensips/commit/0a826a9fd93cdfe0064dc06e5bcfabd4da9df689
  Author: ionutrazvanionita 
  Date:   2015-10-16 (Fri, 16 Oct 2015)

  Changed paths:
M modules/registrar/README
M modules/registrar/doc/registrar_admin.xml
M modules/registrar/lookup.c
M modules/registrar/lookup.h
M modules/registrar/reg_mod.c
M modules/registrar/save.c

  Log Message:
  ---
  update registrar: now certain AOR, contact can be searched; easier to 
understand the api

three new functions added:
* is_registered - whether or not an AOR is inside the usrloc table
* is_contact_registered - whether or not a contact and/or a callid is 
inside the location table
* is_ip_registered - whether or not an ip from an avp/pvar is 
registered or not
two old functions are now deprecated:
* is_other_contact - replaced with is_ip_registered + all pvar support
* registered - replaced with is_contact_registered


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