[Home]

Summary:ASTERISK-25965: res_pjsip_outbound_publish: Allow multiple clients per configuration
Reporter:Kevin Harwell (kharwell)Labels:
Date Opened:2016-04-26 16:55:49Date Closed:2016-05-18 19:31:59
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Resources/res_pjsip_outbound_publish
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:The publish client API is a 1 to 1 mapping right now, we only publish a single thing. For the publishing of extension state use case it needs to be able to have a publish client per 'user' at the server URI so it can publish for multiple things using a single configuration. When something needs to be published the user is provided, the code looks up the right publish client, and it gets sent. Don't break existing support.

I'd expect this change to add a new API call which is like ast_sip_publish_client_send but includes the user at the server to publish to.
Comments: