mirror of
https://github.com/asterisk/asterisk.git
synced 2025-12-03 11:41:49 +00:00
* SS7 support now requires libss7 v2.0 or later. The new libss7 is not backwards compatible. * Added SS7 support for connected line and redirecting. * Most SS7 CLI commands are reworked as well as new SS7 commands added. See online CLI help. * Added several SS7 config option parameters described in chan_dahdi.conf.sample. * ISUP timer support reworked and now requires explicit configuration. See ss7.timers.sample. Special thanks to Kaloyan Kovachev for his support and persistence in getting the original patch by adomjan updated and ready for release. SS7-27 #close Reported by: adomjan git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@416416 65c4cc65-6c06-0410-ace0-fbb531ad65f3
66 lines
1.5 KiB
Plaintext
66 lines
1.5 KiB
Plaintext
;;;;; 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
|