/etc/asterisk/ss7.timers is in asterisk-config 1:13.18.3~dfsg-1ubuntu4.
This file is owned by root:root, with mode 0o640.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | ;;;;; ITU-T Q.707 timers
;mtp3_timer.q707_t1 = 4000
;mtp3_timer.q707_t2 = 30000
;;;;; MTP3 timers as specified in ITU-T Q.704 or ANSI T1.111-2001
mtp3_timer.t1 = 500
mtp3_timer.t2 = 700
mtp3_timer.t3 = 500
mtp3_timer.t4 = 500
mtp3_timer.t5 = 500
mtp3_timer.t6 = 500
mtp3_timer.t7 = 1000
mtp3_timer.t10 = 60000
mtp3_timer.t12 = 800
mtp3_timer.t13 = 800
mtp3_timer.t14 = 2000
; enable for ITU only. Timers after T17 are defined differently for ANSI
;mtp3_timer.t19 = 67000
;mtp3_timer.t21 = 63000
;
;mtp3_timer.t22 = 300000
;mtp3_timer.t23 = 300000
;;;;; ISUP timers as specified in ITU-T Q.764 or ANSI T1.113-2000
isup_timer.t1 = 15000
;isup_timer.t2 = 180000 ; ITU only
;isup_timer.t5 = 300000 ; for ITU
;isup_timer.t5 = 60000 ; for ANSI
isup_timer.t6 = 30000
isup_timer.t7 = 20000
isup_timer.t8 = 10000
;isup_timer.t10 = 4000 ; ITU only
isup_timer.t12 = 15000
;isup_timer.t13 = 300000 ; for ITU
;isup_timer.t13 = 60000 ; for ANSI
isup_timer.t14 = 15000
;isup_timer.t15 = 300000 ; for ITU
;isup_timer.t15 = 60000 ; for ANSI
isup_timer.t16 = 15000
;isup_timer.t17 = 300000 ; for ITU
;isup_timer.t17 = 60000 ; for ANSI
isup_timer.t18 = 15000
;isup_timer.t19 = 300000 ; for ITU
;isup_timer.t19 = 60000 ; for ANSI
isup_timer.t20 = 15000
;isup_timer.t21 = 300000 ; for ITU
;isup_timer.t21 = 60000 ; for ANSI
isup_timer.t22 = 15000
;isup_timer.t23 = 300000 ; for ITU
;isup_timer.t23 = 60000 ; for ANSI
isup_timer.t27 = 240000
isup_timer.t33 = 12000
;isup_timer.t35 = 15000 ; ITU only
|