[Asterisk-code-review] rtp engine.c: Initial split of payload types into rx and tx ... (asterisk[master])
Richard Mudgett
asteriskteam at digium.com
Fri Jul 31 12:57:19 CDT 2015
Richard Mudgett has posted comments on this change.
Change subject: rtp_engine.c: Initial split of payload types into rx and tx mappings.
......................................................................
Patch Set 1:
(1 comment)
https://gerrit.asterisk.org/#/c/1018/1/include/asterisk/rtp_engine.h
File include/asterisk/rtp_engine.h:
Line 534: /*! Callback for setting a payload. If asterisk is to be used, asterisk_format will be set, otherwise value in code is used. */
: void (*payload_set)(struct ast_rtp_instance *instance, int payload, int asterisk_format, struct ast_format *format, int code);
This callback doesn't seem to be implemented by anything in the code base. What is the purpose for it?
--
To view, visit https://gerrit.asterisk.org/1018
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: Iaf6c227bca68cb7c414cf2fd4108a8ac98bd45ac
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Richard Mudgett <rmudgett at digium.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
Gerrit-HasComments: Yes
More information about the asterisk-code-review
mailing list