[asterisk-bugs] [JIRA] (ASTERISK-22556) MailboxCount & ExtensionState commands - request multiple mailboxes/extensions

Mike Ser (JIRA) noreply at issues.asterisk.org
Wed Sep 18 16:09:05 CDT 2013


Mike Ser created ASTERISK-22556:
-----------------------------------

             Summary: MailboxCount & ExtensionState commands - request multiple mailboxes/extensions
                 Key: ASTERISK-22556
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-22556
             Project: Asterisk
          Issue Type: New Feature
      Security Level: None
          Components: Core/ManagerInterface/NewFeature
    Affects Versions: 1.8.23.1
            Reporter: Mike Ser


We use asterisk gui & initial loading can take forever with large installations (100+ extensions,) as each extension requires two AMI requests to send and receive the ExtensionState & MailboxStatus commands.  I have modified these commands in manager.c to accept a comma delimited list of extensions and build a reply for the entire list.  

I also have made modifications to asterisk gui to take advantage of this feature and load all the ExtensionState's and MailboxStatus' with a single command which executes very quickly, which I will be glad to submit if these changes are accepted.

In addition the asterisk gui can now refresh the extension status very well, where in the past it required a separate javascipt setInterval for each extension, which for large installations performed so poorly that we had commented it out.





--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list