summaryrefslogtreecommitdiff
path: root/configs/sip.conf.sample
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2006-11-04 19:13:30 +0000
committerOlle Johansson <oej@edvina.net>2006-11-04 19:13:30 +0000
commitd900b47ccf388849546d53e52fc7e7d3387725a8 (patch)
tree437f3949bad7b37242117ebe906030a93cf0779a /configs/sip.conf.sample
parent338c18486c8c63e5a9046f146f82448defd0c81b (diff)
Adding new config option "limitpeersonly" to only apply call limits
to the peer side of a type=friend. This is for trying to support BJ in his quest to solve some issues with the queue system and type=friend objects. BJ: Please test! git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47201 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/sip.conf.sample')
-rw-r--r--configs/sip.conf.sample6
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index 85fec8680..169941e08 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -125,6 +125,12 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
; for peers and users as well
;callevents=no ; generate manager events when sip ua
; performs events (e.g. hold)
+;limitpeersonly=no ; Apply all call limits ("limit=") only to peers, never
+ ; to users. This improves handling of call limits
+ ; and device states in certain situations. The user part
+ ; of a type=friend will still be affected by the call
+ ; limit, but Asterisk will only use one object for
+ ; counting the simultaneous calls.
;alwaysauthreject = yes ; When an incoming INVITE or REGISTER is to be rejected,
; for any reason, always reject with '401 Unauthorized'
; instead of letting the requester know whether there was