Hi,
I have a Cluster System with 1 DB&WEB and 1 Dialer Servers. I made the installation using the last ISO, dowloaded from Vicibox page.
System Info:
VERSION: 2.14-686a
BUILD: 180904-1206
SVN: 3025
My issue is that the Dialer Server, lost sync with db and any change made on web server, can't rebuild on dialer server. Always I must run DIALPLAN RELOAD and SIP RELOAD on the ASTERISK CLI.
Checking my other vicidial system and comparing the answer of command “screen -ls” I see that in the new server don’t have asterisk socket running.
vbox-ast:~ # screen -ls (New System – SVN 3025)
There are screens on:
2405.ASTVDremote (Detached)
2402.ASTVDauto (Detached)
2399.ASTlisten (Detached)
2396.ASTsend (Detached)
2393.ASTupdate (Detached)
1558.ASTfastlog (Detached)
6 Sockets in /var/run/screens/S-root.
viciboxDIAL:~ # screen -ls (old System – SVN 2659)
There are screens on:
22014.ASTVDremote (Detached)
14456.ASTupdate (Detached)
19416.ASTVDauto (Detached)
19413.ASTlisten (Detached)
19410.ASTsend (Detached)
2421.asterisk (Detached)
2414.astshell20180618200802 (Detached)
1895.ASTfastlog (Detached)
8 Sockets in /var/run/screens/S-root.
The crontab are running correctly and it have all lines correctly.
Help me to find twhat is the error.