[asterisk-bugs] [JIRA] (ASTERISK-26781) Passing the 'p' (play tone) flag to Bridge() application results in garbled audio

Sean Bright (JIRA) noreply at issues.asterisk.org
Thu Feb 9 12:06:10 CST 2017


Sean Bright created ASTERISK-26781:
--------------------------------------

             Summary: Passing the 'p' (play tone) flag to Bridge() application results in garbled audio
                 Key: ASTERISK-26781
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-26781
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Features
    Affects Versions: 13.14.0
            Reporter: Sean Bright
         Attachments: bridge-tone-audio.pcap

When calling {{Bridge(somechan,p)}}, the tone that is played on {{somechan}} is often choppy/garbled or sometimes not heard at all. This is not often obvious with the default done ({{beep}}), but with longer sound files it is very pronounced.

Looking at the packet capture and discussing with Josh on IRC, we discovered that while the tone is playing, Asterisk is sending two separate streams of RTP packets. One with the SSRC ({{source-orig}} below) from the original un-bridged call, and the second with the SSRC ({{source-bridge}} below) provided by the bridge audio. Once the tone is finishing playing, Asterisk sends packets only for {{source-bridge}}, until the channel leaves the bridge. At that time, the {{source-orig}} packets resume.

I've attached a capture file for reference. {{192.168.26.66}} is Asterisk GIT-13, and {{192.168.26.1}} is Bria.



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



More information about the asterisk-bugs mailing list