[asterisk-bugs] [JIRA] (ASTERISK-26839) core: Implement stream topology changing in channels

Joshua Colp (JIRA) noreply at issues.asterisk.org
Tue Mar 7 04:53:10 CST 2017


Joshua Colp created ASTERISK-26839:
--------------------------------------

             Summary: core: Implement stream topology changing in channels
                 Key: ASTERISK-26839
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-26839
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Core/General
            Reporter: Joshua Colp


Implement support for stream topology change request/acceptance.

If AST_CHAN_TP_MULTISTREAM is not set on the channel then return -1 for all API calls relating to this
The ast_channel_stream_topology_request_change function should construct a frame of control type AST_CONTROL_STREAM_TOPOLOGY_REQUEST_CHANGE with the topology as the data payload
The ast_channel_stream_topology_changed function should construct a frame of control type AST_CONTROL_STREAM_TOPOLOGY_CHANGED with the topology as the data payload
The frame should be provided to the channel driver using the indicate callback
The return value should be provided back to the caller of the functions



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



More information about the asterisk-bugs mailing list