287c43238c949780ae6a4ee7dafbc46b3c3dcca3
[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 _0x44e7=['toLowerCase','not_inuse','idle','inuse','talking','voiceStatus','statePause','toNumber','format','onhold','stringify','user:%s','user:save','lodash','util','redis','defaults','socket.io-emitter','name','email','accountcode','fullname','state','unknown','stateTime','status','address','phone','mobile','interface','online','voiceStatusTime','voiceStatusCallerIdNumber','voiceStatusQueue','local','md5','prototype','updateStatusRealtime'];(function(_0x3649db,_0x2bad6b){var _0x3fb4b4=function(_0x18bb83){while(--_0x18bb83){_0x3649db['push'](_0x3649db['shift']());}};_0x3fb4b4(++_0x2bad6b);}(_0x44e7,0x189));var _0x744e=function(_0x310d10,_0x3fe887){_0x310d10=_0x310d10-0x0;var _0x1fb8af=_0x44e7[_0x310d10];return _0x1fb8af;};'use strict';var _=require(_0x744e('0x0'));var util=require(_0x744e('0x1'));var moment=require('moment');var md5=require('md5');var Redis=require('ioredis');var config=require('../../../config/environment');config[_0x744e('0x2')]=_[_0x744e('0x3')](config['redis'],{'host':'localhost','port':0x18eb});var io=require(_0x744e('0x4'))(new Redis(config[_0x744e('0x2')]));function Agent(_0x294252){this['id']=_0x294252['id']||0x0;this[_0x744e('0x5')]=_0x294252[_0x744e('0x5')]||'';this[_0x744e('0x6')]=_0x294252['email']||'';this[_0x744e('0x7')]=_0x294252[_0x744e('0x7')]||'';this[_0x744e('0x8')]=_0x294252[_0x744e('0x8')]||'';this[_0x744e('0x9')]=_0x744e('0xa');this[_0x744e('0xb')]=0x0;this[_0x744e('0xc')]=_0x744e('0xa');this[_0x744e('0xd')]='';this[_0x744e('0xe')]='';this[_0x744e('0xf')]='';this[_0x744e('0x10')]='';this[_0x744e('0x11')]=_0x294252['online']||![];this['voiceStatus']='unknown';this[_0x744e('0x12')]=0x0;this[_0x744e('0x13')]='';this[_0x744e('0x14')]='';this['onhold']=![];this[_0x744e('0x15')]=![];this[_0x744e('0x16')]='';}Agent[_0x744e('0x17')][_0x744e('0x18')]=function(_0xe6c0b2){var _0x512c60;if(_0xe6c0b2&&_0xe6c0b2[_0x744e('0x9')]){_0x512c60=_0xe6c0b2[_0x744e('0x9')][_0x744e('0x19')]();switch(_0x512c60){case _0x744e('0x1a'):_0x512c60=_0x744e('0x1b');break;case _0x744e('0x1c'):_0x512c60=_0x744e('0x1d');break;}}if(_0x512c60&&this[_0x744e('0x1e')]!==_0x512c60||_0xe6c0b2[_0x744e('0x1f')]){this['voiceStatusTime']=_[_0x744e('0x20')](moment()[_0x744e('0x21')]('x'));}if(_0x512c60){this[_0x744e('0x1e')]=_0x512c60;}var _0x68b0e2={'id':this['id'],'name':this[_0x744e('0x5')],'email':this[_0x744e('0x6')],'accountcode':this[_0x744e('0x7')],'fullname':this[_0x744e('0x8')],'state':this[_0x744e('0x9')],'stateTime':this['stateTime'],'status':this[_0x744e('0xc')],'address':this[_0x744e('0xd')],'online':this[_0x744e('0x11')],'voiceStatus':this[_0x744e('0x1e')],'voiceStatusTime':this[_0x744e('0x12')],'voiceStatusCallerIdNumber':this[_0x744e('0x13')],'voiceStatusQueue':this[_0x744e('0x14')],'interface':this[_0x744e('0x10')],'onhold':this[_0x744e('0x22')]};var _0x52d95e=md5(JSON[_0x744e('0x23')](_0x68b0e2));if(this[_0x744e('0x16')]!==_0x52d95e){this[_0x744e('0x16')]=_0x52d95e;io['to'](util['format'](_0x744e('0x24'),_0x68b0e2['name']))['emit'](_0x744e('0x25'),_0x68b0e2);}};module['exports']=Agent;