Built motion from commit 9e1399f3.|2.5.37
[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 _0x9ff2=['exports','lodash','md5','util','ioredis','../../../config/environment','defaults','redis','localhost','socket.io-emitter','name','timeout','strategy','beepall','Agents','mapAgentsId','waiting','updateRealtime','prototype','_rr','map','paused','length','online','chatPause','available','loggedIn','format','chat:queue:%s','chat_queue:save'];(function(_0x6e07d2,_0x21d2df){var _0x4b6bb2=function(_0x51eb0c){while(--_0x51eb0c){_0x6e07d2['push'](_0x6e07d2['shift']());}};_0x4b6bb2(++_0x21d2df);}(_0x9ff2,0x10f));var _0x29ff=function(_0x6131cd,_0x4c26a1){_0x6131cd=_0x6131cd-0x0;var _0x47e916=_0x9ff2[_0x6131cd];return _0x47e916;};'use strict';var _=require(_0x29ff('0x0'));var md5=require(_0x29ff('0x1'));var util=require(_0x29ff('0x2'));var Redis=require(_0x29ff('0x3'));var config=require(_0x29ff('0x4'));config['redis']=_[_0x29ff('0x5')](config[_0x29ff('0x6')],{'host':_0x29ff('0x7'),'port':0x18eb});var io=require(_0x29ff('0x8'))(new Redis(config[_0x29ff('0x6')]));function ChatQueue(_0x3517c9){this['id']=_0x3517c9['id']||0x0;this[_0x29ff('0x9')]=_0x3517c9[_0x29ff('0x9')]||'';this[_0x29ff('0xa')]=_0x3517c9[_0x29ff('0xa')]||0xa;this[_0x29ff('0xb')]=_0x3517c9[_0x29ff('0xb')]||_0x29ff('0xc');this[_0x29ff('0xd')]=_0x3517c9[_0x29ff('0xd')];this[_0x29ff('0xe')]={};this[_0x29ff('0xf')]=0x0;this[_0x29ff('0x1')]='';this['updateRouting']();this[_0x29ff('0x10')]();}ChatQueue[_0x29ff('0x11')]['updateRouting']=function(){var _0x58dc32=this['mapAgentsId'][_0x29ff('0x12')];this['mapAgentsId']=_[_0x29ff('0x13')](this[_0x29ff('0xd')],'id');this['mapAgentsId'][_0x29ff('0x12')]=_0x58dc32;};ChatQueue['prototype'][_0x29ff('0x10')]=function(){this['loggedIn']=0x0;this[_0x29ff('0x14')]=0x0;for(var _0x1af22e=0x0;_0x1af22e<this[_0x29ff('0xd')][_0x29ff('0x15')];_0x1af22e+=0x1){if(this[_0x29ff('0xd')][_0x1af22e][_0x29ff('0x16')]){this['loggedIn']+=0x1;}if(this['Agents'][_0x1af22e][_0x29ff('0x17')]){this[_0x29ff('0x14')]+=0x1;}}this[_0x29ff('0x18')]=this[_0x29ff('0x19')]-this[_0x29ff('0x14')];this['available']=this[_0x29ff('0x18')]>=0x0?this[_0x29ff('0x18')]:0x0;var _0x44ce47={'id':this['id'],'available':this[_0x29ff('0x18')],'loggedIn':this[_0x29ff('0x19')],'name':this[_0x29ff('0x9')],'paused':this[_0x29ff('0x14')],'waiting':this[_0x29ff('0xf')]};var _0x1badf7=md5(JSON['stringify'](_0x44ce47));if(this['md5']!==_0x1badf7){this[_0x29ff('0x1')]=_0x1badf7;io['to'](util[_0x29ff('0x1a')](_0x29ff('0x1b'),_0x44ce47['name']))['emit'](_0x29ff('0x1c'),_0x44ce47);}};module[_0x29ff('0x1d')]=ChatQueue;