[Home]

Summary:ASTERISK-06864: [feature] support for group number > 63 in channel.c
Reporter:Andrey S Pankov (casper)Labels:
Date Opened:2006-04-27 14:48:05Date Closed:2006-04-28 11:43:40
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/Configuration
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) group.diff
Description:It would be nice to have support for that.
ast_group_t is defined 'long long'.
I didn't find where the limit is documented btw.
Comments:By: Russell Bryant (russell) 2006-04-27 14:57:13

This limit is because the groups are stored as a bitmask in a 64 bit number.  This is so that a channel can be in more than one group.  Feel free to submit a patch that proposes a different way of storing this information, or to update documentation as you see fit.  Otherwise, feature requests are better suited for discussion on the asterisk-dev mailing list, not on the bug tracker.

By: Andrey S Pankov (casper) 2006-04-27 18:42:04

Documentation updates uploaded...

By: Russell Bryant (russell) 2006-04-28 11:43:24

the patch has been applied to both the 1.2 branch and trunk, thanks