d8780ff334381246d270f3e413a355036078fadd
[motion2.git] / server / services / ami / model / agent.js
1 // *************************************************************************
2 // *                                                                       *
3 // * xCALLY Motion -  The Omnichannel Contact Center                       *
4 // * Copyright (c) Xenialab s.r.l. All Rights Reserved                     *
5 // *                                                                       *
6 // *************************************************************************
7 // *                                                                       *
8 // * Email: info@xcally.com                                                *
9 // * Website: https://www.xcally.com                                       *
10 // *                                                                       *
11 // *************************************************************************
12 // *                                                                       *
13 // * The SOFTWARE PRODUCT is protected by copyright laws and international *
14 // * copyright treaties, as well as other intellectual property laws and   *
15 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                         *
16 // *                                                                       *
17 // *************************************************************************
18 var _0x94e7=['toNumber','stringify','format','user:%s','emit','user:save','exports','util','moment','md5','ioredis','../../../config/environment','redis','defaults','socket.io-emitter','name','email','accountcode','fullname','stateTime','status','address','mobile','interface','online','unknown','voiceStatusTime','voiceStatusCallerIdNumber','voiceStatusQueue','onhold','updateStatusRealtime','state','toLowerCase','not_inuse','inuse','talking','voiceStatus','statePause'];(function(_0x1d9aa0,_0x272488){var _0x226868=function(_0x17127c){while(--_0x17127c){_0x1d9aa0['push'](_0x1d9aa0['shift']());}};_0x226868(++_0x272488);}(_0x94e7,0x9f));var _0x794e=function(_0x586ba0,_0x3c033e){_0x586ba0=_0x586ba0-0x0;var _0x1e010a=_0x94e7[_0x586ba0];return _0x1e010a;};'use strict';var _=require('lodash');var util=require(_0x794e('0x0'));var moment=require(_0x794e('0x1'));var md5=require(_0x794e('0x2'));var Redis=require(_0x794e('0x3'));var config=require(_0x794e('0x4'));config[_0x794e('0x5')]=_[_0x794e('0x6')](config[_0x794e('0x5')],{'host':'localhost','port':0x18eb});var io=require(_0x794e('0x7'))(new Redis(config[_0x794e('0x5')]));function Agent(_0x2464e6){this['id']=_0x2464e6['id']||0x0;this[_0x794e('0x8')]=_0x2464e6[_0x794e('0x8')]||'';this[_0x794e('0x9')]=_0x2464e6['email']||'';this[_0x794e('0xa')]=_0x2464e6[_0x794e('0xa')]||'';this[_0x794e('0xb')]=_0x2464e6['fullname']||'';this['state']='unknown';this[_0x794e('0xc')]=0x0;this[_0x794e('0xd')]='unknown';this[_0x794e('0xe')]='';this['phone']='';this[_0x794e('0xf')]='';this[_0x794e('0x10')]='';this['online']=_0x2464e6[_0x794e('0x11')]||![];this['voiceStatus']=_0x794e('0x12');this[_0x794e('0x13')]=0x0;this[_0x794e('0x14')]='';this[_0x794e('0x15')]='';this[_0x794e('0x16')]=![];this['local']=![];this[_0x794e('0x2')]='';}Agent['prototype'][_0x794e('0x17')]=function(_0x57600d){var _0x31082c;if(_0x57600d&&_0x57600d[_0x794e('0x18')]){_0x31082c=_0x57600d['state'][_0x794e('0x19')]();switch(_0x31082c){case _0x794e('0x1a'):_0x31082c='idle';break;case _0x794e('0x1b'):_0x31082c=_0x794e('0x1c');break;}}if(_0x31082c&&this[_0x794e('0x1d')]!==_0x31082c||_0x57600d[_0x794e('0x1e')]){this[_0x794e('0x13')]=_[_0x794e('0x1f')](moment()['format']('x'));}if(_0x31082c){this[_0x794e('0x1d')]=_0x31082c;}var _0x5e06da={'id':this['id'],'name':this[_0x794e('0x8')],'email':this[_0x794e('0x9')],'accountcode':this['accountcode'],'fullname':this[_0x794e('0xb')],'state':this['state'],'stateTime':this[_0x794e('0xc')],'status':this['status'],'address':this[_0x794e('0xe')],'online':this[_0x794e('0x11')],'voiceStatus':this[_0x794e('0x1d')],'voiceStatusTime':this['voiceStatusTime'],'voiceStatusCallerIdNumber':this[_0x794e('0x14')],'voiceStatusQueue':this[_0x794e('0x15')],'interface':this[_0x794e('0x10')],'onhold':this[_0x794e('0x16')]};var _0x36e298=md5(JSON[_0x794e('0x20')](_0x5e06da));if(this[_0x794e('0x2')]!==_0x36e298){this[_0x794e('0x2')]=_0x36e298;io['to'](util[_0x794e('0x21')](_0x794e('0x22'),_0x5e06da[_0x794e('0x8')]))[_0x794e('0x23')](_0x794e('0x24'),_0x5e06da);}};module[_0x794e('0x25')]=Agent;