From b1c0c67e762a23cf56c1c9fe5d10bf9671329fae Mon Sep 17 00:00:00 2001 From: Olle Johansson <oej@edvina.net> Date: Tue, 27 Nov 2007 07:36:54 +0000 Subject: [PATCH] Merged revisions 89624 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r89624 | oej | 2007-11-27 08:34:19 +0100 (Tis, 27 Nov 2007) | 6 lines Clarify limitonpeers=yes (closes issue #11304) Reported by: pj ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89625 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/sip.conf.sample | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample index cee5e1abbf..91792bd612 100644 --- a/configs/sip.conf.sample +++ b/configs/sip.conf.sample @@ -236,14 +236,17 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls ;notifyhold = yes ; Notify subscriptions on HOLD state (default: no) ; Turning on notifyringing and notifyhold will add a lot ; more database transactions if you are using realtime. +;callcounter = yes ; Enable call counters on devices. This can be set per + ; device too. ;counteronpeer = yes ; Apply call counting on peers only. This will improve ; status notification when you are using type=friend ; Inbound calls, that really apply to the user part ; of a friend will now be added to and compared with ; the peer counter instead of applying two call counters, ; one for the peer and one for the user. -;callcounter = yes ; Enable call counters on devices. This can be set per - ; device too. + ; "sip show inuse" will only show active calls on + ; the peer side of a "type=friend" object if this + ; setting is turned on. ;----------------------------------------- T.38 FAX PASSTHROUGH SUPPORT ----------------------- ; -- GitLab