From 0c82b4fc2b5731121dd5b2371ac0671ef31221e6 Mon Sep 17 00:00:00 2001 From: lazedo Date: Thu, 7 May 2020 17:28:26 +0000 Subject: [PATCH] change default for timers * WITH_AUTH_TOKEN is mandatory --- kamailio/defs.cfg | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/kamailio/defs.cfg b/kamailio/defs.cfg index dc3a01e..0700322 100644 --- a/kamailio/defs.cfg +++ b/kamailio/defs.cfg @@ -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