[asterisk-commits] oej: trunk r89625 - in /trunk: ./ configs/sip.conf.sample
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Nov 27 01:36:55 CST 2007
Author: oej
Date: Tue Nov 27 01:36:54 2007
New Revision: 89625
URL: http://svn.digium.com/view/asterisk?view=rev&rev=89625
Log:
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
........
Modified:
trunk/ (props changed)
trunk/configs/sip.conf.sample
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/configs/sip.conf.sample
URL: http://svn.digium.com/view/asterisk/trunk/configs/sip.conf.sample?view=diff&rev=89625&r1=89624&r2=89625
==============================================================================
--- trunk/configs/sip.conf.sample (original)
+++ trunk/configs/sip.conf.sample Tue Nov 27 01:36:54 2007
@@ -236,14 +236,17 @@
;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 -----------------------
;
More information about the asterisk-commits
mailing list