[asterisk-bugs] [JIRA] (ASTERISK-23876) RLS: Implement configuration

Mark Michelson (JIRA) noreply at issues.asterisk.org
Thu Jun 12 13:23:56 CDT 2014


Mark Michelson created ASTERISK-23876:
-----------------------------------------

             Summary: RLS: Implement configuration
                 Key: ASTERISK-23876
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-23876
             Project: Asterisk
          Issue Type: New Feature
      Security Level: None
            Reporter: Mark Michelson


The first step to implementing resource list subscriptions is to implement configuration in sorcery.

A configuration guide can be found on the following wiki page: https://wiki.asterisk.org/wiki/display/AST/Resource+List+Configuration

Configuration for resource lists should be handled by res_pjsip_pubsub. Since it is a separate module from res_pjsip, it is important to be sure to call ast_sorcery_apply_config(ast_sip_get_sorcery(), "res_pjsip_pubsub");

For the time being, you can simply add the configuration object as a field on the ast_sip_subscription structure. Once RLS starts getting fleshed out more, the configuration structure may end up getting moved.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list