[Home]

Summary:ASTERISK-23866: RLS: Implement configuration
Reporter:Mark Michelson (mmichelson)Labels:
Date Opened:2014-06-12 12:10:43Date Closed:2014-06-20 10:34:46
Priority:MajorRegression?
Status:Closed/CompleteComponents:Resources/res_pjsip_pubsub
Versions:12.3.0 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description: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.
Comments: