[asterisk-bugs] [JIRA] (ASTERISK-23285) PJSIP: Correct MWI behavior when mailboxes are specified for an endpoint and AOR

Mark Michelson (JIRA) noreply at issues.asterisk.org
Wed Feb 12 10:37:03 CST 2014


Mark Michelson created ASTERISK-23285:
-----------------------------------------

             Summary: PJSIP: Correct MWI behavior when mailboxes are specified for an endpoint and AOR
                 Key: ASTERISK-23285
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-23285
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Resources/res_pjsip_mwi
    Affects Versions: 12.0.0
            Reporter: Mark Michelson


In pjsip.conf, mailboxes can be set on an endpoint and on an AOR. The idea is that if you set mailboxes on an endpoint, then the endpoint will received unsolicited MWI. If you set mailboxes on the AOR, then endpoints that subscribe to MWI at that AOR will receive solicited MWI updates for the configured mailboxes.

If you were to set the same set of mailboxes on an endpoint and on an AOR, and the endpoint were to subscribe to MWI at that AOR, then the endpoint will receive both solicited and unsolicited MWI notifications when the mailboxes' states change.

Ideally what would happen is that if there is overlap between the set of mailboxes on an endpoint and the set of mailboxes on an AOR that the endpoint has subscribed to, then when the subscription is activated, the unsolicited MWI notifications for the common mailboxes should stop. If the subscription is deactivated, then the unsolicited MWI would resume. If unsolicited MWI for an endpoint is aggregated, then...um...well...we could either kill the entire unsolicited notification, or we could opt to not include the subscribed mailbox count into the unsolicited aggregated notification. Probably the first option is better.

--
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