Browse Source

change default for timers

* WITH_AUTH_TOKEN is mandatory
master
lazedo 6 years ago
parent
commit
0c82b4fc2b
1 changed files with 6 additions and 10 deletions
  1. +6
    -10
      kamailio/defs.cfg

+ 6
- 10
kamailio/defs.cfg View File

@ -7,16 +7,16 @@
#!substdef "!MAJOR!$(version(num){re.subst,/^(([^\.])*\.([^\.])*)\..*/\1/})!g"
#!trydef EXTERNAL_TO_INTERNAL_NO_RESPONSE_TIMER 3500
#!trydef INTERNAL_TO_EXTERNAL_NO_RESPONSE_TIMER 3500
#!trydef EXTERNAL_TO_INTERNAL_NO_RESPONSE_TIMER 5000
#!trydef INTERNAL_TO_EXTERNAL_NO_RESPONSE_TIMER 5000
#!trydef USE_PROGRESSIVE_TIMERS 0
#!trydef EXTERNAL_TO_INTERNAL_NO_RESPONSE_INITIAL_TIMER 1500
#!trydef INTERNAL_TO_EXTERNAL_NO_RESPONSE_INITIAL_TIMER 1500
#!trydef EXTERNAL_TO_INTERNAL_NO_RESPONSE_INITIAL_TIMER 15000
#!trydef INTERNAL_TO_EXTERNAL_NO_RESPONSE_INITIAL_TIMER 15000
#!trydef EXTERNAL_TO_INTERNAL_NO_RESPONSE_100_TIMER 4500
#!trydef INTERNAL_TO_EXTERNAL_NO_RESPONSE_100_TIMER 4500
#!trydef EXTERNAL_TO_INTERNAL_NO_RESPONSE_100_TIMER 45000
#!trydef INTERNAL_TO_EXTERNAL_NO_RESPONSE_100_TIMER 45000
#!trydef EXTERNAL_TO_INTERNAL_NO_RESPONSE_18X_TIMER 45000
#!trydef INTERNAL_TO_EXTERNAL_NO_RESPONSE_18X_TIMER 45000
@ -116,10 +116,6 @@ kazoo.to_external_no_response_18X_timer = INTERNAL_TO_EXTERNAL_NO_RESPONSE_18X_T
#!trydef KZ_PERMISSIONS_CACHE 0
#!ifndef WITH_NO_AUTH_TOKEN
#!trydef WITH_AUTH_TOKEN
#!endif
#!endif
# vim: tabstop=4 softtabstop=4 shiftwidth=4 expandtab

Loading…
Cancel
Save