[Asterisk-code-review] sdp: Add support for T.38 (asterisk[master])

Joshua Colp asteriskteam at digium.com
Fri Apr 21 16:56:42 CDT 2017


Hello Mark Michelson, Richard Mudgett, Jenkins2,

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

    https://gerrit.asterisk.org/5496

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

Change subject: sdp: Add support for T.38
......................................................................

sdp: Add support for T.38

This change adds a T.38 format which can be used in a stream
topology to specify that a UDPTL stream needs to be created.
The SDP API has been changed to understand T.38 and create
the UDPTL session, add the attributes, and parse the attributes.

This change does not change the boundary of the T.38 state
machine. It is still up to the channel driver to implement and
act on it (such as queueing control frames or reacting to them).

ASTERISK-26949

Change-Id: If28956762ccb8ead562ac6c03d162d3d6014f2c7
---
M include/asterisk/format_cache.h
M include/asterisk/sdp_options.h
M include/asterisk/sdp_state.h
M main/codec_builtin.c
M main/format_cache.c
M main/sdp.c
M main/sdp_options.c
M main/sdp_private.h
M main/sdp_state.c
M tests/test_sdp.c
10 files changed, 623 insertions(+), 47 deletions(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/96/5496/3
-- 
To view, visit https://gerrit.asterisk.org/5496
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: If28956762ccb8ead562ac6c03d162d3d6014f2c7
Gerrit-PatchSet: 3
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Mark Michelson <mmichelson at digium.com>
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>



More information about the asterisk-code-review mailing list