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}.
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}.