Browse Source

mhomed as a #!trydef

4.3
lazedo 7 years ago
committed by Luis Azedo
parent
commit
b8b915eaef
3 changed files with 5 additions and 14 deletions
  1. +3
    -0
      kamailio/default.cfg
  2. +0
    -13
      kamailio/defs.cfg
  3. +2
    -1
      kamailio/local.cfg

+ 3
- 0
kamailio/default.cfg View File

@ -88,6 +88,9 @@ dns_srv_lb = off
####### SCTP Parameters #########
disable_sctp = yes
####### multi homed #########
mhomed=KZ_MULTI_HOMED
######## Kamailio mqueue module ########
loadmodule "mqueue.so"


+ 0
- 13
kamailio/defs.cfg View File

@ -104,19 +104,6 @@
#!trydef KZ_TLS_REGISTRAR_PORT 7000
#!endif
################################################################################
## 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=KZ_MULTI_HOMED
#!trydef KZ_FAST_PICKUP_COOKIES 1
#!trydef KZ_FAST_PICKUP_REALTIME 1


+ 2
- 1
kamailio/local.cfg View File

@ -75,13 +75,14 @@
## BINDINGS
################################################################################
## This parameter is OPTIONAL.
## when set to 1,
## 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
##!define KZ_MULTI_HOMED 1
################################################################################
## KZ_DISABLE_REGISTRAR_PORTS


Loading…
Cancel
Save