Built motion from commit (unavailable).|2.5.31
[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 _0x0f42=['name','timeout','strategy','beepall','Agents','mapAgentsId','waiting','updateRouting','updateRealtime','prototype','_rr','map','loggedIn','paused','length','chatPause','available','stringify','chat:queue:%s','emit','exports','lodash','md5','util','ioredis','../../../config/environment','defaults','redis','socket.io-emitter'];(function(_0x4a506a,_0x13693f){var _0x5d7995=function(_0x533001){while(--_0x533001){_0x4a506a['push'](_0x4a506a['shift']());}};_0x5d7995(++_0x13693f);}(_0x0f42,0x1ab));var _0x20f4=function(_0x2b4411,_0x2625ed){_0x2b4411=_0x2b4411-0x0;var _0x8e41ef=_0x0f42[_0x2b4411];return _0x8e41ef;};'use strict';var _=require(_0x20f4('0x0'));var md5=require(_0x20f4('0x1'));var util=require(_0x20f4('0x2'));var Redis=require(_0x20f4('0x3'));var config=require(_0x20f4('0x4'));config['redis']=_[_0x20f4('0x5')](config[_0x20f4('0x6')],{'host':'localhost','port':0x18eb});var io=require(_0x20f4('0x7'))(new Redis(config['redis']));function ChatQueue(_0x18e466){this['id']=_0x18e466['id']||0x0;this[_0x20f4('0x8')]=_0x18e466['name']||'';this[_0x20f4('0x9')]=_0x18e466[_0x20f4('0x9')]||0xa;this[_0x20f4('0xa')]=_0x18e466['strategy']||_0x20f4('0xb');this['Agents']=_0x18e466[_0x20f4('0xc')];this[_0x20f4('0xd')]={};this[_0x20f4('0xe')]=0x0;this[_0x20f4('0x1')]='';this[_0x20f4('0xf')]();this[_0x20f4('0x10')]();}ChatQueue[_0x20f4('0x11')][_0x20f4('0xf')]=function(){var _0x1d3a9d=this[_0x20f4('0xd')][_0x20f4('0x12')];this[_0x20f4('0xd')]=_[_0x20f4('0x13')](this[_0x20f4('0xc')],'id');this['mapAgentsId'][_0x20f4('0x12')]=_0x1d3a9d;};ChatQueue[_0x20f4('0x11')][_0x20f4('0x10')]=function(){this[_0x20f4('0x14')]=0x0;this[_0x20f4('0x15')]=0x0;for(var _0x3150c7=0x0;_0x3150c7<this[_0x20f4('0xc')][_0x20f4('0x16')];_0x3150c7+=0x1){if(this[_0x20f4('0xc')][_0x3150c7]['online']){this[_0x20f4('0x14')]+=0x1;}if(this[_0x20f4('0xc')][_0x3150c7][_0x20f4('0x17')]){this[_0x20f4('0x15')]+=0x1;}}this['available']=this['loggedIn']-this[_0x20f4('0x15')];this['available']=this[_0x20f4('0x18')]>=0x0?this[_0x20f4('0x18')]:0x0;var _0x13a5d0={'id':this['id'],'available':this[_0x20f4('0x18')],'loggedIn':this[_0x20f4('0x14')],'name':this['name'],'paused':this['paused'],'waiting':this['waiting']};var _0xe3710=md5(JSON[_0x20f4('0x19')](_0x13a5d0));if(this[_0x20f4('0x1')]!==_0xe3710){this[_0x20f4('0x1')]=_0xe3710;io['to'](util['format'](_0x20f4('0x1a'),_0x13a5d0[_0x20f4('0x8')]))[_0x20f4('0x1b')]('chat_queue:save',_0x13a5d0);}};module[_0x20f4('0x1c')]=ChatQueue;