]> 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:21:48 +0000 (08:21 -0400)
commit931b68d3e68a4a17e92755b03d978b9172cc1c0f
tree735d6f81fab5fc296d5ae12a1346ecc76ce71930
parent3fd12160839197ade156151ab6644adf155dff07
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