a09f3458b7b99f69ae885d3e20b47be181f77546
[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 _0x12e4=['updateStatusRealtime','state','toLowerCase','not_inuse','inuse','statePause','toNumber','format','voiceStatusTime','onhold','user:%s','emit','exports','util','moment','md5','ioredis','redis','defaults','localhost','name','email','accountcode','fullname','stateTime','status','unknown','phone','interface','online','voiceStatus','voiceStatusCallerIdNumber','voiceStatusQueue','local','prototype'];(function(_0x5537af,_0x35d692){var _0x2d9f24=function(_0x2f1736){while(--_0x2f1736){_0x5537af['push'](_0x5537af['shift']());}};_0x2d9f24(++_0x35d692);}(_0x12e4,0x99));var _0x412e=function(_0x2ba193,_0x3d7287){_0x2ba193=_0x2ba193-0x0;var _0xb769de=_0x12e4[_0x2ba193];return _0xb769de;};'use strict';var _=require('lodash');var util=require(_0x412e('0x0'));var moment=require(_0x412e('0x1'));var md5=require(_0x412e('0x2'));var Redis=require(_0x412e('0x3'));var config=require('../../../config/environment');config[_0x412e('0x4')]=_[_0x412e('0x5')](config['redis'],{'host':_0x412e('0x6'),'port':0x18eb});var io=require('socket.io-emitter')(new Redis(config['redis']));function Agent(_0x1547f0){this['id']=_0x1547f0['id']||0x0;this[_0x412e('0x7')]=_0x1547f0['name']||'';this['email']=_0x1547f0[_0x412e('0x8')]||'';this['accountcode']=_0x1547f0[_0x412e('0x9')]||'';this[_0x412e('0xa')]=_0x1547f0['fullname']||'';this['state']='unknown';this[_0x412e('0xb')]=0x0;this[_0x412e('0xc')]=_0x412e('0xd');this['address']='';this[_0x412e('0xe')]='';this['mobile']='';this[_0x412e('0xf')]='';this['online']=_0x1547f0[_0x412e('0x10')]||![];this[_0x412e('0x11')]=_0x412e('0xd');this['voiceStatusTime']=0x0;this[_0x412e('0x12')]='';this[_0x412e('0x13')]='';this['onhold']=![];this[_0x412e('0x14')]=![];this['md5']='';}Agent[_0x412e('0x15')][_0x412e('0x16')]=function(_0x27206c){var _0x1bef9f;if(_0x27206c&&_0x27206c[_0x412e('0x17')]){_0x1bef9f=_0x27206c[_0x412e('0x17')][_0x412e('0x18')]();switch(_0x1bef9f){case _0x412e('0x19'):_0x1bef9f='idle';break;case _0x412e('0x1a'):_0x1bef9f='talking';break;}}if(_0x1bef9f&&this[_0x412e('0x11')]!==_0x1bef9f||_0x27206c[_0x412e('0x1b')]){this['voiceStatusTime']=_[_0x412e('0x1c')](moment()[_0x412e('0x1d')]('x'));}if(_0x1bef9f){this[_0x412e('0x11')]=_0x1bef9f;}var _0x4d5c18={'id':this['id'],'name':this[_0x412e('0x7')],'email':this[_0x412e('0x8')],'accountcode':this[_0x412e('0x9')],'fullname':this[_0x412e('0xa')],'state':this[_0x412e('0x17')],'stateTime':this[_0x412e('0xb')],'status':this[_0x412e('0xc')],'address':this['address'],'online':this[_0x412e('0x10')],'voiceStatus':this[_0x412e('0x11')],'voiceStatusTime':this[_0x412e('0x1e')],'voiceStatusCallerIdNumber':this[_0x412e('0x12')],'voiceStatusQueue':this[_0x412e('0x13')],'interface':this[_0x412e('0xf')],'onhold':this[_0x412e('0x1f')]};var _0x19bad8=md5(JSON['stringify'](_0x4d5c18));if(this[_0x412e('0x2')]!==_0x19bad8){this[_0x412e('0x2')]=_0x19bad8;io['to'](util[_0x412e('0x1d')](_0x412e('0x20'),_0x4d5c18[_0x412e('0x7')]))[_0x412e('0x21')]('user:save',_0x4d5c18);}};module[_0x412e('0x22')]=Agent;