]> git.ipfire.org Git - thirdparty/asterisk.git/commit
features: Bridge application's BRIDGERESULT not appropriately set
authorKevin Harwell <kharwell@digium.com>
Tue, 31 Oct 2017 20:08:38 +0000 (15:08 -0500)
committerKevin Harwell <kharwell@digium.com>
Tue, 31 Oct 2017 20:25:17 +0000 (15:25 -0500)
commited1d77c48168526f8111d88544aab8e108c0b6c9
tree5959461e77f2e586ee5cf7dff0c0a3e95cfda995
parentc8cfee06e4e547b11604f334f1ad4c9ada84f444
features: Bridge application's BRIDGERESULT not appropriately set

The dialplan application "Bridge" was not setting the BRIDGERESULT to failure
when a failure did occur. Even worse if it did fail to join the bridge it would
still report success.

This patch now sets the BRIDGERESULT variable to an appropriate value for a
given condition state. Also, removed the value INCOMPATIBLE as a valid result
type since it is no longer used.

ASTERISK-27369 #close

Change-Id: I22588e7125a765edf35cff28c98ca143e9927554
main/features.c