]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_stasis: Fix app_is_subscribed_bridge_id.
authorCorey Farrell <git@cfware.com>
Mon, 8 Jan 2018 02:21:13 +0000 (21:21 -0500)
committerCorey Farrell <git@cfware.com>
Mon, 8 Jan 2018 04:00:54 +0000 (22:00 -0600)
commitc1acc4f3647ce65fa627c06bbd03a92a9ccc8d48
tree2f5dfab6aaff6e636373ed401981fcf2505a3cce
parenteeb99efead79585641f44d040b77736471ad04e2
res_stasis: Fix app_is_subscribed_bridge_id.

Instead of searching for bridge_id provided in an argument this function
always searched for BRIDGE_ALL first.  Rewrite this function to work
like the similar functions for channel and endpoint functions.

Change-Id: Ib5caca69e11727c5c8a7284a1d00621f40f1e60a
res/stasis/app.c