Agent gets next outbound call before he finish first one
Posted: Fri Aug 29, 2014 2:24 am
Hi.
With one of my clients happens many things:
1. His server was transferred to another location = new ISP
2. His Agents stop using X-Lite and start using Yate
3. Softphone was switched from SIP to IAX2, so Agents are connected with server by IAX2 on port 45789
4. During transfer of the server, database was crashed (power failure). Two tables were crashed: vicidial_live_agents and vicidial_manager. Normal mysqlcheck --auto-repair didn't helped. I have to use this command:
Now my client reported me that from time to time Agent gets another call before he finish (click hot key) the firs one call. We are talking only about outbound calls.
Any suggestion?
With one of my clients happens many things:
1. His server was transferred to another location = new ISP
2. His Agents stop using X-Lite and start using Yate
3. Softphone was switched from SIP to IAX2, so Agents are connected with server by IAX2 on port 45789
4. During transfer of the server, database was crashed (power failure). Two tables were crashed: vicidial_live_agents and vicidial_manager. Normal mysqlcheck --auto-repair didn't helped. I have to use this command:
- Code: Select all
repair table "TABLENAME" use_frm;
Now my client reported me that from time to time Agent gets another call before he finish (click hot key) the firs one call. We are talking only about outbound calls.
Any suggestion?