CallCenter queue recording location

asishp42

New Member
Dec 2, 2021
5
0
1
42
Hi Everyone,

I am using FusionPBX version 5.4.5 with FreeSWITCH 1.10.12.

When creating a new que, the recording path automatically configured is /var/lib/freeswitch/recordings/<domain_name>/archive/${uuid}.${record_ext}.
Currently I am modifying the path manually in DB to /var/lib/freeswitch/recordings/<domain_name>/archive/${strftime(%Y)}/${strftime(%b)}/${strftime(%d)}/${uuid}.${record_ext}

Can any one one suggest how to modify the queue_record_template or any other plcae so that while creating new Queue or modifgying the existing que the path will be /var/lib/freeswitch/recordings/<domain_name>/archive/${strftime(%Y)}/${strftime(%b)}/${strftime(%d)}/${uuid}.${record_ext}.
 
Found the root cause.

In Default Settings > Call Center > record_name was enabled and modified to ${uuid}.${record_ext} whish was causing this issue.