Bug #1531
closed
Added by Levy Ryan Nolasco over 10 years ago.
Updated about 10 years ago.
Description
Hi Dev. Team,
Encountered an error on agent force log out. Please see the screenshot.

Regards,
Levy Ryan
- 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;
- 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
Hello Demian,
Thanks for the update this really works perfectly even on mine,
thank you man.
Also available in: Atom
PDF
Go to top