[Asterisk-code-review] chan_pjsip: Ignore RTP that we haven't negotiated (asterisk[13])
Sean Bright
asteriskteam at digium.com
Wed Jan 15 09:45:18 CST 2020
Sean Bright has posted comments on this change. ( https://gerrit.asterisk.org/c/asterisk/+/13503 )
Change subject: chan_pjsip: Ignore RTP that we haven't negotiated
......................................................................
Patch Set 3:
(1 comment)
https://gerrit.asterisk.org/c/asterisk/+/13503/2/res/res_pjsip_sdp_rtp.c
File res/res_pjsip_sdp_rtp.c:
https://gerrit.asterisk.org/c/asterisk/+/13503/2/res/res_pjsip_sdp_rtp.c@404
PS2, Line 404: ast_format_cap_append_from_cap(session->joint_caps, joint, media_type);
> As well does joint_caps need to have all the existing media formats of the given type removed so that it reflects reality?
Would that just be a:
ast_format_cap_remove_by_type(session->joint_caps, AST_MEDIA_TYPE_UNKNOWN);
Before appending?
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/13503
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Change-Id: Icc3b85cee1772026cee5dc1b68459bf9431c14a3
Gerrit-Change-Number: 13503
Gerrit-PatchSet: 3
Gerrit-Owner: Sean Bright <sean.bright at gmail.com>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: Joshua Colp <jcolp at sangoma.com>
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
Gerrit-Comment-Date: Wed, 15 Jan 2020 15:45:18 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Joshua Colp <jcolp at sangoma.com>
Gerrit-MessageType: comment
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20200115/137b615c/attachment.html>
More information about the asterisk-code-review
mailing list