[asterisk-bugs] [JIRA] (ASTERISK-25965) res_pjsip_outbound_publish: Allow multiple clients per configuration
Kevin Harwell (JIRA)
noreply at issues.asterisk.org
Tue Apr 26 16:55:56 CDT 2016
Kevin Harwell created ASTERISK-25965:
----------------------------------------
Summary: res_pjsip_outbound_publish: Allow multiple clients per configuration
Key: ASTERISK-25965
URL: https://issues.asterisk.org/jira/browse/ASTERISK-25965
Project: Asterisk
Issue Type: Improvement
Security Level: None
Components: Resources/res_pjsip_outbound_publish
Reporter: Kevin Harwell
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.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list