[Asterisk-code-review] channel: Add ability to request an outgoing channel with str... (asterisk[master])

Joshua Colp asteriskteam at digium.com
Tue Apr 25 14:00:02 CDT 2017


Hello Kevin Harwell, George Joseph, Jenkins2,

I'd like you to reexamine a change.  Please visit

    https://gerrit.asterisk.org/5522

to look at the new patch set (#2).

Change subject: channel: Add ability to request an outgoing channel with stream topology.
......................................................................

channel: Add ability to request an outgoing channel with stream topology.

This change extends the ast_request functionality by adding another
function and callback to create an outgoing channel with a requested
stream topology. Fallback is provided by either converting the
requested stream topology into a format capabilities structure if
the channel driver does not support streams or by converting the
requested format capabilities into a stream topology if the channel
driver does support streams.

The Dial application has also been updated to request an outgoing
channel with the stream topology of the calling channel.

ASTERISK-26959

Change-Id: Ifa9037a672ac21d42dd7125aa09816dc879a70e6
---
M apps/app_dial.c
M include/asterisk/channel.h
M include/asterisk/stream.h
M main/channel.c
M main/stream.c
M tests/test_stream.c
6 files changed, 234 insertions(+), 46 deletions(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/22/5522/2
-- 
To view, visit https://gerrit.asterisk.org/5522
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ifa9037a672ac21d42dd7125aa09816dc879a70e6
Gerrit-PatchSet: 2
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Kevin Harwell <kharwell at digium.com>



More information about the asterisk-code-review mailing list