[asterisk-bugs] [Asterisk 0016640]: Extend the max number of callgroups/pickupgroups
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Jan 18 16:10:54 CST 2010
The following issue has been SUBMITTED.
======================================================================
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: new
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-18 16:10 CST
======================================================================
Summary: 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.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2010-01-18 16:10 raarts New Issue
2010-01-18 16:10 raarts Asterisk Version => SVN
2010-01-18 16:10 raarts Regression => No
2010-01-18 16:10 raarts SVN Branch (only for SVN checkouts, not tarball
releases) => N/A
======================================================================
More information about the asterisk-bugs
mailing list