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