[Asterisk-Users] Call Group Limit
BJ Weschke
bweschke at gmail.com
Thu Jan 5 09:08:00 MST 2006
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 at 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/
More information about the asterisk-users
mailing list