mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
configs: Move sample config files into a subdirectory of configs
This moves all samples configs from configs/ to configs/samples. This allows for additional sets of sample configuration files to be added in the future. Review: https://reviewboard.asterisk.org/r/3804/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@418870 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
65
configs/samples/ss7.timers.sample
Normal file
65
configs/samples/ss7.timers.sample
Normal file
@@ -0,0 +1,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
|
Reference in New Issue
Block a user