[asterisk-commits] branch 1.2 r23176 - /branches/1.2/configs/
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Fri Apr 28 09:40:33 MST 2006
Author: russell
Date: Fri Apr 28 11:40:32 2006
New Revision: 23176
URL: http://svn.digium.com/view/asterisk?rev=23176&view=rev
Log:
note that group assignments must be from 0 to 63 (issue #7048)
Modified:
branches/1.2/configs/mgcp.conf.sample
branches/1.2/configs/sip.conf.sample
branches/1.2/configs/zapata.conf.sample
Modified: branches/1.2/configs/mgcp.conf.sample
URL: http://svn.digium.com/view/asterisk/branches/1.2/configs/mgcp.conf.sample?rev=23176&r1=23175&r2=23176&view=diff
==============================================================================
--- branches/1.2/configs/mgcp.conf.sample (original)
+++ branches/1.2/configs/mgcp.conf.sample Fri Apr 28 11:40:32 2006
@@ -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
Modified: branches/1.2/configs/sip.conf.sample
URL: http://svn.digium.com/view/asterisk/branches/1.2/configs/sip.conf.sample?rev=23176&r1=23175&r2=23176&view=diff
==============================================================================
--- branches/1.2/configs/sip.conf.sample (original)
+++ branches/1.2/configs/sip.conf.sample Fri Apr 28 11:40:32 2006
@@ -418,6 +418,9 @@
;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
Modified: branches/1.2/configs/zapata.conf.sample
URL: http://svn.digium.com/view/asterisk/branches/1.2/configs/zapata.conf.sample?rev=23176&r1=23175&r2=23176&view=diff
==============================================================================
--- branches/1.2/configs/zapata.conf.sample (original)
+++ branches/1.2/configs/zapata.conf.sample Fri Apr 28 11:40:32 2006
@@ -340,7 +340,7 @@
; 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
More information about the asterisk-commits
mailing list