[Asterisk-code-review] res_rtp_asterisk: iterate all local addresses looking to populate ICE. (asterisk[13])
Jaco Kroon
asteriskteam at digium.com
Tue Apr 7 01:12:49 CDT 2020
Jaco Kroon has posted comments on this change. ( https://gerrit.asterisk.org/c/asterisk/+/13362 )
Change subject: res_rtp_asterisk: iterate all local addresses looking to populate ICE.
......................................................................
Patch Set 7:
(3 comments)
I believe this should now cover it.
https://gerrit.asterisk.org/c/asterisk/+/13362/5/res/res_rtp_asterisk.c
File res/res_rtp_asterisk.c:
https://gerrit.asterisk.org/c/asterisk/+/13362/5/res/res_rtp_asterisk.c@3056
PS5, Line 3056: for (ia = ifa; ia && count < PJ_ICE_MAX_CAND; ia = ia->ifa_next) {
> Tried to add as I see fit, hope the level of is OK now?
Done
https://gerrit.asterisk.org/c/asterisk/+/13362/5/res/res_rtp_asterisk.c@3065
PS5, Line 3065: if (ast_sockaddr_isnull(&tmp))
> So you're suggesting simply do ast_sockaddr_from_sockaddr(...) and move on? […]
Done
https://gerrit.asterisk.org/c/asterisk/+/13362/5/res/res_rtp_asterisk.c@3157
PS5, Line 3157: ast_sockaddr_to_pj_sockaddr(addr, &base);
> I think making it a separate patch and review is best.
Done
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/13362
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Change-Id: I109eaffc3e2b432f00bf958e3caa0f38cacb4edb
Gerrit-Change-Number: 13362
Gerrit-PatchSet: 7
Gerrit-Owner: Jaco Kroon <jaco at uls.co.za>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: Jaco Kroon <jaco at uls.co.za>
Gerrit-Reviewer: Joshua Colp <jcolp at sangoma.com>
Gerrit-Reviewer: Kevin Harwell <kharwell at digium.com>
Gerrit-Comment-Date: Tue, 07 Apr 2020 06:12:49 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Joshua Colp <jcolp at sangoma.com>
Comment-In-Reply-To: Kevin Harwell <kharwell at digium.com>
Comment-In-Reply-To: Jaco Kroon <jaco at uls.co.za>
Gerrit-MessageType: comment
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20200407/7464fc01/attachment.html>
More information about the asterisk-code-review
mailing list