Browse Source

update default response timers

master
lazedo 6 years ago
parent
commit
c3795b7251
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      kamailio/defs.cfg

+ 2
- 2
kamailio/defs.cfg View File

@ -7,8 +7,8 @@
#!substdef "!MAJOR!$(version(num){re.subst,/^(([^\.])*\.([^\.])*)\..*/\1/})!g" #!substdef "!MAJOR!$(version(num){re.subst,/^(([^\.])*\.([^\.])*)\..*/\1/})!g"
#!trydef EXTERNAL_TO_INTERNAL_NO_RESPONSE_TIMER 250
#!trydef INTERNAL_TO_EXTERNAL_NO_RESPONSE_TIMER 500
#!trydef EXTERNAL_TO_INTERNAL_NO_RESPONSE_TIMER 1250
#!trydef INTERNAL_TO_EXTERNAL_NO_RESPONSE_TIMER 1500
kazoo.to_internal_no_response_timer = EXTERNAL_TO_INTERNAL_NO_RESPONSE_TIMER descr "external to internal no response timer" kazoo.to_internal_no_response_timer = EXTERNAL_TO_INTERNAL_NO_RESPONSE_TIMER descr "external to internal no response timer"
kazoo.to_external_no_response_timer = INTERNAL_TO_EXTERNAL_NO_RESPONSE_TIMER descr "internal to external no response timer" kazoo.to_external_no_response_timer = INTERNAL_TO_EXTERNAL_NO_RESPONSE_TIMER descr "internal to external no response timer"


Loading…
Cancel
Save