Sorry, there are no Available Sessions
Added by Tayab Dar over 9 years ago
Hello all,
I am currently trying to configure my GoAutoDialer on my agents laptops, & I am getting the above error message & I am attaching a screen shot of the same error as well. I need help ASAP ! Please it is very important that this gets done in the next 24 hours I have to start my operations!
Replies (2)
RE: Sorry, there are no Available Sessions
-
Added by Bluerain Salcedo over 9 years ago
Kindly check your time synchronization if they are all sync and "no red" highlight on on of them.
Check also the ff "server_ip" field via phpmyadmin on "asterisk" database:
- conferences
- phone
- vicidial_conferences
- servers
Those table's "server_ip" column/field should matched the IP of your server.
RE: Sorry, there are no Available Sessions
-
Added by Sajid Khan over 8 years ago
issue fixed
UPDATE vicidial_conferences SET server_ip='192.168.0.5' where server_ip='127.0.0.1Mask:2';
select * from vicidial_conferences
UPDATE phones SET server_ip='192.168.0.5' where server_ip='127.0.0.1Mask:2';
select * from phones