summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMatthew Fredrickson <creslin@digium.com>2006-07-06 21:51:51 +0000
committerMatthew Fredrickson <creslin@digium.com>2006-07-06 21:51:51 +0000
commitde03118578932f016d2f02ec87699e512f549f08 (patch)
tree0c94b7d07ef75840b3dbbdb40b4e55633072e648 /configs
parent21486272e81e016b1aa470db44fe35b28182ad26 (diff)
Asterisk portion of the T309 patch. (#7271)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37226 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/zapata.conf.sample10
1 files changed, 10 insertions, 0 deletions
diff --git a/configs/zapata.conf.sample b/configs/zapata.conf.sample
index c20ecbe5f..e28153f4c 100644
--- a/configs/zapata.conf.sample
+++ b/configs/zapata.conf.sample
@@ -131,6 +131,16 @@ switchtype=national
; ISDN Timers
; All of the ISDN timers and counters that are used are configurable. Specify
; the timer name, and its value (in ms for timers).
+; K: Layer 2 max number of outstanding unacknowledged I frames (default 7)
+; N200: Layer 2 max number of retransmissions of a frame (default 3)
+; T200: Layer 2 max time before retransmission of a frame (default 1000 ms)
+; T203: Layer 2 max time without frames being exchanged (default 10000 ms)
+; T305: Wait for DISCONNECT acknowledge (default 30000 ms)
+; T308: Wait for RELEASE acknowledge (default 4000 ms)
+; T309: Maintain active calls on Layer 2 disconnection (default -1, Asterisk clears calls)
+; EuroISDN: 6000 to 12000 ms, according to (N200 + 1) × T200 + 2s
+; May vary in other ISDN standards (Q.931 1993 : 90000 ms)
+; T313: Wait for CONNECT acknowledge, CPE side only (default 3000 ms)
;
; pritimer => t200,1000
; pritimer => t313,4000