Actions
Bug #1531
closedForce Log Out
Start date:
10/13/2014
Due date:
% Done:
100%
Estimated time:
Description
Hi Dev. Team,
Encountered an error on agent force log out. Please see the screenshot.
Regards,
Levy Ryan
Updated by Demian Biscocho over 10 years ago
- Status changed from New to In Progress
- Assignee changed from Jerico James Milo to Levy Ryan Nolasco
- % Done changed from 0 to 90
I've added the go_agent_session table in Asterisk DB. I've also updated our GIThub HOWTO.
Please re-test and let us know how it goes.
CREATE TABLE `go_agent_sessions` ( `agent_session_id` int(11) NOT NULL auto_increment, `sess_agent_user` varchar(25) collate utf8_unicode_ci NOT NULL, `sess_agent_phone` varchar(25) collate utf8_unicode_ci NOT NULL, `sess_agent_status` varchar(25) collate utf8_unicode_ci NOT NULL, PRIMARY KEY (`agent_session_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
Updated by Levy Ryan Nolasco over 10 years ago
- Status changed from In Progress to Closed
- Assignee changed from Levy Ryan Nolasco to Demian Biscocho
- % Done changed from 90 to 100
Hi Sir Demian,
Thanks for the update. Force Log out is now working properly.
Regards,
Levy Ryan
Updated by denis leon about 10 years ago
Hello Demian,
Thanks for the update this really works perfectly even on mine,
thank you man.
Actions
Go to top