[Asterisk-code-review] app stream echo: Added a multi-stream echo application (asterisk[master])
Kevin Harwell
asteriskteam at digium.com
Mon May 15 13:34:25 CDT 2017
Kevin Harwell has uploaded a new patch set (#2). ( https://gerrit.asterisk.org/5629 )
Change subject: app_stream_echo: Added a multi-stream echo application
......................................................................
app_stream_echo: Added a multi-stream echo application
If the channel does not have multi-stream support then this application acts
just like app_echo. However if it does have multi-stream support then each
stream is echoed back to itself (one-to-one). If a "num" (optional parameter)
is given, and the channel allows it, then the default stream is echoed back
onto "num" streams (one-to-many) for a given media type ("audio" or "video",
with "video" being the default).
ASTERISK-26997 #close
Change-Id: I254144486734178e196c7f590a26ffc13543ff2c
---
A apps/app_stream_echo.c
1 file changed, 304 insertions(+), 0 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/29/5629/2
--
To view, visit https://gerrit.asterisk.org/5629
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I254144486734178e196c7f590a26ffc13543ff2c
Gerrit-PatchSet: 2
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Kevin Harwell <kharwell at digium.com>
More information about the asterisk-code-review
mailing list