[OpenSIPS-Devel] [OpenSIPS/opensips] a76dc7: Fix: $mf, $sf and $bf pvars are now Read-Only and ...

2013-06-07 Thread liviuchircu
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: a76dc7b094a91746acec04983e5b8979c823232b
  
https://github.com/OpenSIPS/opensips/commit/a76dc7b094a91746acec04983e5b8979c823232b
  Author: liviuchircu li...@opensips.org
  Date:   2013-06-07 (Fri, 07 Jun 2013)

  Changed paths:
M flags.c
M flags.h
M pvar.c

  Log Message:
  ---
  Fix: $mf, $sf and $bf pvars are now Read-Only and output a list of
named flags
Delete: $mF, $sF and $bF pvars serve no purpose anymore and have been removed



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


Re: [OpenSIPS-Devel] Question about extending code

2013-06-07 Thread Bogdan-Andrei Iancu
Hello Zachery,

The GPL infringement may be claimed only by the copyright holders of the
OpenSIPS code (so, I would quote this with small chances ;) ).

On the other hand, in respect to the Open Source World, such code should
be public, if considered of public benefit (and not some corner-case,
very particular , strange code).

Just my 2 cents on the matter ;)

Best regards,

Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com


On 06/06/2013 11:23 PM, Zachery Adams wrote:
 We are looking to purchase what we believe to be an extended version
 of OpenSIPS from a third party.  While we need the functionality that
 is not available thru the open modules, we are concerned that we may
 be on the hook for GPL infringement. 
  
 Is this a valid concern?
  


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


[OpenSIPS-Devel] [OpenSIPS/opensips] b3e6e4: Fix: $mf, $sf and $bf pvars are now Read-Only and ...

2013-06-07 Thread liviuchircu
  Branch: refs/heads/1.9
  Home:   https://github.com/OpenSIPS/opensips
  Commit: b3e6e4a2b677c8f9039bdc602ff25f45688234a6
  
https://github.com/OpenSIPS/opensips/commit/b3e6e4a2b677c8f9039bdc602ff25f45688234a6
  Author: liviuchircu li...@opensips.org
  Date:   2013-06-07 (Fri, 07 Jun 2013)

  Changed paths:
M flags.c
M flags.h
M pvar.c

  Log Message:
  ---
  Fix: $mf, $sf and $bf pvars are now Read-Only and output a list of named flags
Delete: $mF, $sF and $bF pvars serve no purpose anymore and have been removed



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


[OpenSIPS-Devel] Known issue in usrloc

2013-06-07 Thread Liviu Chircu

Hello all,

This is an informative email, related to a known issue currently present 
on the *1.9* branch. Since the fix also implies making structural table 
changes, it will only be present in the upcoming major release.


Going into the details, the problem is related to storing the *branch 
flags* of all contacts in the */location/**/table/*. If the script is 
changed (in a way that /adds/ branch flags, or /interchanges/ some 
branch flag assignments), all the branch flag bitmasks of the contacts 
stored in the location table suddenly have no meaning (in other words, 
they are now/corrupt/).


*Symptoms*: If the server is restarted using the new script, contacts 
may either be loaded with undesired branch flags, or some of them may 
not be set (maybe a DO_NAT bflag will be missing).


*Workaround*: If the script changes in the way described above 
(/more/less/ bflags or different b-flags are /assigned/cleared/ in a new 
order), *all the contacts* in the location table *must be **purged* 
before restarting opensips.


The issue will be addressed on the working branch, but we prefer not to 
propagate the changes to the 1.9 branch because the (only) solution is 
not quite backwards-compatible.


We will soon create a Known Issues page in the /Manuals/ section of 
the /OpenSIPS Documentation/ [1] to better inform everyone of such details.


Best regards,
Liviu

[1]: http://www.opensips.org/Documentation/Manuals
___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 482838: Optimize buffer reallocs when fetching dlg values

2013-06-07 Thread liviuchircu
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 48283809484282add43bacc86af414cba6683dad
  
https://github.com/OpenSIPS/opensips/commit/48283809484282add43bacc86af414cba6683dad
  Author: liviuchircu li...@opensips.org
  Date:   2013-06-07 (Fri, 07 Jun 2013)

  Changed paths:
M modules/dialog/dlg_vals.c

  Log Message:
  ---
  Optimize buffer reallocs when fetching dlg values



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