Agent Session Getting Paused Automatically
Posted: Fri Mar 19, 2021 3:52 pm
Hi there,
I know this topic has been dicussed many times, but my issue not resolved with any of the solutions. My agents session are getting automatically paused and it says "Your session has been paused"
What i have found till now, that my time is okay on Mysql Php and asterisk, my database tables are okay and there is no crashed table. My hard disk space is okay also my network latency is fine from Agents PC to Server PC.
My observations are the table vicidial_live_agent has a field last_update_time and this filed get updated when conf_exten_check.php file hit by Agent browser session. conf_exten_check.php runs a query
this query updates random id and after update query execution it also update last_updat_time field
I have monitored database and found the when session get paused before that this field stopped updating and it get stuck somewhere but on mysql "show processlist" command it does not show any stucked query, also on the agent browser screen when I inspect the browser it keep sending the request to server.
I am very confused that what thing is stopping the conf_exten_check.php page to update vicidial_agent_list.
Please anyone can help in this regard.
Thanks in advance.
I am using Vicidial Scratch Install
Centos7
Asterisk 11.22
Vicidial:
VERSION: 2.13-576a
BUILD: 161126-2138
© 2016 ViciDial Group
I know this topic has been dicussed many times, but my issue not resolved with any of the solutions. My agents session are getting automatically paused and it says "Your session has been paused"
What i have found till now, that my time is okay on Mysql Php and asterisk, my database tables are okay and there is no crashed table. My hard disk space is okay also my network latency is fine from Agents PC to Server PC.
My observations are the table vicidial_live_agent has a field last_update_time and this filed get updated when conf_exten_check.php file hit by Agent browser session. conf_exten_check.php runs a query
- Code: Select all
"UPDATE vicidial_live_agents set random_id='$random' where user='$user' and server_ip='$server_ip';";
this query updates random id and after update query execution it also update last_updat_time field
I have monitored database and found the when session get paused before that this field stopped updating and it get stuck somewhere but on mysql "show processlist" command it does not show any stucked query, also on the agent browser screen when I inspect the browser it keep sending the request to server.
I am very confused that what thing is stopping the conf_exten_check.php page to update vicidial_agent_list.
Please anyone can help in this regard.
Thanks in advance.
I am using Vicidial Scratch Install
Centos7
Asterisk 11.22
Vicidial:
VERSION: 2.13-576a
BUILD: 161126-2138
© 2016 ViciDial Group