[asterisk-bugs] [JIRA] (ASTERISK-25507) Dual channel redirect causes Volume audiohook to fail to work

James Terhune (JIRA) noreply at issues.asterisk.org
Thu Oct 29 13:55:33 CDT 2015


James Terhune created ASTERISK-25507:
----------------------------------------

             Summary: Dual channel redirect causes Volume audiohook to fail to work
                 Key: ASTERISK-25507
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-25507
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Applications/app_dial
    Affects Versions: 11.19.0
         Environment: Ubuntu 12.04 / 64bit
            Reporter: James Terhune
            Severity: Minor


Summary:

SIP device_A calls a number that has a dialplan that ends with Dial(SIP/device_B)
SIP device_B answers phone
User B uses AMI to set the TX volume of device_B's channel to -9
User B notes decreased volume
User B redirects both channel A and B to dialplan that plays MusicOnHold()
User B notes volume increased to normal
Any subsequent attempts to set the volume on channel B fail to set it.

If the volume is set on channel A, it works as expected (the volume remains low).

It appears the cause is that ast_autoservice_chan_hangup_peer(chan, peer) is being called from app_dial during the redirect. This is causing the status of the audiohook to be set to AST_AUDIOHOOK_STATUS_DONE.




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



More information about the asterisk-bugs mailing list