note that group assignments must be from 0 to 63 (issue #7048)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@23177 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Russell Bryant 19 years ago
parent 8d46a41cb0
commit c38fbd246e

@ -27,8 +27,8 @@
;context=local ;context=local
;host=192.168.1.20 ;host=192.168.1.20
;callerid = "John Doe" <123> ;callerid = "John Doe" <123>
;callgroup=0 ;callgroup=0 ; in the range from 0 to 63
;pickupgroup=0 ;pickupgroup=0 ; in the range from 0 to 63
;nat=no ;nat=no
;threewaycalling=yes ;threewaycalling=yes
;transfer=yes ; transfer requires threewaycalling=yes. Use FLASH to transfer ;transfer=yes ; transfer requires threewaycalling=yes. Use FLASH to transfer

@ -233,6 +233,7 @@ incoming_early_audio=no
; Pickup and Callgroup ; Pickup and Callgroup
; ;
; deafult values: not set = 0 ; deafult values: not set = 0
; range: 0-63
; ;
;callgroup=1 ;callgroup=1
;pickupgroup=1 ;pickupgroup=1

@ -473,6 +473,9 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
;qualify=1000 ; Consider it down if it's 1 second to reply ;qualify=1000 ; Consider it down if it's 1 second to reply
; Helps with NAT session ; Helps with NAT session
; qualify=yes uses default value ; 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 ;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 ;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 ;defaultip=192.168.0.60 ; IP address to use if peer has not registred

@ -354,7 +354,7 @@ group=1
; Ring groups (a.k.a. call groups) and pickup groups. If a phone is ringing ; 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 ; 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 ; 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 callgroup=1
pickupgroup=1 pickupgroup=1

Loading…
Cancel
Save