Hello everyone,
I’m running a media relay setup with the following flow:
FreeSWITCH(RTP, codec=OPUS) → RTPEngine → WhatsAPP(ICE-lite)
I’m encountering a complete no-audio issue after routing calls through RTPEngine, and I’m looking for help troubleshooting this.
Here is the core RTPEngine routing logic in my kamailio.cfg:
if {is_request() && !has_totag()){
rtpengine_manage("replace-origin replace-session-connection transport-protocol=UDP/TLS/RTP/SAVPF ICE=force trickle-ICE no-rtcp-attribute SDES=off generate-mid");
} else {
rtpengine_manage("replace-origin replace-session-connection");
}
Calls establish successfully (SIP signaling works fine), but there is no audio path in either direction.
Full RTPEngine debug logs are available here for reference:
https://pastebin.com/C6Wk8D62