Re: [Asterisk-Users] Call Group Limit

2006-01-05 Thread BJ Weschke
 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 [EMAIL PROTECTED] 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


RE: [Asterisk-Users] Call Group Limit

2006-01-05 Thread Douglas Garstang
Thanks for that. I wonder if I could just change the x63 to something higher...

-Original Message-
From: BJ Weschke [mailto:[EMAIL PROTECTED]
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 [EMAIL PROTECTED] 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
___
--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