]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_stream_echo: Fix state of added streams.
authorJoshua C. Colp <jcolp@sangoma.com>
Thu, 18 Jun 2020 08:49:37 +0000 (05:49 -0300)
committerJoshua Colp <jcolp@sangoma.com>
Fri, 19 Jun 2020 14:15:14 +0000 (09:15 -0500)
commitbc7ce4619956b949002ca278b39f69f2732ee921
tree71753472fc11ec34ec67ac62f3c57495ca54d8f1
parent9589f97c9e1ceaec5d47e7782c14ba6edb6697ef
app_stream_echo: Fix state of added streams.

When stream support was added to Asterisk the stream state
was used inconsistently, resulting in odd behavior. This
was then standardized to be the state of a stream from the
perspective of Asterisk.

This change updates the StreamEcho dialplan application
to use the correct state, send only, since we are only
sending to the endpoint and not expecting them to send us
multiple video streams.

ASTERISK-28954

Change-Id: I35bfd533ef1184ffe62586b22bbd253c82872a56
apps/app_stream_echo.c