-
Notifications
You must be signed in to change notification settings - Fork 89
Description
Hi,
I have set /etc/orkaudio/config.xml to "/data/orkaudio/another_audio_folder".
orkaudio and orktrack are both running properly but the actual files are not written to the custom folder.
Setting it back to the default one also does not fix it.
I see in the logs where the files are supposedly being written to:
2022-06-30 20:59:57,423 INFO reporting:376 - [localhost:9000/orktrack] timedeltasecs:0 sending: type=tape recid=20220630_205957_LETT stage=start captureport=LETT timestamp=1656622797 filename=2022/06/30/20/20220630_205957_LETT localparty=2004@192.168.254.150 localentrypoint= remoteparty=2003@192.168.254.150 direction=out duration=0 service=orkaudio-siptap localip=10.0.254.6 remoteip=192.168.254.150 nativecallid=mIDP2eiJNC tags=holdduration:0 ondemand=false side=both live=true hostname=siptap
And I have confirmed through a packet capture that the rtp packets are on the ports mentioned.
Is there any specific user/group permission i have to set into that custom folder so that orkaudio writes the files to it?
btw, I have set AudioFileOwner and AudioFileGroup as 'root'.
Everything is also run as root.