Built motion from commit b0a9a629.|2.6.33
[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 _0x4434=['local','prototype','toLowerCase','not_inuse','idle','inuse','talking','toNumber','stringify','format','user:%s','emit','user:ami:update','omit','user:presence','exports','lodash','util','moment','md5','ioredis','redis','defaults','localhost','socket.io-emitter','name','email','accountcode','fullname','state','unknown','stateTime','address','mobile','interface','online','voiceStatus','voiceStatusTime','voiceStatusCallerIdNumber','voiceStatusQueue','onhold'];(function(_0x3f0b5a,_0x120a7b){var _0x2045a8=function(_0x2d5162){while(--_0x2d5162){_0x3f0b5a['push'](_0x3f0b5a['shift']());}};_0x2045a8(++_0x120a7b);}(_0x4434,0xb4));var _0x4443=function(_0x40a045,_0x516f0e){_0x40a045=_0x40a045-0x0;var _0x1a687c=_0x4434[_0x40a045];return _0x1a687c;};'use strict';var _=require(_0x4443('0x0'));var util=require(_0x4443('0x1'));var moment=require(_0x4443('0x2'));var md5=require(_0x4443('0x3'));var Redis=require(_0x4443('0x4'));var config=require('../../../config/environment');config[_0x4443('0x5')]=_[_0x4443('0x6')](config['redis'],{'host':_0x4443('0x7'),'port':0x18eb});var io=require(_0x4443('0x8'))(new Redis(config[_0x4443('0x5')]));function Agent(_0x47ace0){this['id']=_0x47ace0['id']||0x0;this['name']=_0x47ace0[_0x4443('0x9')]||'';this[_0x4443('0xa')]=_0x47ace0['email']||'';this[_0x4443('0xb')]=_0x47ace0[_0x4443('0xb')]||'';this[_0x4443('0xc')]=_0x47ace0[_0x4443('0xc')]||'';this[_0x4443('0xd')]=_0x4443('0xe');this[_0x4443('0xf')]=0x0;this['status']='unknown';this[_0x4443('0x10')]='';this['phone']='';this[_0x4443('0x11')]='';this[_0x4443('0x12')]='';this['online']=_0x47ace0[_0x4443('0x13')]||![];this[_0x4443('0x14')]=_0x4443('0xe');this[_0x4443('0x15')]=0x0;this[_0x4443('0x16')]='';this[_0x4443('0x17')]='';this[_0x4443('0x18')]=![];this[_0x4443('0x19')]=![];this['md5']='';}Agent[_0x4443('0x1a')]['updateStatusRealtime']=function(_0x14c27a){var _0x3b0e9e;if(_0x14c27a&&_0x14c27a['state']){_0x3b0e9e=_0x14c27a['state'][_0x4443('0x1b')]();switch(_0x3b0e9e){case _0x4443('0x1c'):_0x3b0e9e=_0x4443('0x1d');break;case _0x4443('0x1e'):_0x3b0e9e=_0x4443('0x1f');break;}}if(_0x3b0e9e&&this[_0x4443('0x14')]!==_0x3b0e9e||_0x14c27a['statePause']){this[_0x4443('0x15')]=_[_0x4443('0x20')](moment()['format']('x'));}if(_0x3b0e9e){this[_0x4443('0x14')]=_0x3b0e9e;}var _0x8eaaf9={'id':this['id'],'name':this['name'],'email':this[_0x4443('0xa')],'accountcode':this['accountcode'],'fullname':this['fullname'],'state':this[_0x4443('0xd')],'stateTime':this[_0x4443('0xf')],'status':this['status'],'address':this[_0x4443('0x10')],'online':this[_0x4443('0x13')],'voiceStatus':this[_0x4443('0x14')],'voiceStatusTime':this[_0x4443('0x15')],'voiceStatusCallerIdNumber':this[_0x4443('0x16')],'voiceStatusQueue':this[_0x4443('0x17')],'interface':this['interface'],'onhold':this[_0x4443('0x18')]};var _0x3f8a88=md5(JSON[_0x4443('0x21')](_0x8eaaf9));if(this[_0x4443('0x3')]!==_0x3f8a88){this['md5']=_0x3f8a88;io['to'](util[_0x4443('0x22')](_0x4443('0x23'),_0x8eaaf9['name']))[_0x4443('0x24')](_0x4443('0x25'),_[_0x4443('0x26')](_0x8eaaf9,['online']));io[_0x4443('0x24')](_0x4443('0x27'),_0x8eaaf9);}};module[_0x4443('0x28')]=Agent;