On 16/02/2026 08.01, Rahman Afzal wrote:
> From rtpengine logs:
> SRTP output wanted, but no crypto suite was negotiated
> No support for kernel packet forwarding available (encryption cipher
> or HMAC not supported by kernel module)
> Failed to push relay stream to kernel: Invalid argument
...
> Request originated from Core for WSS endpoint:
> $var(rtpengine_flags) = "trust-address replace-origin
> replace-session-connection rtcp-mux-require DTLS=passive SDES-off
> UDP/TLS/RTP/SAVPF ICE=force in-iface=internal out-iface=external";
...
> kindly help me to understand the root cause of this issue, opensips ,
> rtp and pcap trace attached for your reference.
With one side using DTLS-SRTP, "no crypto suite negotiated" generally
means that the DTLS handshake didn't happen or didn't complete.
The log you provided isn't helpful as the log level was turned down.
Best to enable full debug logging for troubleshooting. You may also want
to inspect the network with Wireshark.
Cheers