agent: invalid server_ip
Posted: Wed Mar 25, 2015 6:48 pm
When logged in as an agent, I see:
While there are leads in the hopper, I don't see a button to click to "dial" the lead manually. I'm in manual mode for dialing. I've run the script to update the ip, keep alive, and the ip address in the web interface looks good.
Is there a log for vicidial?
I see in the code:
http://www.eflo.net/vicidial/trunk/LANG ... _popup.php
If I'm looking at the right script, then, as expected, the error message makes sense...except that the ip address is ok so far as I can determine.
- Code: Select all
Other Agents Status:
Invalid server_ip: or Invalid session_name: 1427326851_20210099991
While there are leads in the hopper, I don't see a button to click to "dial" the lead manually. I'm in manual mode for dialing. I've run the script to update the ip, keep alive, and the ip address in the web interface looks good.
Is there a log for vicidial?
I see in the code:
- Code: Select all
if( (strlen($server_ip)<6) or (!isset($server_ip)) or ( (strlen($session_name)<12) or (!isset($session_name)) ) )
{
echo "Invalid server_ip: |$server_ip| or Invalid session_name: |$session_name|\n";
exit;
http://www.eflo.net/vicidial/trunk/LANG ... _popup.php
If I'm looking at the right script, then, as expected, the error message makes sense...except that the ip address is ok so far as I can determine.