aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-20 16:11:19 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-20 16:11:19 +0000
commit1312fe17be3c66718ce1d9ea65afdbc0c8cd0f73 (patch)
treecd95bf13959ee69bae2a1addd99f6b51be397b41
parent8c6e113ab5e36cae30b2afcf2c339bbfc9be6a4c (diff)
Changed occurrences of "busy-level" to "busylevel" in sip.conf.sample
in light of commit 89441. Thanks to pj for pointing out the need for this (closes issue #11307, reported by pj) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89453 f38db490-d61c-443f-a65b-d21fe96a405b
-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 8236390a8..ae04d37bd 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -210,8 +210,8 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
; for a device. When the call limit is filled, we will indicate busy. Note that
; you need at least 2 in order to be able to do attended transfers.
;
-; If you set the busy-level in addition to the call limit, we will indicate busy
-; when we have a number of calls that matches busy-level, but still allow calls
+; If you set the busylevel in addition to the call limit, we will indicate busy
+; when we have a number of calls that matches busylevel, but still allow calls
; up to the call-limit. This allows for transfers while still having blinking
; lamps and queues understanding that a device is busy.
;
@@ -569,7 +569,7 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
; videosupport videosupport
; maxcallbitrate maxcallbitrate
; rfc2833compensate mailbox
-; busy-level
+; busylevel
; username
; template
; fromdomain
@@ -606,7 +606,7 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
;call-limit=5 ; permit only 5 simultaneous outgoing calls to this peer
; Call-limits will not be enforced on real-time peers,
; since they are not stored in-memory
-;busy-level=2 ; Signal busy at 2 or more calls
+;busylevel=2 ; Signal busy at 2 or more calls
;outboundproxy=proxy.provider.domain ; send outbound signaling to this proxy, not directly to the peer
;port=80 ; The port number we want to connect to on the remote side
; Also used as "defaultport" in combination with "defaultip" settings