[Asterisk-code-review] Add initial SDP options. (asterisk[master])
Kevin Harwell
asteriskteam at digium.com
Tue Feb 14 13:38:45 CST 2017
Kevin Harwell has posted comments on this change. ( https://gerrit.asterisk.org/4908 )
Change subject: Add initial SDP options.
......................................................................
Patch Set 4:
(1 comment)
https://gerrit.asterisk.org/#/c/4908/4/include/asterisk/sdp_options.h
File include/asterisk/sdp_options.h:
PS4, Line 106: enum ast_sdp_options_repr {
: /*! SDP is represented as a string */
: AST_SDP_REPR_STRING = 0,
: /*! SDP is represented as a pjmedia_sdp_session */
: AST_SDP_REPR_PJMEDIA,
: };
Should this be more dynamic? For instance, what happens if a third party module has their own translator that we are fine with residing in the custom module, but we don't want to include in this enumeration?
--
To view, visit https://gerrit.asterisk.org/4908
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I1ede91aafed403b12a9ccdfb91a88389baa7e5d7
Gerrit-PatchSet: 4
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Mark Michelson <mmichelson at digium.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Kevin Harwell <kharwell at digium.com>
Gerrit-Reviewer: Mark Michelson <mmichelson at digium.com>
Gerrit-HasComments: Yes
More information about the asterisk-code-review
mailing list