From 3aec7a9bd5d24a6627743e0df69029d0642790a6 Mon Sep 17 00:00:00 2001 From: russell 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: http://svn.digium.com/svn/asterisk/trunk@23177 f38db490-d61c-443f-a65b-d21fe96a405b --- configs/mgcp.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configs/mgcp.conf.sample') diff --git a/configs/mgcp.conf.sample b/configs/mgcp.conf.sample index 3508a1b25..2279977d8 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 -- cgit v1.2.3