Skip to content
Snippets Groups Projects
  • Kevin Harwell's avatar
    1e700117
    features: Bridge application's BRIDGERESULT not appropriately set · 1e700117
    Kevin Harwell authored
    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
    1e700117
    History
    features: Bridge application's BRIDGERESULT not appropriately set
    Kevin Harwell authored
    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
features.c 38.01 KiB