aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-28 16:40:32 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-28 16:40:32 +0000
commit607c93b69728d6bad2318c456151e05bd6f9d749 (patch)
tree67843db003a9c719365fcdcdb2f4644753767959 /configs
parentcf1ce208c25e4543a325f1117cb787de81524bf5 (diff)
note that group assignments must be from 0 to 63 (issue #7048)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@23176 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/mgcp.conf.sample4
-rw-r--r--configs/sip.conf.sample3
-rw-r--r--configs/zapata.conf.sample2
3 files changed, 6 insertions, 3 deletions
diff --git a/configs/mgcp.conf.sample b/configs/mgcp.conf.sample
index cf7b2c916..d06601c75 100644
--- a/configs/mgcp.conf.sample
+++ b/configs/mgcp.conf.sample
@@ -27,8 +27,8 @@
;context=local
;host=192.168.1.20
;callerid = "John Doe" <123>
-;callgroup=0
-;pickupgroup=0
+;callgroup=0 ; in the range from 0 to 63
+;pickupgroup=0 ; in the range from 0 to 63
;nat=no
;threewaycalling=yes
;transfer=yes ; transfer requires threewaycalling=yes. Use FLASH to transfer
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index a5d0588be..400fbcb7e 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -418,6 +418,9 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
;qualify=1000 ; Consider it down if it's 1 second to reply
; Helps with NAT session
; qualify=yes uses default value
+;
+; Call group and Pickup group should be in the range from 0 to 63
+;
;callgroup=1,3-4 ; We are in caller groups 1,3,4
;pickupgroup=1,3-5 ; We can do call pick-p for call group 1,3,4,5
;defaultip=192.168.0.60 ; IP address to use if peer has not registred
diff --git a/configs/zapata.conf.sample b/configs/zapata.conf.sample
index 3b52087e6..690eb8797 100644
--- a/configs/zapata.conf.sample
+++ b/configs/zapata.conf.sample
@@ -340,7 +340,7 @@ group=1
; Ring groups (a.k.a. call groups) and pickup groups. If a phone is ringing
; and it is a member of a group which is one of your pickup groups, then
; you can answer it by picking up and dialing *8#. For simple offices, just
-; make these both the same
+; make these both the same. Groups range from 0 to 63.
;
callgroup=1
pickupgroup=1