CHANGE PATH RECORDING
Posted: Mon Nov 30, 2020 2:54 pm
Hi I want to change the path recording of vicidial (asterisk) , i am seeing that the audio storage is /var/spool/asterisk/monitor and after run the vicidial script move to /var/spool/asterisk/monitorDONE
I want to change those route for customization reasons. In my scenario the path /var/spool/asterisk/monitor will be /mnt/grabaciones/spool/asterisk/monitor and /var/spool/asterisk/monitorDONE will be /mnt/grabaciones/spool/asterisk/monitorDONE. Those PATH will be take the same folders that the default route previously indicated
I want to make of this way the things for achieve my objective:
1.- Mount my partition /mnt/grabaciones
2.- Copy the PATHS /var/spool/asterisk/monitor and /var/spool/asterisk/monitorDONE to the place previously indicated
3.- Change the PATH use by astGUIclient (/etc/astguiclient.conf)
OLD VALUES
PATHmonitor => /var/spool/asterisk/monitor
PATHDONEmonitor => /var/spool/asterisk/monitorDONE
NEW VALUES
PATHmonitor => /mnt/grabaciones/spool/asterisk/monitor
PATHDONEmonitor => /mnt/grabaciones/spool/asterisk/monitorDONE
4.- Change PATH in /etc/asterisk/asterisk.conf
OLD VALUES
astspooldir => /var/spool/asterisk
NEW VALUES
astspooldir => /mnt/grabaciones/spool/asterisk
5.- Reload asterisk and test made changes
Could you help me to see if any step is incomplete, i understand that /etc/astguiclient.conf save the variables of the perl scripts for vicidial. In this case have i to run other script to reload some configuration or not.
VICIDIAL VERSION: 2.14-770a
SO CENTOS 7
ASTERISK version 13
I want to change those route for customization reasons. In my scenario the path /var/spool/asterisk/monitor will be /mnt/grabaciones/spool/asterisk/monitor and /var/spool/asterisk/monitorDONE will be /mnt/grabaciones/spool/asterisk/monitorDONE. Those PATH will be take the same folders that the default route previously indicated
I want to make of this way the things for achieve my objective:
1.- Mount my partition /mnt/grabaciones
2.- Copy the PATHS /var/spool/asterisk/monitor and /var/spool/asterisk/monitorDONE to the place previously indicated
3.- Change the PATH use by astGUIclient (/etc/astguiclient.conf)
OLD VALUES
PATHmonitor => /var/spool/asterisk/monitor
PATHDONEmonitor => /var/spool/asterisk/monitorDONE
NEW VALUES
PATHmonitor => /mnt/grabaciones/spool/asterisk/monitor
PATHDONEmonitor => /mnt/grabaciones/spool/asterisk/monitorDONE
4.- Change PATH in /etc/asterisk/asterisk.conf
OLD VALUES
astspooldir => /var/spool/asterisk
NEW VALUES
astspooldir => /mnt/grabaciones/spool/asterisk
5.- Reload asterisk and test made changes
Could you help me to see if any step is incomplete, i understand that /etc/astguiclient.conf save the variables of the perl scripts for vicidial. In this case have i to run other script to reload some configuration or not.
VICIDIAL VERSION: 2.14-770a
SO CENTOS 7
ASTERISK version 13