[asterisk-bugs] [JIRA] Closed: (ASTERISK-15463) [patch] Extend the max number of callgroups/pickupgroups
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Wed Sep 5 09:22:07 CDT 2012
[ https://issues.asterisk.org/jira/browse/ASTERISK-15463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Matt Jordan closed ASTERISK-15463.
----------------------------------
Resolution: Fixed
The number of callgroups/pickupgroups is effectively unlimited in Asterisk 11, due to the creation of named callgroups/pickupgroups.
For more information, please see https://wiki.asterisk.org/wiki/display/AST/New+in+11
> [patch] Extend the max number of callgroups/pickupgroups
> --------------------------------------------------------
>
> Key: ASTERISK-15463
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-15463
> Project: Asterisk
> Issue Type: New Feature
> Components: Channels/NewFeature
> Reporter: raarts
> Attachments: moregroups.patch
>
>
> 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.
>
> ****** ADDITIONAL INFORMATION ******
> Some people might object to implementing this as an array of ints, because it introduces a loop. But I think call pickups are not done often enough for this to become a problem.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list