[asterisk-bugs] [JIRA] (ASTERISK-26966) bridge_simple: Add support for streams
Kevin Harwell (JIRA)
noreply at issues.asterisk.org
Tue Apr 25 11:21:59 CDT 2017
Kevin Harwell created ASTERISK-26966:
----------------------------------------
Summary: bridge_simple: Add support for streams
Key: ASTERISK-26966
URL: https://issues.asterisk.org/jira/browse/ASTERISK-26966
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Bridges/bridge_simple
Affects Versions: GIT
Reporter: Kevin Harwell
When channels join the bridge (may change in the future based on the real world) map their streams accordingly. If the number of streams differs:
On the joining of both channels to a bridge_simple bridge the topology of the channel with the most number of streams is taken and a request topology change is done on the other channel. The result of this topology change forms the joint topology between both channels.
If the number of streams is the same:
If both channels have the same number of streams then the topology of the first channel is taken and a request topology change is done on the other channel. The result of this topology change forms the joint topology between both channels.
Exchanging frames
When a frame from a stream is received from a channel it is written to the same numbered stream on the opposite channel. The joint topology guarantees this matching.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list