]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjproject: Fix sockaddr conversion routines for non-bundled PJSIP
authorSean Bright <sean.bright@gmail.com>
Wed, 12 Sep 2018 12:18:07 +0000 (08:18 -0400)
committerSean Bright <sean.bright@gmail.com>
Wed, 12 Sep 2018 12:26:23 +0000 (07:26 -0500)
commite5739c494c6e483c31eb2f793c47c3d24a78c9a5
tree5f7072a70bcd29a2fd7a9ad8c18feaff2af12f34
parentc1a2c84361fa36bb2c31f9bccbc5ddab8301cbf9
res_pjproject: Fix sockaddr conversion routines for non-bundled PJSIP

The bundled version of pjproject has a patch for Solaris compatability
that changes the definition of various socket structures which we need
to account for when compiling against a non-bundled version.

ASTERISK-28049 #close

Change-Id: Ia1ea47c433fc2d915115193ee889a752373925f0
res/res_pjproject.c