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/04/02 15:33]
miconda [listen]
cookbooks:devel:core [2020/04/03 09:34]
henningw [mem_join]
Line 1093: Line 1093:
     listen=udp:10.0.0.10:5060 name "s1"     listen=udp:10.0.0.10:5060 name "s1"
     listen=udp:10.10.10.10:5060 advertise 11.11.11.11:5060 name "s2"     listen=udp:10.10.10.10:5060 advertise 11.11.11.11:5060 name "s2"
 +    listen=udp:10.10.10.20:5060 advertise "mysipdomain.com" name "s3"
 +    listen=udp:10.10.10.30:5060 advertise "mysipdomain.com" name "s4"
     ...     ...
-    $fsn = "s2";+    $fsn = "s4";
     t_relay();     t_relay();
 </code> </code>
Line 1347: Line 1349:
 It can be set via config reload framework. It can be set via config reload framework.
  
-Default is (disabled).+Default is (enabled).
  
 <code c> <code c>
Line 1593: Line 1595:
 ==== sip_warning (noisy feedback) ==== ==== sip_warning (noisy feedback) ====
  
-Can be 0 or 1. If set to 1 (default value) a 'Warning' header is added to each reply generated by Kamailio.+Can be 0 or 1. If set to 1 (default value is 0) a 'Warning' header is added to each reply generated by Kamailio.
 The header contains several details that help troubleshooting using the network traffic dumps, but might reveal details of your network infrastructure and internal SIP routing. The header contains several details that help troubleshooting using the network traffic dumps, but might reveal details of your network infrastructure and internal SIP routing.
  
cookbooks/devel/core.txt ยท Last modified: 2022/04/11 17:10 by bkaufman