[Asterisk-code-review] res pjsip messaging: IPv6 receive address needs brackets (asterisk[13])

Scott Griepentrog asteriskteam at digium.com
Thu Aug 10 09:21:14 CDT 2017


Scott Griepentrog has uploaded a new patch set (#2). ( https://gerrit.asterisk.org/6212 )

Change subject: res_pjsip_messaging: IPv6 receive address needs brackets
......................................................................

res_pjsip_messaging: IPv6 receive address needs brackets

When handling an incoming SIP MESSAGE, PJSIP
attaches the IP address that the message was
received from to the message in the variable
PJSIP_RECVADDR.  When the IP address is IPv6
the :PORT appended results in an unparseable
mess. By using an additional bit flag on the
pj_sockaddr_print call, the conventional use
of brackets around the address is achieved.

ASTERISK-27193 #close

Change-Id: I12342521f2ce87a5b6e4883d480a3fd957aa9fd9
---
M res/res_pjsip_messaging.c
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/12/6212/2
-- 
To view, visit https://gerrit.asterisk.org/6212
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I12342521f2ce87a5b6e4883d480a3fd957aa9fd9
Gerrit-Change-Number: 6212
Gerrit-PatchSet: 2
Gerrit-Owner: Scott Griepentrog <sgriepentrog at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20170810/69ef1015/attachment.html>


More information about the asterisk-code-review mailing list