aboutsummaryrefslogtreecommitdiffstats
path: root/configs/misdn.conf.sample
diff options
context:
space:
mode:
authorcrichter <crichter@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-22 15:02:03 +0000
committercrichter <crichter@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-22 15:02:03 +0000
commit043016071507235bddad4d781769d29d47a2816a (patch)
treed3a9c8a177ba54b66647f79a35e3b5fecf9a04a8 /configs/misdn.conf.sample
parentbe87942d3b60703c693692356a65a1d814c32ce2 (diff)
added callcounters for incoming and outgoing calls
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29411 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/misdn.conf.sample')
-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