[Asterisk-Dev] group number limitation
Tilghman Lesher
tilghman at mail.jeffandtilghman.com
Wed Jan 12 10:07:19 MST 2005
On Wednesday 12 January 2005 09:04, Paradise Dove wrote:
> > so the number of groups could be increased by changing the type of all
> > the related vars, functions,... to something like "unsigned long
> > double".
>
> sorry, meaned "long double". :-)
> or change the logic of group numbers.
I wouldn't mind seeing you try to use a double to do bitwise calculations, as
a double is a type of float, not int. ;-)
You'd probably want to use a "long long".
--
Tilghman
More information about the asterisk-dev
mailing list