[asterisk-bugs] [Asterisk 0016073]: [patch] Not all SIP extensions receive a page

Asterisk Bug Tracker noreply at bugs.digium.com
Wed Sep 29 17:39:13 CDT 2010


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=16073 
====================================================================== 
Reported By:                aragon
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   16073
Category:                   Applications/app_page
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     ready for review
Asterisk Version:           Older 1.4 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2009-10-14 13:09 CDT
Last Modified:              2010-09-29 17:39 CDT
====================================================================== 
Summary:                    [patch] Not all SIP extensions receive a page
Description: 
I have 187 SIP extensions configured to receive a page.
Dial plan looks correct but when CLI is watched during paging execution
only 140 phones receive the paging execution.
====================================================================== 

---------------------------------------------------------------------- 
 (0127524) russell (administrator) - 2010-09-29 17:39
 https://issues.asterisk.org/view.php?id=16073#c127524 
---------------------------------------------------------------------- 
Perhaps they meant something like this: (totally untested)

[foo]

exten => page,1,Page(Local/group1 at foo&Local/group2 at foo&Local/group3 at foo)
exten => group1,1,Page(SIP/1&SIP/2&...)
exten => group2,1,Page(SIP/3&SIP/4&...)
exten => group3,1,Page(SIP/5&SIP/6&...)


It would work, I think, but I wonder what kind of performance impact there
would be, if any, since it will result in 4 MeetMe() conference bridges
being created internally.  I'm surprised that you're able to page that many
phones at once without a problem.  It requires making 140 calls at once and
dumping them all into a conference bridge. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-09-29 17:39 russell        Note Added: 0127524                          
======================================================================




More information about the asterisk-bugs mailing list