I'm trying to get a scratch install to work, specifically this one:
https://gist.github.com/wheezydial/cdd12087d5c5f2df1668 using Debian 7. I need support for Sangoma A104 cards and I don't they are currently working with a Vicibox version that includes Asterisk 1.8 (Asterisk 1.8 is another one of my requirements). The scratch install howto is nicely done and everything is working fine except for Asterisk reloads. For instance when I make a change to carriers or phones or any other change that requires a .conf file update Asterisk never gets reloaded. I can see that the configuration file is updated but I then have to do a manual reload. So let's say I add a sip phone to my test scratch-install server. I can see that 'sip-vicidial.conf' gets updated with my new sip phone but I then must manually issue a "asterisk -rx 'sip reload'" for it to work.
AMI is working and my 'manager.conf' has the proper passwords and permissions.
Here is my output from 'crontab -e':
* * * * * /usr/share/astguiclient/ADMIN_keepalive_ALL.pl
### remove old vicidial logs and asterisk logs more than 2 days old
28 0 * * * /usr/bin/find /var/log/astguiclient -maxdepth 1 -type f -mtime +2 -print | xargs rm -f
29 0 * * * /usr/bin/find /var/log/asterisk -maxdepth 3 -type f -mtime +2 -print | xargs rm -f
30 0 * * * /usr/bin/find / -maxdepth 1 -name "screenlog.0*" -mtime +4 -print | xargs rm -f
### recording mixing/compressing/ftping scripts
#0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57 * * * * /usr/share/astguiclient/AST_CRON_audio_1_move_mix.pl
0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57 * * * * /usr/share/astguiclient/AST_CRON_audio_1_move_mix.pl --MIX
0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57 * * * * /usr/share/astguiclient/AST_CRON_audio_1_move_VDonly.pl
1,4,7,10,13,16,19,22,25,28,31,34,37,40,43,46,49,52,55,58 * * * * /usr/share/astguiclient/AST_CRON_audio_2_compress.pl --MP3
2,5,8,11,14,17,20,23,26,29,32,35,38,41,44,47,50,53,56,59 * * * * /usr/share/astguiclient/AST_CRON_audio_3_ftp.pl --MP3
#0 1 * * * /usr/share/astguiclient/AST_CRON_audio_4_ftp2.pl --ftp-server=server.ip --ftp-login=user --ftp-pass=pass --ftp-directory=/ --ftp-persistent --ftp-validate --transfer-limit=100000 --list-limit=100000
1,4,7,10,13,16,19,22,25,28,31,34,37,40,43,46,49,52,55,58 * * * * /usr/share/astguiclient/AST_CRON_audio_4_ftp2.pl --ftp-server=192.168.1.115 --ftp-login=vici --ftp-pass=coasta1admin --ftp-directory=RECORDINGS
### kill Hangup script for Asterisk updaters
* * * * * /usr/share/astguiclient/AST_manager_kill_hung_congested.pl
### updater for voicemail
* * * * * /usr/share/astguiclient/AST_vm_update.pl
### updater for conference validator
* * * * * /usr/share/astguiclient/AST_conf_update.pl
### flush queue DB table every hour for entries older than 1 hour
11 * * * * /usr/share/astguiclient/AST_flush_DBqueue.pl -q
### reset several temporary-info tables in the database
2 1 * * * /usr/share/astguiclient/AST_reset_mysql_vars.pl
### remove old recordings more than 5 days old, and delete originals after 1 day
24 0 * * * /usr/bin/find /var/spool/asterisk/monitorDONE -maxdepth 2 -type f -mtime +5 -print | xargs rm -f
24 1 * * * /usr/bin/find /var/spool/asterisk/monitorDONE/ORIG -maxdepth 2 -type f -mtime +1 -print | xargs rm -f
### Reboot nightly to manage asterisk issues and memory leaks - uncomment if issues arise
25 2 * * * /usr/sbin/asterisk -r -x stop\ now
30 2 * * * /sbin/shutdown -r 0
### remove text to speech file more than 4 days old
#20 0 * * * /usr/bin/find /var/lib/asterisk/sounds/tts/ -maxdepth 2 -type f -mtime +4 -print | xargs rm -f
screen -ls only shows this:
There are screens on:
2950.ASTfastlog (05/05/2015 08:57:02 AM) (Detached)
2947.ASTVDremote (05/05/2015 08:57:02 AM) (Detached)
2944.ASTVDauto (05/05/2015 08:57:02 AM) (Detached)
2941.ASTlisten (05/05/2015 08:57:02 AM) (Detached)
2938.ASTsend (05/05/2015 08:57:02 AM) (Detached)
2935.ASTupdate (05/05/2015 08:57:02 AM) (Detached)
2880.asterisk (05/05/2015 08:56:51 AM) (Detached)
7 Sockets in /var/run/screen/S-root.
Am I missing a screen service? Seems something is missing that would automatically issue and Asterisk reload.
Vicibox 8.1 from .iso | VERSION: 2.14-695a BUILD: 181116-1133 | 11.25.3-vici | Single-Server | No Digium/Sangoma Hardware | No Extra Software After Installation | Dell R710 Dual hex-core | 48GB RAM | 8 15k SAS RAID-10