[asterisk-bugs] [JIRA] (ASTERISK-25696) bridge_basic: don't cache xferfailsound during a transfer

Kevin Harwell (JIRA) noreply at issues.asterisk.org
Thu Jan 14 14:44:34 CST 2016


Kevin Harwell created ASTERISK-25696:
----------------------------------------

             Summary: bridge_basic: don't cache xferfailsound during a transfer
                 Key: ASTERISK-25696
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-25696
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Core/Bridging/bridge_basic
    Affects Versions: 13.6.0
            Reporter: Kevin Harwell
            Severity: Trivial


The xferfailsound is read from the channel at the beginning of the transfer, and that value is "cached" for the duration of the transfer. Therefore, changing the xferfailsound on the channel using the FEATURE() dialplan function does nothing once the transfer is under way.

Change the transfer code to instead get the configuration from the channel when the configuration is actually going to be used.




--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list