asterisk/third-party
Joshua Colp 96f2ee865e pjsip: Add patch to allow all transports to be destroyed.
If a transport is created with the same transport type, source
IP address, and source port as one that already exists the old
transport is moved into a linked list called "tp_list".

If this old transport is later shutdown it will not be destroyed
as the process checks whether the transport is valid or not. This
check does not look at the "tp_list" when making the determination
causing the transport to not be destroyed.

This change updates the logic to query not just the main storage
method for transports but also the "tp_list".

Upstream issue https://trac.pjsip.org/repos/ticket/2061

ASTERISK-27411

Change-Id: Ic5c2bb60226df0ef1c8851359ed8d4cd64469429
2017-11-10 08:14:51 -05:00
..
pjproject pjsip: Add patch to allow all transports to be destroyed. 2017-11-10 08:14:51 -05:00
Makefile core: Remove embedded module support 2017-03-27 10:36:08 -04:00
Makefile.rules pjproject_bundled: Improve reliability of pjproject download 2016-11-18 08:01:36 -05:00
configure.m4 pjproject_bundled: Allow passing configure options to bundled 2017-06-30 09:00:40 -05:00
versions.mak res_pjproject.c: Upgrade bundled PJPROJECT to 2.7 2017-10-20 14:28:20 -05:00