User Tools

Site Tools


cookbooks:3.3.x: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:3.3.x:core [2012/09/07 10:05]
vitalik [Arithmetic operations]
cookbooks:3.3.x:core [2012/10/21 17:44]
oej [alias] Adding auto_bind_ipv6
Line 471: Line 471:
 </code> </code>
  
 +==== auto_bind_ipv6 ====
 +
 +When turned on, Kamailio will automatically bind to all IPv6 addresses (much like the default behaviour for IPv4).
 +
 +Example:
 +
 +<code>
 +    auto_bind_ipv6=1
 +</code>
 ==== check_via ==== ==== check_via ====
  
Line 2044: Line 2053:
 Example of usage: Example of usage:
  
-    forward("10.0.0.10:5060");+    forward(10.0.0.105060);
     #or     #or
     forward();     forward();
cookbooks/3.3.x/core.txt ยท Last modified: 2014/05/31 13:36 by mslehto