summaryrefslogtreecommitdiff
path: root/configs/sip.conf.sample
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2009-11-12 10:24:20 +0000
committerOlle Johansson <oej@edvina.net>2009-11-12 10:24:20 +0000
commit8e583db28f3d84ec7af52de732e7107ff3ded4f5 (patch)
tree0b98944ede825f0045abdee02b8ec5edbc3d1e94 /configs/sip.conf.sample
parentcca751350a64d22ec2d44b535f4821c8c3a5d9e1 (diff)
Clarification
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@229607 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/sip.conf.sample')
-rw-r--r--configs/sip.conf.sample8
1 files changed, 4 insertions, 4 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index 18a6602bc..b0e5e05d9 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -87,12 +87,12 @@
; combination with the "defaultip" setting.
;-----------------------------------------------------------------------------
-; ** Deprecated configuration options **
-; The "call-limit" configuation option is deprecated. It still works in
-; this version of Asterisk, but will disappear in the next version.
+; ** Old configuration options **
+; The "call-limit" configuation option is considered old is replaced
+; by new functionality. To enable callcounters, you use the new
+; "callcounter" setting (for extension states in queue and subscriptions)
; You are encouraged to use the dialplan groupcount functionality
; to enforce call limits instead of using this channel-specific method.
-;
; You can still set limits per device in sip.conf or in a database by using
; "setvar" to set variables that can be used in the dialplan for various limits.