aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-04 19:13:30 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-04 19:13:30 +0000
commite3babcf0fc989b9414f1d54d3c410a0e95ada5d8 (patch)
tree437f3949bad7b37242117ebe906030a93cf0779a /configs
parenteb5358d980550f3bf6bb87b59fb3235142d9b8f9 (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: http://svn.digium.com/svn/asterisk/trunk@47201 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-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