User Tools

Site Tools


cookbooks:devel:core

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
cookbooks:devel:core [2020/09/30 09:23]
miconda [ip_free_bind]
cookbooks:devel:core [2020/10/19 13:31]
miconda [ipv6_hex_style]
Line 974: Line 974:
 ==== ipv6_hex_style ==== ==== ipv6_hex_style ====
  
-Can be set to "a" or "A" to specify if locally computed IPv6 addresses should use lowercase or uppercase hexa digits. Default is "A" (uppercase hexa digits, preseriving the behaviour before this global parameter was introduced). Enables the ability to follow the recommendations of RFC 5952, section 4.3.+Can be set to "a""A" or "c" to specify if locally computed string representation of IPv6 addresses should be expanded lowercase, expanded uppercase or compacted lowercase hexa digits. 
 + 
 +Default is "c" (compacted lower hexa digits, conforming better with RFC 5952). 
 + 
 +"A" is preserving the behaviour before this global parameter was introduced, while "a" enables the ability to follow some of the recommendations of RFC 5952, section 4.3.
  
 Example of usage: Example of usage:
Line 1605: Line 1609:
  
 shm_mem_size = 64 (default 64) shm_mem_size = 64 (default 64)
 +
 +==== sip_parser_log ====
 +
 +Log level for printing debug messages for some of the SIP parsing errors.
 +
 +Default: 0 (L_WARN)
 +
 +<code c>
 +sip_parser_log = 1
 +</code>
 +
 +==== sip_parser_mode ====
 +
 +Control sip parser behaviour.
 +
 +If set to 1, the parser is more strict in accepting messages that have invalid headers (e.g., duplicate To or From). It can make the system safer, but loses the flexibility to be able to fix invalid messages with config operations.
 +
 +If set to 0, the parser is less strict on checking validity of headers.
 +
 +Default: 1
 +
 +<code c>
 +sip_parser_mode = 0
 +</code>
  
 ==== sip_warning (noisy feedback) ==== ==== sip_warning (noisy feedback) ====
cookbooks/devel/core.txt · Last modified: 2022/04/11 17:10 by bkaufman