Built motion from commit 47436d59.|2.6.7
[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 _0xbe97=['paused','length','online','available','stringify','format','chat:queue:%s','emit','chat_queue:save','exports','lodash','md5','util','ioredis','../../../config/environment','redis','localhost','name','timeout','strategy','Agents','mapAgentsId','waiting','updateRealtime','updateRouting','_rr','prototype','loggedIn'];(function(_0x32df4f,_0x498c31){var _0x1585de=function(_0x128296){while(--_0x128296){_0x32df4f['push'](_0x32df4f['shift']());}};_0x1585de(++_0x498c31);}(_0xbe97,0x15a));var _0x7be9=function(_0x4450dc,_0x5f362b){_0x4450dc=_0x4450dc-0x0;var _0x355422=_0xbe97[_0x4450dc];return _0x355422;};'use strict';var _=require(_0x7be9('0x0'));var md5=require(_0x7be9('0x1'));var util=require(_0x7be9('0x2'));var Redis=require(_0x7be9('0x3'));var config=require(_0x7be9('0x4'));config[_0x7be9('0x5')]=_['defaults'](config[_0x7be9('0x5')],{'host':_0x7be9('0x6'),'port':0x18eb});var io=require('socket.io-emitter')(new Redis(config[_0x7be9('0x5')]));function ChatQueue(_0x16b2d1){this['id']=_0x16b2d1['id']||0x0;this[_0x7be9('0x7')]=_0x16b2d1[_0x7be9('0x7')]||'';this[_0x7be9('0x8')]=_0x16b2d1[_0x7be9('0x8')]||0xa;this[_0x7be9('0x9')]=_0x16b2d1['strategy']||'beepall';this['Agents']=_0x16b2d1[_0x7be9('0xa')];this[_0x7be9('0xb')]={};this[_0x7be9('0xc')]=0x0;this[_0x7be9('0x1')]='';this['updateRouting']();this[_0x7be9('0xd')]();}ChatQueue['prototype'][_0x7be9('0xe')]=function(){var _0x4cb20b=this[_0x7be9('0xb')][_0x7be9('0xf')];this['mapAgentsId']=_['map'](this[_0x7be9('0xa')],'id');this[_0x7be9('0xb')]['_rr']=_0x4cb20b;};ChatQueue[_0x7be9('0x10')][_0x7be9('0xd')]=function(){this[_0x7be9('0x11')]=0x0;this[_0x7be9('0x12')]=0x0;for(var _0x5096b9=0x0;_0x5096b9<this['Agents'][_0x7be9('0x13')];_0x5096b9+=0x1){if(this['Agents'][_0x5096b9][_0x7be9('0x14')]){this[_0x7be9('0x11')]+=0x1;}if(this[_0x7be9('0xa')][_0x5096b9]['chatPause']){this[_0x7be9('0x12')]+=0x1;}}this[_0x7be9('0x15')]=this[_0x7be9('0x11')]-this['paused'];this['available']=this[_0x7be9('0x15')]>=0x0?this[_0x7be9('0x15')]:0x0;var _0x13daf0={'id':this['id'],'available':this[_0x7be9('0x15')],'loggedIn':this[_0x7be9('0x11')],'name':this[_0x7be9('0x7')],'paused':this[_0x7be9('0x12')],'waiting':this[_0x7be9('0xc')]};var _0x57fe87=md5(JSON[_0x7be9('0x16')](_0x13daf0));if(this[_0x7be9('0x1')]!==_0x57fe87){this[_0x7be9('0x1')]=_0x57fe87;io['to'](util[_0x7be9('0x17')](_0x7be9('0x18'),_0x13daf0[_0x7be9('0x7')]))[_0x7be9('0x19')](_0x7be9('0x1a'),_0x13daf0);}};module[_0x7be9('0x1b')]=ChatQueue;