[asterisk-bugs] [JIRA] (ASTERISK-23342) PJSIP Testing: Subscription tests

Matt Jordan (JIRA) noreply at issues.asterisk.org
Fri Feb 21 11:48:04 CST 2014


Matt Jordan created ASTERISK-23342:
--------------------------------------

             Summary: PJSIP Testing: Subscription tests
                 Key: ASTERISK-23342
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-23342
             Project: Asterisk
          Issue Type: Improvement
          Components: Resources/res_pjsip_pubsub
    Affects Versions: 12.0.0
            Reporter: Matt Jordan


While we have a fair amount of subscription based tests for PJSIP, there's a number of off nominal scenarios that still need to be tested.

Note that with the addition of these tests, it may be worthwhile to restructure our existing pub/sub tests into a hierarchy similar to the basic call tests.

h4. Disallowed subscriptions

* A SIP UA subscribes for a valid event package with Asterisk, but the endpoint doesn't allow subscriptions
* Asterisk responds with a 603

h4. MinExpiry not met

* A SIP UA sends a subscription with an expiration time that is less than the configured minexpiry for the endpoint
* Asterisk responds with a 423

h4. No Event Header

* A SIP UA sends a subscription but fails to provide an Event header
* Asterisk responds with a 489

h4. Unknown Event Package

* A SIP UA sends a subscription for an unknown event package
* Asterisk responds with a 489

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