pjproject: add patches from asterisk's bundled pjproject
authorAndre Heider <a.heider@gmail.com>
Wed, 30 Jan 2019 10:16:56 +0000 (11:16 +0100)
committerAndre Heider <a.heider@gmail.com>
Thu, 2 May 2019 08:50:59 +0000 (10:50 +0200)
commita7280b6114ee8a1b209b657806889100b2c80bd7
treedb37b9923fb7bdd835c2b3bd8b71c454412cefbc
parent5d9b1156cfb484a6ae779e0e3ce9deac1347d370
pjproject: add patches from asterisk's bundled pjproject

"check whether UPDATE is supported on outgoing calls", commit 5de36abd:

In ASTERISK-27095 an issue had been fixed because of which chan_pjsip was not
trying to send UPDATE messages when connected_line_method was set to invite.
However this only solved the issue for incoming INVITES. For outgoing INVITES
(important when transferring calls) the options variable needs to be updated
at a different place.

"Add patch for double free issue in timer heap", commit 9c11399b:

Fixed #2172: Avoid double reference counter decrements in
timer in the scenario of race condition between
pj_timer_heap_cancel() and pj_timer_heap_poll().

"Add timer patch from pjproject r5934", commit d4cd2a97.

Signed-off-by: Andre Heider <a.heider@gmail.com>
libs/pjproject/Makefile
libs/pjproject/patches/210-outgoing_connected_line_method_update.patch [new file with mode: 0644]
libs/pjproject/patches/220-Fixed-2172-Avoid-double-reference-counter-decrements.patch [new file with mode: 0644]
libs/pjproject/patches/230-Re-2176-Removed-pop_freelist-push_freelist-after-rem.patch [new file with mode: 0644]