On 22/10/2025 14.19, Chris Strickland wrote:
> I am seeing the error "Failed to open recording metadata file" in the
> rtpengine logs for some calls. This is causing an error on the client
> side "Response not sent due to unknown transaction", and RTP stream
> not being established. Is anyone familiar with this error and know
> what causes it/how to resolve it? I am attaching rtp engine log
> snippet containing the lifetime of the call.
I'm guessing you don't have a /tmp/recording/ directory? If you're
running under the standard systemd unit, then the process would likely
have its own private /tmp/ and so a previously created /tmp/recording/
by yourself won't be visible to it.
Cheers