]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_stasis: Don't unsubscribe from a NULL bridge. 34/4334/1
authorJoshua Colp <jcolp@digium.com>
Wed, 2 Nov 2016 15:52:13 +0000 (15:52 +0000)
committerJoshua Colp <jcolp@digium.com>
Thu, 3 Nov 2016 21:08:58 +0000 (21:08 +0000)
commit3a1f9c5dab3fbb2159575d74721aa0f4ddc3d078
tree08f98186166bbf1b1ee0a5abf82e6aaf4f969088
parent18974927e5595f589f2c66a93da6e03185a07d65
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