voiceip / oreka

OpenSource G711, G722, G729, Opus & Other Format VoIP SIP Recorder
GNU General Public License v3.0
154 stars 80 forks source link

Orkaudio - TapeFileNaming issue #42

Open NelsonBA81 opened 3 years ago

NelsonBA81 commented 3 years ago

Hello,

I've an issue in orkaudio where I would like to apply the file recording name convention with this configuration:

[year],-,[month],-,[day],_,[hour],-,[min],-,[sec],_,[shortdirection],_remote-,[remoteparty],_[remoteip],_local-,[localparty],_[localip]

The issue I'm having is related to these keywords: [remoteip] [localip]

where the resulting name in WAV files, has something like this: 2021-01-15_19-54-32_Oremote-123456789%5Bremoteip%5Dlocal-987654321%5Blocalip%5D.wav

when possible, can you please let me know in how to solved this?

Thank you and Best Regards, Nelson

kingster commented 3 years ago

I haven't yet used the custom naming format in this project. There could be an issue with specific keywords, or they may not be supported yet. I will check this out once I get some time.