From c38fbd246efeefdac30c86c56ba62386bfa34c8b Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Fri, 28 Apr 2006 16:42:42 +0000 Subject: 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 --- configs/sip.conf.sample | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configs/sip.conf.sample') diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample index d391ec7c6..26966cd08 100644 --- a/configs/sip.conf.sample +++ b/configs/sip.conf.sample @@ -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 ; 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 -- cgit v1.2.3