[Asterisk-Dev] group number limitation
Mike M
no-linux-support at earthlink.net
Tue Jan 11 13:42:53 MST 2005
On Tue, Jan 11, 2005 at 02:22:36PM -0600, Tilghman Lesher wrote:
> On Tuesday 11 January 2005 11:26, Paradise Dove wrote:
> > it seems that the group number used for channel group, call group
> > and pickup group is limited to 32 groups (0~31) which is handeled by
>
> The answer is 3 lines further down:
>
> group |= (1 << x);
>
> On the i386 architecture, which most people are running, your integers are
> all 32 bits wide, which means you're limited to 32 groups.
redefine?
uint64_t group;
Bit defs <sniff>.
--
Mike
More information about the asterisk-dev
mailing list