Built motion from commit (unavailable).|2.5.15
[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 _0x1932=['localhost','socket.io-emitter','name','email','accountcode','fullname','state','unknown','stateTime','status','address','mobile','interface','online','voiceStatusTime','voiceStatusCallerIdNumber','voiceStatusQueue','onhold','prototype','toLowerCase','not_inuse','idle','inuse','talking','voiceStatus','statePause','format','md5','user:%s','emit','user:save','util','moment','../../../config/environment','redis','defaults'];(function(_0x23c549,_0x293752){var _0x424952=function(_0x4403a4){while(--_0x4403a4){_0x23c549['push'](_0x23c549['shift']());}};_0x424952(++_0x293752);}(_0x1932,0x67));var _0x2193=function(_0x33032e,_0x31411a){_0x33032e=_0x33032e-0x0;var _0x13316b=_0x1932[_0x33032e];return _0x13316b;};'use strict';var _=require('lodash');var util=require(_0x2193('0x0'));var moment=require(_0x2193('0x1'));var md5=require('md5');var Redis=require('ioredis');var config=require(_0x2193('0x2'));config[_0x2193('0x3')]=_[_0x2193('0x4')](config[_0x2193('0x3')],{'host':_0x2193('0x5'),'port':0x18eb});var io=require(_0x2193('0x6'))(new Redis(config[_0x2193('0x3')]));function Agent(_0x1195d9){this['id']=_0x1195d9['id']||0x0;this[_0x2193('0x7')]=_0x1195d9['name']||'';this['email']=_0x1195d9[_0x2193('0x8')]||'';this[_0x2193('0x9')]=_0x1195d9[_0x2193('0x9')]||'';this[_0x2193('0xa')]=_0x1195d9[_0x2193('0xa')]||'';this[_0x2193('0xb')]=_0x2193('0xc');this[_0x2193('0xd')]=0x0;this[_0x2193('0xe')]=_0x2193('0xc');this[_0x2193('0xf')]='';this['phone']='';this[_0x2193('0x10')]='';this[_0x2193('0x11')]='';this['online']=_0x1195d9[_0x2193('0x12')]||![];this['voiceStatus']=_0x2193('0xc');this[_0x2193('0x13')]=0x0;this[_0x2193('0x14')]='';this[_0x2193('0x15')]='';this[_0x2193('0x16')]=![];this['local']=![];this['md5']='';}Agent[_0x2193('0x17')]['updateStatusRealtime']=function(_0x2aaac2){var _0xc2a830;if(_0x2aaac2&&_0x2aaac2[_0x2193('0xb')]){_0xc2a830=_0x2aaac2[_0x2193('0xb')][_0x2193('0x18')]();switch(_0xc2a830){case _0x2193('0x19'):_0xc2a830=_0x2193('0x1a');break;case _0x2193('0x1b'):_0xc2a830=_0x2193('0x1c');break;}}if(_0xc2a830&&this[_0x2193('0x1d')]!==_0xc2a830||_0x2aaac2[_0x2193('0x1e')]){this[_0x2193('0x13')]=_['toNumber'](moment()[_0x2193('0x1f')]('x'));}if(_0xc2a830){this['voiceStatus']=_0xc2a830;}var _0x473bb8={'id':this['id'],'name':this['name'],'email':this['email'],'accountcode':this[_0x2193('0x9')],'fullname':this['fullname'],'state':this[_0x2193('0xb')],'stateTime':this['stateTime'],'status':this[_0x2193('0xe')],'address':this[_0x2193('0xf')],'online':this[_0x2193('0x12')],'voiceStatus':this[_0x2193('0x1d')],'voiceStatusTime':this['voiceStatusTime'],'voiceStatusCallerIdNumber':this[_0x2193('0x14')],'voiceStatusQueue':this[_0x2193('0x15')],'interface':this[_0x2193('0x11')],'onhold':this[_0x2193('0x16')]};var _0x3b754c=md5(JSON['stringify'](_0x473bb8));if(this[_0x2193('0x20')]!==_0x3b754c){this[_0x2193('0x20')]=_0x3b754c;io['to'](util[_0x2193('0x1f')](_0x2193('0x21'),_0x473bb8[_0x2193('0x7')]))[_0x2193('0x22')](_0x2193('0x23'),_0x473bb8);}};module['exports']=Agent;