I'm recording audio to pcaps, but the filename has an additional section of random characters.
For example in call-id
313735333334313537353136353533-fzamzg9brud3
The recording is
313735333334313537353136353533-fzamzg9brud3-e333a4fca153e058.pcap
whats this final e333a4fca153e058 string, it doesn't appear to be the tag or anything I can find in the call?
This is the "random tag" formed from the '%r' token in the output pattern, see `output-pattern` here: https://rtpengine.readthedocs.io/en/latest/rtpengine-recording.html#options
Cheers