Built motion from commit (unavailable).|2.5.22
[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 _0x4424=['mapAgentsId','waiting','updateRouting','updateRealtime','prototype','_rr','loggedIn','paused','length','online','available','stringify','chat:queue:%s','emit','chat_queue:save','exports','lodash','md5','redis','defaults','localhost','socket.io-emitter','name','timeout','strategy','beepall','Agents'];(function(_0x160c73,_0x2ee678){var _0xd9302=function(_0x169454){while(--_0x169454){_0x160c73['push'](_0x160c73['shift']());}};_0xd9302(++_0x2ee678);}(_0x4424,0xe8));var _0x4442=function(_0x3215ad,_0x3f097b){_0x3215ad=_0x3215ad-0x0;var _0x36bbcf=_0x4424[_0x3215ad];return _0x36bbcf;};'use strict';var _=require(_0x4442('0x0'));var md5=require(_0x4442('0x1'));var util=require('util');var Redis=require('ioredis');var config=require('../../../config/environment');config[_0x4442('0x2')]=_[_0x4442('0x3')](config[_0x4442('0x2')],{'host':_0x4442('0x4'),'port':0x18eb});var io=require(_0x4442('0x5'))(new Redis(config[_0x4442('0x2')]));function ChatQueue(_0x18eb84){this['id']=_0x18eb84['id']||0x0;this['name']=_0x18eb84[_0x4442('0x6')]||'';this[_0x4442('0x7')]=_0x18eb84['timeout']||0xa;this[_0x4442('0x8')]=_0x18eb84[_0x4442('0x8')]||_0x4442('0x9');this[_0x4442('0xa')]=_0x18eb84[_0x4442('0xa')];this[_0x4442('0xb')]={};this[_0x4442('0xc')]=0x0;this[_0x4442('0x1')]='';this[_0x4442('0xd')]();this[_0x4442('0xe')]();}ChatQueue[_0x4442('0xf')]['updateRouting']=function(){var _0x3169dc=this['mapAgentsId'][_0x4442('0x10')];this['mapAgentsId']=_['map'](this['Agents'],'id');this['mapAgentsId'][_0x4442('0x10')]=_0x3169dc;};ChatQueue[_0x4442('0xf')][_0x4442('0xe')]=function(){this[_0x4442('0x11')]=0x0;this[_0x4442('0x12')]=0x0;for(var _0x57b61e=0x0;_0x57b61e<this[_0x4442('0xa')][_0x4442('0x13')];_0x57b61e+=0x1){if(this[_0x4442('0xa')][_0x57b61e][_0x4442('0x14')]){this[_0x4442('0x11')]+=0x1;}if(this[_0x4442('0xa')][_0x57b61e]['chatPause']){this['paused']+=0x1;}}this['available']=this[_0x4442('0x11')]-this[_0x4442('0x12')];this[_0x4442('0x15')]=this[_0x4442('0x15')]>=0x0?this[_0x4442('0x15')]:0x0;var _0x15c0c0={'id':this['id'],'available':this[_0x4442('0x15')],'loggedIn':this[_0x4442('0x11')],'name':this[_0x4442('0x6')],'paused':this[_0x4442('0x12')],'waiting':this[_0x4442('0xc')]};var _0x5f0ef3=md5(JSON[_0x4442('0x16')](_0x15c0c0));if(this[_0x4442('0x1')]!==_0x5f0ef3){this[_0x4442('0x1')]=_0x5f0ef3;io['to'](util['format'](_0x4442('0x17'),_0x15c0c0['name']))[_0x4442('0x18')](_0x4442('0x19'),_0x15c0c0);}};module[_0x4442('0x1a')]=ChatQueue;