Vicidial Install information
VERSION: 2.14-694a
BUILD: 181005-1738
Asterisk 11.25.1
Setup DB separate server
everything else on 1 server
So to begin with the issue, we recently migrated to another server. We switched to our slave database which is already on the new rack. We moved the dialer/web server onto the new rack but maintained it's IP. We pointed the Web application to the new DB server via editing VARDB_server on /etc/astguiclient.conf. After this, we rebooted both servers.
After loading, the web gui loaded fine, no errors, but the hopper was never filled with any leads.
Tried running ADMIN_update_server_ip.pl on the database server and updated the new IP. Seems to have ran fine with no errors. But the leads were still not going into the hopper. So we ran /usr/share/astguiclient/AST_VDhopper.pl --debug and then it loaded the hopper with leads. Problem is it doesn't auto load leads after that. After the leads were used up, it was never refilled.
I figured I can run the AST_VDhopper.pl script on a cron job, but not sure if it's a good idea so I came here to ask first.
When I run screen on web/dialer server I get this.
- Code: Select all
There are screens on:
1598.ASTfastlog (Detached)
1596.ASTVDremote (Detached)
1594.ASTVDauto (Detached)
1591.ASTlisten (Detached)
1588.ASTsend (Detached)
1585.ASTupdate (Detached)
1426.asterisk (Detached)
1418.astshell20190216194936 (Detached)
8 Sockets in /var/run/screens/S-root.
The old DB server has this on screen -ls
- Code: Select all
There are screens on:
1643.ASTemail (Detached)
1641.ASTVDadFILL (Detached)
1639.ASTVDadapt (Detached)
3 Sockets in /var/run/screens/S-root.
the new/current DB server has nothing when I run screen -ls
- Code: Select all
No Sockets found in /var/run/screens/S-root.
I'm assuming something is not running on the DB server. What can I do to fix this?
Sincerely,
Jet