summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorChristian Richter <christian.richter@beronet.com>2006-05-22 15:02:03 +0000
committerChristian Richter <christian.richter@beronet.com>2006-05-22 15:02:03 +0000
commit19d46333bfa44eb6d8fffeb7b4a6ec6372a3de14 (patch)
treed3a9c8a177ba54b66647f79a35e3b5fecf9a04a8 /configs
parent5a8e7415c7a22f172e8a49d500051873551bf081 (diff)
added callcounters for incoming and outgoing calls
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@29411 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/misdn.conf.sample15
1 files changed, 15 insertions, 0 deletions
diff --git a/configs/misdn.conf.sample b/configs/misdn.conf.sample
index 1fb071930..5bdaecb54 100644
--- a/configs/misdn.conf.sample
+++ b/configs/misdn.conf.sample
@@ -300,6 +300,21 @@ jitterbuffer_upper_threshold=0
;
hdlc=no
+
+;
+; defines the maximum amount of incoming calls per port for
+; this group. Calls which exceed the maximum will be marked with
+; the channel varible MAX_OVERFLOW. It will contain the amount of
+; overflowed calls
+;
+max_incoming=-1
+
+;
+; defines the maximum amount of outgoing calls per port for this group
+; exceeding calls will be rejected
+;
+max_outgoing=-1
+
[intern]
; define your ports, e.g. 1,2 (depends on mISDN-driver loading order)
ports=1,2