Browse Source

substdefs for listeners need the IP_ADDRESS resolved

update-rsyslog-config
lazedo 7 years ago
parent
commit
1a3401d66e
2 changed files with 5 additions and 0 deletions
  1. +4
    -0
      kamailio/defs.cfg
  2. +1
    -0
      kamailio/local.cfg

+ 4
- 0
kamailio/defs.cfg View File

@ -2,6 +2,8 @@
####### defs ########
#!ifndef DEFAULTS_INCLUDED
#!trydef DEFAULTS_INCLUDED
#!ifndef MY_HOSTNAME
#!substdef "!MY_HOSTNAME!$HN(f)!g"
@ -111,4 +113,6 @@
#!trydef KZ_PRESENCE_FAST_PICKUP_COOKIES 1
#!trydef KZ_PRESENCE_FAST_PICKUP_REALTIME 1
#!endif
# vim: tabstop=4 softtabstop=4 shiftwidth=4 expandtab

+ 1
- 0
kamailio/local.cfg View File

@ -126,6 +126,7 @@
# # #!define SIP_TRACE_URI "sip:127.0.0.1:9060"
# # #!define HEP_CAPTURE_ID 1
include_file "defs.cfg"
## YOU SHOULD NOT HAVE TO CHANGE THESE!
## By setting MY_IP_ADDRESS above these will resolve


Loading…
Cancel
Save