[asterisk-bugs] [Asterisk 0016640]: [patch] Extend the max number of callgroups/pickupgroups
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Jan 19 07:28:35 CST 2010
The following issue is now READY FOR TESTING.
======================================================================
https://issues.asterisk.org/view.php?id=16640
======================================================================
Reported By: raarts
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 16640
Category: Channels/NewFeature
Reproducibility: always
Severity: feature
Priority: normal
Status: ready for testing
Asterisk Version: SVN
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-01-18 16:10 CST
Last Modified: 2010-01-19 07:28 CST
======================================================================
Summary: [patch] Extend the max number of
callgroups/pickupgroups
Description:
Currently the number of callgroups/pickupgroups is limited to 63, because
the variable type that holds the group bits is a long long.
Here's a patch that extends this variable to an arbitrary-length
(determined at compile time) int array. It currently sets the max number of
groups to 1024.
It implements this for all channels, but I only tested SIP and DAHDI.
======================================================================
----------------------------------------------------------------------
(0116884) lmadsen (administrator) - 2010-01-19 07:28
https://issues.asterisk.org/view.php?id=16640#c116884
----------------------------------------------------------------------
Huh, I thought this had already been done, but apparently I was wrong :)
Thanks for the contribution! Since this appears to be a fairly substantial
patch, this would be a good candidate for reviewboard
(reviewboard.asterisk.org).
Issue History
Date Modified Username Field Change
======================================================================
2010-01-19 07:28 lmadsen Note Added: 0116884
2010-01-19 07:28 lmadsen Status new => ready for
testing
======================================================================
More information about the asterisk-bugs
mailing list