[asterisk-bugs] [JIRA] (ASTERISK-26781) bridge: 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:21:09 CST 2017


    [ https://issues.asterisk.org/jira/browse/ASTERISK-26781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=235128#comment-235128 ] 

Sean Bright edited comment on ASTERISK-26781 at 2/9/17 12:20 PM:
-----------------------------------------------------------------

The thing is done.

The packet capture is from an earlier call not related to the debug log I attached. If you would like both of them from the same attempt, let me know.


was (Author: seanbright):
The thing is done.

> bridge: 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
>            Assignee: Unassigned
>         Attachments: bridge-tone-audio.pcap, debug_log_26781.txt
>
>
> 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 ({{0x1D68A751}} in .pcap) from the original un-bridged call, and the second with the SSRC ({{0x41CB61CA}} in .pcap) provided by the bridge audio. Once the tone is finishing playing, Asterisk sends packets only for {{0x41CB61CA}}, until the channel leaves the bridge. At that time, the {{0x1D68A751}} 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