[asterisk-bugs] [JIRA] (ASTERISK-28049) res_pjproject build failure
Jaco Kroon (JIRA)
noreply at issues.asterisk.org
Tue Sep 11 15:12:54 CDT 2018
Jaco Kroon created ASTERISK-28049:
-------------------------------------
Summary: res_pjproject build failure
Key: ASTERISK-28049
URL: https://issues.asterisk.org/jira/browse/ASTERISK-28049
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: pjproject/pjsip
Affects Versions: 13.24.0
Environment: Linux
Reporter: Jaco Kroon
[CC] res_pjproject.c -> res_pjproject.o
res_pjproject.c: In function 'ast_sockaddr_to_pj_sockaddr':
res_pjproject.c:493:27: error: incompatible types when assigning to type 'pj_in_addr {aka struct pj_in_addr}' from type 'struct in_addr'
pjaddr->ipv4.sin_addr = sin->sin_addr;
^
res_pjproject.c: In function 'ast_sockaddr_from_pj_sockaddr':
res_pjproject.c:514:19: error: incompatible types when assigning to type 'struct in_addr' from type 'pj_in_addr {aka const struct pj_in_addr}'
sin->sin_addr = pjaddr->ipv4.sin_addr;
^
Introduced by:
commit b0ef54af717147dc369728a88bf6d4994abb4d12
Author: Sean Bright <sean.bright at gmail.com>
Date: Tue Aug 28 09:42:13 2018 -0400
res_pjproject: Add utility functions to convert between socket structures
Currently, to convert from a pj_sockaddr to an ast_sockaddr, the address
needs to be rendered to a string and then parsed into the correct
structure. This also involves a call to getaddrinfo(3). The same is true
for the inverse operation.
Instead, because we know the internal structure of both ast_sockaddr and
pj_sockaddr, we can translate directly between the two without the
need for an intermediate string.
Change-Id: If0fc4bba9643f755604c6ffbb0d7cc46020bc761
According to Joshua due to unbundled PJSIP, but still needs to work with unbundled. Thus setting to MAJOR even though for me this is CRITICAL (distro prohibits bundled packages as far as possible).
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list