Friday, October 2, 2015

Changing the Static Internal Network IP Address of the Vicidial Server | Sorry, there are no available sessions

We did a revamp of the entire office network, so the old internal network IP addresses had to change. When the vendor installed our Vicidial Server, he preset it with the old one. 

Here's how I did the changes (2 important steps):

1. In Linux Shell Scripting Command Line, type the following:
sudo ifconfig eth0 <new IP address> netmask 255.255.255.0

Check afterwards if the IP address has been updated by typing:
ifconfig
Source:  http://www.howtogeek.com/118337/stupid-geek-tricks-change-your-ip-address-from-the-command-line-in-linux/


2. Next, still in Linux Shell Scripting Command Line, type the following to change the same IP address in the Vicidial Database:
/usr/share/astguiclient/ADMIN_update_server_ip.pl
After that, just follow the prompts. What I did was to keep pressing Enter and it knew what IP address was the old one and which one was the new one.

This second step is important, because it will re-point the Vicidial Database internal network IP addresses to the new one. If you forget to do this, you'll get the error "Sorry, there are no available sessions" when you log in as an agent.

Source: http://striker24x7.blogspot.com/2014/01/sorry-there-are-no-available-sessions.html

No comments:

Post a Comment