1) I can see you're trying, you posted your full Vicibox Installer version, and you posted MOST of your "Vicidial Version with build", the only thing missing is ... "with build". Please be sure to include that build information. It matters.
2) WHY did you install with Vicibox 7.0.4 instead of 8.1.2 if you installed today? (Not saying it's a bad thing, but if you chose an old version on purpose, often the reason for that choice will provide information that assists me with helping you and will expose a situation that contributes to your problem.)
3) During installation, you first use the PDF from Vicibox.com. After successful installation you would switch to the Vicidial Manager's Manual. But since this is part of the installation process (asterisk running is a pre-requisite, install is not complete ...), I have to ask if there were any errors during your installation? Or anything outside the realm of the installer (like ... restoring an old DB?)
4) Are the screens running?
- Code: Select all
cat /etc/astguiclient.conf | grep VARactive_keepalives
screen -list
5) Will asterisk actually run if you ask it to? (Note that this is merely a test)
- Code: Select all
/usr/sbin/asterisk -vvvvvvvvvvvvvvvvvvvvvgcT
6) Asterisk is NOT a service in a Vicidial system. Getting the asterisk service's status is of no value. Vicidial runs asterisk in a "screen". Attaching to that screen will provide you with "the asterisk console" that is inaccessible if asterisk is run as a service. If asterisk is run as a service you can "attach to remote asterisk", but that remote console does not show errors from perl and php agi scripting. Scripting errors are ONLY visible on the "non-remote" console.