f768150b19781718c84bae7b159d4d095985ddef
[motion2.git] / server / services / routing / model / chatQueue.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 _0xa2f2=['strategy','beepall','Agents','mapAgentsId','waiting','updateRouting','prototype','map','updateRealtime','loggedIn','paused','length','online','chatPause','available','stringify','md5','format','chat:queue:%s','chat_queue:save','exports','lodash','util','../../../config/environment','redis','defaults','localhost','socket.io-emitter','name','timeout'];(function(_0x43d270,_0x373c69){var _0xf7a880=function(_0x32eedd){while(--_0x32eedd){_0x43d270['push'](_0x43d270['shift']());}};_0xf7a880(++_0x373c69);}(_0xa2f2,0xe7));var _0x2a2f=function(_0x297fd3,_0x115406){_0x297fd3=_0x297fd3-0x0;var _0x2af381=_0xa2f2[_0x297fd3];return _0x2af381;};'use strict';var _=require(_0x2a2f('0x0'));var md5=require('md5');var util=require(_0x2a2f('0x1'));var Redis=require('ioredis');var config=require(_0x2a2f('0x2'));config[_0x2a2f('0x3')]=_[_0x2a2f('0x4')](config[_0x2a2f('0x3')],{'host':_0x2a2f('0x5'),'port':0x18eb});var io=require(_0x2a2f('0x6'))(new Redis(config[_0x2a2f('0x3')]));function ChatQueue(_0x225be0){this['id']=_0x225be0['id']||0x0;this[_0x2a2f('0x7')]=_0x225be0[_0x2a2f('0x7')]||'';this[_0x2a2f('0x8')]=_0x225be0[_0x2a2f('0x8')]||0xa;this[_0x2a2f('0x9')]=_0x225be0[_0x2a2f('0x9')]||_0x2a2f('0xa');this[_0x2a2f('0xb')]=_0x225be0[_0x2a2f('0xb')];this[_0x2a2f('0xc')]={};this[_0x2a2f('0xd')]=0x0;this['md5']='';this[_0x2a2f('0xe')]();this['updateRealtime']();}ChatQueue[_0x2a2f('0xf')][_0x2a2f('0xe')]=function(){var _0x2a459b=this[_0x2a2f('0xc')]['_rr'];this[_0x2a2f('0xc')]=_[_0x2a2f('0x10')](this[_0x2a2f('0xb')],'id');this['mapAgentsId']['_rr']=_0x2a459b;};ChatQueue[_0x2a2f('0xf')][_0x2a2f('0x11')]=function(){this[_0x2a2f('0x12')]=0x0;this[_0x2a2f('0x13')]=0x0;for(var _0x3695d7=0x0;_0x3695d7<this['Agents'][_0x2a2f('0x14')];_0x3695d7+=0x1){if(this[_0x2a2f('0xb')][_0x3695d7][_0x2a2f('0x15')]){this['loggedIn']+=0x1;}if(this['Agents'][_0x3695d7][_0x2a2f('0x16')]){this[_0x2a2f('0x13')]+=0x1;}}this[_0x2a2f('0x17')]=this[_0x2a2f('0x12')]-this['paused'];this[_0x2a2f('0x17')]=this[_0x2a2f('0x17')]>=0x0?this[_0x2a2f('0x17')]:0x0;var _0x8063d2={'id':this['id'],'available':this[_0x2a2f('0x17')],'loggedIn':this[_0x2a2f('0x12')],'name':this['name'],'paused':this[_0x2a2f('0x13')],'waiting':this['waiting']};var _0x2e8790=md5(JSON[_0x2a2f('0x18')](_0x8063d2));if(this[_0x2a2f('0x19')]!==_0x2e8790){this['md5']=_0x2e8790;io['to'](util[_0x2a2f('0x1a')](_0x2a2f('0x1b'),_0x8063d2[_0x2a2f('0x7')]))['emit'](_0x2a2f('0x1c'),_0x8063d2);}};module[_0x2a2f('0x1d')]=ChatQueue;