carpenox wrote:you can change it at any time using that script
I made a test installation and I had this result:
defined conf file: /etc/astguiclient.conf
defined home path: /usr/share/astguiclient
defined logs path: /var/log/astguiclient
defined agi-bin path: /var/lib/asterisk/agi-bin
defined webroot path: /var/www/html
defined sounds path: /var/lib/asterisk/sounds
defined monitor path: /mnt/grabaciones/asterisk/monitor
defined DONEmonitor path: /mnt/grabaciones/asterisk/monitorDONE
defined server_ip: 192.168.192.133
defined DB_server: localhost
defined DB_database: asterisk
defined DB_user: cron
defined DB_pass: 1234
defined DB_custom_user: custom
defined DB_custom_pass: custom1234
defined DB_port: 3306
defined active_keepalives: 1234568
defined asterisk_version: 13.X
defined copying conf files: y
defined copying weblang files:
defined FTP_host: 10.0.0.4
defined FTP_user: cron
defined FTP_pass: test
defined FTP_port: 21
defined FTP_dir: RECORDINGS
defined HTTP_path:
http://10.0.0.4 defined REPORT_host: 10.0.0.4
defined REPORT_user: cron
defined REPORT_pass: test
defined REPORT_port: 21
defined REPORT_dir: REPORTS
defined fastagi_log_min_servers: 3
defined fastagi_log_max_servers: 16
defined fastagi_log_min_spare_servers: 2
defined fastagi_log_max_spare_servers: 8
defined fastagi_log_max_requests: 1000
defined fastagi_log_checkfordead: 30
defined fastagi_log_checkforwait: 60
ls -Rl /mnt/grabaciones/
/mnt/grabaciones/:
total 20
drwxr-xr-x 4 root root 4096 Dec 8 21:40 asterisk
drwx------ 2 root root 16384 Dec 8 19:23 lost+found
/mnt/grabaciones/asterisk:
total 8
drwxr-xr-x 3 root root 4096 Dec 8 21:41 monitor
drwxr-xr-x 10 root root 4096 Dec 8 21:41 monitorDONE
/mnt/grabaciones/asterisk/monitor:
total 4
drwxr-xr-x 2 root root 4096 Dec 8 21:41 MIX
/mnt/grabaciones/asterisk/monitor/MIX:
total 0
/mnt/grabaciones/asterisk/monitorDONE:
total 32
drwxr-xr-x 2 root root 4096 Dec 8 21:41 FTP
drwxr-xr-x 2 root root 4096 Dec 8 21:41 FTP2
drwxr-xr-x 2 root root 4096 Dec 8 21:41 GPG
drwxr-xr-x 2 root root 4096 Dec 8 21:41 GSM
drwxr-xr-x 2 root root 4096 Dec 8 21:41 GSW
drwxr-xr-x 2 root root 4096 Dec 8 21:41 MP3
drwxr-xr-x 2 root root 4096 Dec 8 21:41 OGG
drwxr-xr-x 2 root root 4096 Dec 8 21:41 ORIGcat /etc/astguiclient.conf
# astguiclient.conf - configuration elements for the astguiclient package
# this is the astguiclient configuration file
# all comments will be lost if you run install.pl again
# Paths used by astGUIclient
PATHhome => /usr/share/astguiclient
PATHlogs => /var/log/astguiclient
PATHagi => /var/lib/asterisk/agi-bincat /etc/asterisk/asterisk.conf
[directories](!)
astetcdir => /etc/asterisk
astmoddir => /usr/lib64/asterisk/modules
astvarlibdir => /var/lib/asterisk
astdbdir => /var/lib/asterisk
astkeydir => /var/lib/asterisk
astdatadir => /var/lib/asterisk
astagidir => /var/lib/asterisk/agi-bin
astspooldir => /var/spool/asterisk
astrundir => /var/run/asterisk
astlogdir => /var/log/asterisk
astsbindir => /usr/sbin
PATHweb => /var/www/html
PATHsounds => /var/lib/asterisk/sounds
PATHmonitor => /mnt/grabaciones/asterisk/monitor
PATHDONEmonitor => /mnt/grabaciones/asterisk/monitorDONE
The doubt that i have is if have i to change astspooldir => /var/spool/asterisk of the manual way because that you see it has the default route assigned for spooldir
This installation was made with CentOS 7