[OpenSIPS-Devel] [OpenSIPS/opensips] bf6641: Allow folded strings	as modparam values
    Liviu Chircu 
    noreply at github.com
       
    Fri Sep 16 12:43:33 UTC 2022
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: bf664144d5647737755e85941ab6e0584a73acd9
      https://github.com/OpenSIPS/opensips/commit/bf664144d5647737755e85941ab6e0584a73acd9
  Author: Liviu Chircu <liviu at opensips.org>
  Date:   2022-09-16 (Fri, 16 Sep 2022)
  Changed paths:
    M cfg.y
  Log Message:
  -----------
  Allow folded strings as modparam values
Example syntax which is now valid:
modparam("cachedb_local", "cache_collections", "col1=10;col2=10"
    ";col3=10;col4=10;col5=8"
    ";col6=4"
    ";col7=4;col8=4")
    
    
More information about the Devel
mailing list