]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_queue: track masquerades in app_queue to avoid leaked stasis subscriptions
authorNathan Bruning <nathan@iperity.com>
Wed, 8 Apr 2020 23:41:55 +0000 (01:41 +0200)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Tue, 5 May 2020 15:09:27 +0000 (10:09 -0500)
commit10292dc663222dd32fe45e89c05b6872a0fe56de
treed733ecf4aa55795660c1430147819e489bd7682f
parent77837059ac4c8c86a2e55ae4231a089dee1581a5
app_queue: track masquerades in app_queue to avoid leaked stasis subscriptions

Add a new "masquarade" channel event, and use it in app_queue to track unique id's.

Testcase is submitted as https://gerrit.asterisk.org/c/testsuite/+/14210

ASTERISK-28829 #close
ASTERISK-25844 #close

Change-Id: Ifc5f9f9fd70903f3c6e49738d3bc632b085d2df6
apps/app_queue.c
include/asterisk/stasis_channels.h
main/channel.c
main/stasis_channels.c