[Asterisk-code-review] res/res hep pjsip: Fix reported local IP address when bound ... (asterisk[13])

Matt Jordan asteriskteam at digium.com
Sat May 14 14:04:29 CDT 2016


Matt Jordan has posted comments on this change.

Change subject: res/res_hep_pjsip: Fix reported local IP address when bound to 'any'
......................................................................


Patch Set 4:

Apparently with connection oriented transports, the transport returned in the pjsip_tpmgr_fla2_param struct is NULL. That means we can't use it reliably to determine if the transport is IPv6.

Instead, I *should* be able to just use the tp_type masked with PJSIP_TRANSPORT_IPV6.

-- 
To view, visit https://gerrit.asterisk.org/2815
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I076f835d2aef489e1ee1d01595b211eb2ce62da3
Gerrit-PatchSet: 4
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Matt Jordan <mjordan at digium.com>
Gerrit-Reviewer: Anonymous Coward #1000019
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-Reviewer: Matt Jordan <mjordan at digium.com>
Gerrit-HasComments: No



More information about the asterisk-code-review mailing list