4dff0c7de82012fbd9d90344f166bc934d1fe9e8
[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 _0xf192=['lodash','md5','util','ioredis','../../../config/environment','redis','defaults','localhost','socket.io-emitter','name','timeout','strategy','beepall','Agents','mapAgentsId','waiting','updateRouting','updateRealtime','_rr','prototype','loggedIn','paused','length','online','available','stringify','format','chat:queue:%s','emit','exports'];(function(_0x3a60a1,_0x525e92){var _0x492eef=function(_0x488ab4){while(--_0x488ab4){_0x3a60a1['push'](_0x3a60a1['shift']());}};_0x492eef(++_0x525e92);}(_0xf192,0x1e0));var _0x2f19=function(_0x53ccf2,_0x13cb67){_0x53ccf2=_0x53ccf2-0x0;var _0x5a2964=_0xf192[_0x53ccf2];return _0x5a2964;};'use strict';var _=require(_0x2f19('0x0'));var md5=require(_0x2f19('0x1'));var util=require(_0x2f19('0x2'));var Redis=require(_0x2f19('0x3'));var config=require(_0x2f19('0x4'));config[_0x2f19('0x5')]=_[_0x2f19('0x6')](config[_0x2f19('0x5')],{'host':_0x2f19('0x7'),'port':0x18eb});var io=require(_0x2f19('0x8'))(new Redis(config[_0x2f19('0x5')]));function ChatQueue(_0x1e3c50){this['id']=_0x1e3c50['id']||0x0;this[_0x2f19('0x9')]=_0x1e3c50[_0x2f19('0x9')]||'';this['timeout']=_0x1e3c50[_0x2f19('0xa')]||0xa;this[_0x2f19('0xb')]=_0x1e3c50[_0x2f19('0xb')]||_0x2f19('0xc');this[_0x2f19('0xd')]=_0x1e3c50[_0x2f19('0xd')];this[_0x2f19('0xe')]={};this[_0x2f19('0xf')]=0x0;this[_0x2f19('0x1')]='';this[_0x2f19('0x10')]();this[_0x2f19('0x11')]();}ChatQueue['prototype'][_0x2f19('0x10')]=function(){var _0x7532e9=this[_0x2f19('0xe')][_0x2f19('0x12')];this[_0x2f19('0xe')]=_['map'](this[_0x2f19('0xd')],'id');this[_0x2f19('0xe')][_0x2f19('0x12')]=_0x7532e9;};ChatQueue[_0x2f19('0x13')][_0x2f19('0x11')]=function(){this[_0x2f19('0x14')]=0x0;this[_0x2f19('0x15')]=0x0;for(var _0x326f6e=0x0;_0x326f6e<this[_0x2f19('0xd')][_0x2f19('0x16')];_0x326f6e+=0x1){if(this[_0x2f19('0xd')][_0x326f6e][_0x2f19('0x17')]){this[_0x2f19('0x14')]+=0x1;}if(this[_0x2f19('0xd')][_0x326f6e]['chatPause']){this[_0x2f19('0x15')]+=0x1;}}this[_0x2f19('0x18')]=this[_0x2f19('0x14')]-this[_0x2f19('0x15')];this['available']=this['available']>=0x0?this[_0x2f19('0x18')]:0x0;var _0x438410={'id':this['id'],'available':this[_0x2f19('0x18')],'loggedIn':this[_0x2f19('0x14')],'name':this[_0x2f19('0x9')],'paused':this[_0x2f19('0x15')],'waiting':this['waiting']};var _0x2e1a7d=md5(JSON[_0x2f19('0x19')](_0x438410));if(this[_0x2f19('0x1')]!==_0x2e1a7d){this['md5']=_0x2e1a7d;io['to'](util[_0x2f19('0x1a')](_0x2f19('0x1b'),_0x438410[_0x2f19('0x9')]))[_0x2f19('0x1c')]('chat_queue:save',_0x438410);}};module[_0x2f19('0x1d')]=ChatQueue;