1) you didn't post your installer with version.
2) Vicidial doesn't have an agent.php page, it has a vicidial.php page, thus the requirement for your installation method.
3) In Vicidial:
In /srv/www/htdocs/agc/vicidial.php there are many instances of "<body onresize", each one represents a different method of drawing the page. One for "relogin", one for "if agent login is first instead of phone login", etc.
For instance, this will result in a ... very interesting "relogin" page (this is the page the agents are sent to when they log out, offering a pre-filled-in form for relogin, handy to bookmark for simplistic workstation login):
- Code: Select all
nano +1160 /srv/www/htdocs/agc/vicidial.php
if ($relogin == 'YES')
{
echo "<title>"._QXZ("Agent web client: Re-Login")."</title>\n";
echo "</head>\n";
echo "<body onresize=\"browser_dimensions();\" onload=\"browser_dimensions();\" style='background-image:url(\"./images/vicidial_admin_web_logo.png\");'>\n";
The only change to the code is the style of the <body tag.
4) This is a support request not a General Discussion. Moving to the proper board.