]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_stasis: Don't unsubscribe from a NULL bridge. 36/4336/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:25 +0000 (10:02 -0500)
commitd30415bfa15989ae0477e374d37daae9694d7ad4
tree133520c0aa0b0e7d5849d50c1146911a983420fb
parent876c6b0c96ce67221ecdbbc31c67c3f4a344061d
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