Thanks for that. I wonder if I could just change the x>63 to something
higher...
-----Original Message-----
From: BJ Weschke [mailto:bweschke@gmail.com]
Sent: Thursday, January 05, 2006 9:08 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] Call Group Limit
From ast_get_group(char *s) in channel.c:
for (x = start; x <= finish; x++) {
if ((x > 63) || (x < 0)) {
ast_log(LOG_WARNING, "Ignoring invalid
group %d (maximum group is 63)\n", x);
} else
Is this what you're looking for?
On 1/5/06, Douglas Garstang <dgarstang@oneeighty.com>
wrote:> I recollect that there used to be a fixed, finite limit to the number of
call groups that could exist. Does anyone know if that limitation still exists
in 1.2.1, or maybe where I could look in the code to find out if it's a
fixed length array or not? Thanks.
>
> Doug.
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> Asterisk-Users mailing list
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
--
Bird's The Word Technologies, Inc.
http://www.btwtech.com/
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --
Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users