[asterisk-bugs] [Asterisk 0016640]: [patch] Extend the max number of callgroups/pickupgroups

Asterisk Bug Tracker noreply at bugs.digium.com
Mon May 23 10:38:41 CDT 2011


A NOTE has been added to this issue. 
====================================================================== 
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:                       SWP-752 
Regression:                 No 
Reviewboard Link:           https://reviewboard.asterisk.org/r/466/ 
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:              2011-05-23 10:38 CDT
====================================================================== 
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.

 
====================================================================== 

---------------------------------------------------------------------- 
 (0135280) lmadsen (administrator) - 2011-05-23 10:38
 https://issues.asterisk.org/view.php?id=16640#c135280 
---------------------------------------------------------------------- 
As this is a new feature, it can only be committed to trunk at this point,
but if the patch applies cleanly to 1.8 you could apply it locally. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-05-23 10:38 lmadsen        Note Added: 0135280                          
======================================================================




More information about the asterisk-bugs mailing list