]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
automerge commit
authorAutomerge script <automerge@asterisk.org>
Fri, 28 Apr 2006 17:05:06 +0000 (17:05 +0000)
committerAutomerge script <automerge@asterisk.org>
Fri, 28 Apr 2006 17:05:06 +0000 (17:05 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@23206 65c4cc65-6c06-0410-ace0-fbb531ad65f3

configs/mgcp.conf.sample
configs/sip.conf.sample
configs/zapata.conf.sample

index cf7b2c91604e986e961f8cae50e3428f92268b9a..d06601c7554c678f932f6a649e61baab4d865dd7 100644 (file)
@@ -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
index a5d0588be921064f95382e7a21267188e8edb5e8..400fbcb7e8948236f706af8aed98279c2f6e8c83 100644 (file)
@@ -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
index 3b52087e6cf7bef80ae4545bdddd784987713ae8..690eb879702d220fbd954c78d97986a05717427c 100644 (file)
@@ -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