On 23/10/2025 14.45, AC wrote:
> What would be a good next step to determining on what's causing the
> playback of the injected audio? Anything that I should be looking out
> for, in my rtpengine logs?
Typically I would capture the RTP with Wireshark and use its RTP
analyser to see if there are any obvious problems.
A common mistake is usage of "play media" that results in an additional
outgoing RTP stream towards the destination when another RTP stream (the
one relayed from the other call leg) already exists. RTP clients
typically don't handle this well. If this is your issue, then you need
to think about what you want to do with the media that's being played by
rtpengine with respect to the media that already exists towards the
destination.
Cheers