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

Friendly Automation (JIRA) noreply at issues.asterisk.org
Wed Mar 15 17:26:10 CDT 2017


     [ https://issues.asterisk.org/jira/browse/ASTERISK-26839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Friendly Automation closed ASTERISK-26839.
------------------------------------------

    Resolution: Fixed

> 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
>            Assignee: 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