[asterisk-bugs] [JIRA] Issue Comment Edited: (ASTERISK-15463) [patch] Extend the max number of callgroups/pickupgroups

Matt Jordan (JIRA) noreply at issues.asterisk.org
Wed Sep 5 09:22:08 CDT 2012


    [ https://issues.asterisk.org/jira/browse/ASTERISK-15463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=196611#comment-196611 ] 

Matt Jordan edited comment on ASTERISK-15463 at 9/5/12 9:21 AM:
----------------------------------------------------------------

The number of callgroups/pickupgroups is effectively unlimited in Asterisk 11, due to the creation of named callgroups/pickupgroups.  This is a different approach than what is advocated on this issue, but it captures the intent of this patch.

For more information, please see https://wiki.asterisk.org/wiki/display/AST/New+in+11

      was (Author: mjordan):
    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