e5769784ada1fffa723bfdd235e1adeed781d655
[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 _0x2a1f=['mobile','interface','online','voiceStatus','voiceStatusTime','voiceStatusCallerIdNumber','onhold','local','updateStatusRealtime','toLowerCase','inuse','talking','toNumber','format','email','user:save','lodash','util','moment','md5','ioredis','../../../config/environment','name','accountcode','fullname','state','unknown','stateTime','status','address','phone'];(function(_0x4a53d,_0x58a95e){var _0x27410e=function(_0x38fc90){while(--_0x38fc90){_0x4a53d['push'](_0x4a53d['shift']());}};_0x27410e(++_0x58a95e);}(_0x2a1f,0x184));var _0xf2a1=function(_0x3dd15e,_0x1f0015){_0x3dd15e=_0x3dd15e-0x0;var _0x231fd0=_0x2a1f[_0x3dd15e];return _0x231fd0;};'use strict';var _=require(_0xf2a1('0x0'));var util=require(_0xf2a1('0x1'));var moment=require(_0xf2a1('0x2'));var md5=require(_0xf2a1('0x3'));var Redis=require(_0xf2a1('0x4'));var config=require(_0xf2a1('0x5'));config['redis']=_['defaults'](config['redis'],{'host':'localhost','port':0x18eb});var io=require('socket.io-emitter')(new Redis(config['redis']));function Agent(_0x28c7a2){this['id']=_0x28c7a2['id']||0x0;this['name']=_0x28c7a2[_0xf2a1('0x6')]||'';this['email']=_0x28c7a2['email']||'';this[_0xf2a1('0x7')]=_0x28c7a2[_0xf2a1('0x7')]||'';this[_0xf2a1('0x8')]=_0x28c7a2[_0xf2a1('0x8')]||'';this[_0xf2a1('0x9')]=_0xf2a1('0xa');this[_0xf2a1('0xb')]=0x0;this[_0xf2a1('0xc')]='unknown';this[_0xf2a1('0xd')]='';this[_0xf2a1('0xe')]='';this[_0xf2a1('0xf')]='';this[_0xf2a1('0x10')]='';this[_0xf2a1('0x11')]=_0x28c7a2[_0xf2a1('0x11')]||![];this[_0xf2a1('0x12')]='unknown';this[_0xf2a1('0x13')]=0x0;this[_0xf2a1('0x14')]='';this['voiceStatusQueue']='';this[_0xf2a1('0x15')]=![];this[_0xf2a1('0x16')]=![];this[_0xf2a1('0x3')]='';}Agent['prototype'][_0xf2a1('0x17')]=function(_0x40be06){var _0x5dac2a;if(_0x40be06&&_0x40be06[_0xf2a1('0x9')]){_0x5dac2a=_0x40be06[_0xf2a1('0x9')][_0xf2a1('0x18')]();switch(_0x5dac2a){case'not_inuse':_0x5dac2a='idle';break;case _0xf2a1('0x19'):_0x5dac2a=_0xf2a1('0x1a');break;}}if(_0x5dac2a&&this['voiceStatus']!==_0x5dac2a||_0x40be06['statePause']){this[_0xf2a1('0x13')]=_[_0xf2a1('0x1b')](moment()[_0xf2a1('0x1c')]('x'));}if(_0x5dac2a){this['voiceStatus']=_0x5dac2a;}var _0x3aaeb1={'id':this['id'],'name':this['name'],'email':this[_0xf2a1('0x1d')],'accountcode':this['accountcode'],'fullname':this[_0xf2a1('0x8')],'state':this['state'],'stateTime':this[_0xf2a1('0xb')],'status':this[_0xf2a1('0xc')],'address':this[_0xf2a1('0xd')],'online':this[_0xf2a1('0x11')],'voiceStatus':this[_0xf2a1('0x12')],'voiceStatusTime':this[_0xf2a1('0x13')],'voiceStatusCallerIdNumber':this[_0xf2a1('0x14')],'voiceStatusQueue':this['voiceStatusQueue'],'interface':this[_0xf2a1('0x10')],'onhold':this[_0xf2a1('0x15')]};var _0x1d22a2=md5(JSON['stringify'](_0x3aaeb1));if(this[_0xf2a1('0x3')]!==_0x1d22a2){this[_0xf2a1('0x3')]=_0x1d22a2;io['to'](util[_0xf2a1('0x1c')]('user:%s',_0x3aaeb1['name']))['emit'](_0xf2a1('0x1e'),_0x3aaeb1);}};module['exports']=Agent;