Browse Source

revert mhomed

drop_requests
Luis Azedo 8 years ago
parent
commit
cabb51f48d
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      kamailio/local.cfg

+ 11
- 0
kamailio/local.cfg View File

@ -71,6 +71,17 @@
## E.g.: Add MTU=1472 to the /etc/sysconfig/network-scripts/XXX ## E.g.: Add MTU=1472 to the /etc/sysconfig/network-scripts/XXX
# udp4_raw_mtu = 1472 # udp4_raw_mtu = 1472
################################################################################
## BINDINGS
################################################################################
## This parameter is OPTIONAL.
## It will try to locate outbound interface
## on multihomed host. By default forward
## requests use the incoming socket disregarding
## the destination location. When enabled Kamailio
## will select a socket that can reach the
## destination. This reduces performance.
mhomed=0
################################################################################ ################################################################################
## KZ_DISABLE_REGISTRAR_PORTS ## KZ_DISABLE_REGISTRAR_PORTS


Loading…
Cancel
Save