[asterisk-bugs] [JIRA] (ASTERISK-21266) Build a pub/sub architecture for the new SIP channel driver

Matt Jordan (JIRA) noreply at issues.asterisk.org
Fri Mar 15 08:50:03 CDT 2013


Matt Jordan created ASTERISK-21266:
--------------------------------------

             Summary: Build a pub/sub architecture for the new SIP channel driver
                 Key: ASTERISK-21266
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-21266
             Project: Asterisk
          Issue Type: New Feature
          Components: Channels/chan_gulp
    Affects Versions: 12
            Reporter: Matt Jordan
      Target Release: 12


The new SIP work needs the ability to perform SUBSCRIBE/NOTIFY/PUBLISH functionality. As the first stage in that, we need to be able to provide a framework to the rest of Asterisk that let's people:
* Access subscribers and find out what they're subscribed to
* Be notified when a subscription is created or changed for a subscriber
* Submit notifications for subscribers to the framework on a periodic basis or on an as needed basis.

In order to 'plan for the feature', we may want to view the concept of a subscription separately from the concept of an endpoint, such that it's easier to implement RLS in the future.

At the end of this task, we should be able to process SUBSCRIBE requests, creating subscriptions, cancelling subscriptions, having appropriate timers, etc.





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