]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_stasis: Don't unsubscribe from a NULL bridge. 35/4335/1
authorJoshua Colp <jcolp@digium.com>
Wed, 2 Nov 2016 15:52:13 +0000 (15:52 +0000)
committerJoshua Colp <jcolp@digium.com>
Mon, 7 Nov 2016 15:02:17 +0000 (10:02 -0500)
commitcfede6a1fc6fc50a48f251eb9968621e3b4e9649
treeb4b5b956f4969663729fba0b4f843d3868b06791
parentec5b3972ffa16319c35167f7a216760cbe645a7a
res_stasis: Don't unsubscribe from a NULL bridge.

A NULL bridge has special meaning in res_stasis for
unsubscribing. It means that a subscription to ALL
bridges should be removed. This should not be done
as part of the normal subscription management in
the res_stasis channel loop.

ASTERISK-26468

Change-Id: I6d5bea8246dd13a22ef86b736aefbf2a39c15af0
res/res_stasis.c