[Home]

Summary:ASTERISK-08167: call/pickupgroups above 32 do not work, even though the docs state otherwise
Reporter:raarts (raarts)Labels:
Date Opened:2006-11-21 11:02:02.000-0600Date Closed:2006-11-21 11:17:09.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Resources/res_features
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:The size of the callgroups/pickupgroups variables in
struct ast_channel is unsigned int.
In all channel drivers the size is ast_group_t which is
unsigned long long.
This means that res_features only compares the lowest 4 bytes
of the real group, which means call pickup will not work
for groups > 32.


****** ADDITIONAL INFORMATION ******

None
Comments:By: Joshua C. Colp (jcolp) 2006-11-21 11:17:08.000-0600

This has already been fixed in the 1.2 branch and the latest 1.2 release (1.2.13). Peace!