Project

General

Profile

Actions

Bug #1531

closed

Force Log Out

Added by Levy Ryan Nolasco over 9 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Normal
Category:
Bugs
Target version:
-
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

Actions #1

Updated by Demian Biscocho over 9 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;
Actions #2

Updated by Levy Ryan Nolasco over 9 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

Actions #3

Updated by denis leon about 9 years ago

Hello Demian,

Thanks for the update this really works perfectly even on mine,

thank you man.

Actions

Also available in: Atom PDF

Go to top