Listen to recorded calls of one ingroup only
Posted:
Thu Aug 24, 2017 5:09 am
by dspaan
Does anyone know how to do this? I want to give an external party access to our system so they can listen to recorded calls for one ingroup but they should not have access to other ingroups.
Re: Listen to recorded calls of one ingroup only
Posted:
Thu Aug 24, 2017 5:28 am
by blackbird2306
In the campaign "Rec Filename" setting there is a variable "INGROUP". So all your recorded files include the "INGROUP" name. Then you can create a new directory for your client and move/copy all the affected files by cron and filter (something like cp -v *INGROUP* TARGETDIR/) in this new directory with only permission for your client...