2251a06bb117cedeeba2636b807726d3f81344ab
[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 _0x0ffc=['localhost','socket.io-emitter','name','timeout','strategy','beepall','Agents','mapAgentsId','waiting','prototype','updateRouting','map','_rr','loggedIn','paused','online','chatPause','available','stringify','format','chat:queue:%s','emit','chat_queue:save','exports','md5','util','ioredis','redis'];(function(_0x3fbdd2,_0x5db6b8){var _0x2df08b=function(_0x5dbbcb){while(--_0x5dbbcb){_0x3fbdd2['push'](_0x3fbdd2['shift']());}};_0x2df08b(++_0x5db6b8);}(_0x0ffc,0x1a0));var _0xc0ff=function(_0x1e630d,_0x3783a8){_0x1e630d=_0x1e630d-0x0;var _0x15b835=_0x0ffc[_0x1e630d];return _0x15b835;};'use strict';var _=require('lodash');var md5=require(_0xc0ff('0x0'));var util=require(_0xc0ff('0x1'));var Redis=require(_0xc0ff('0x2'));var config=require('../../../config/environment');config[_0xc0ff('0x3')]=_['defaults'](config[_0xc0ff('0x3')],{'host':_0xc0ff('0x4'),'port':0x18eb});var io=require(_0xc0ff('0x5'))(new Redis(config['redis']));function ChatQueue(_0xe5fa69){this['id']=_0xe5fa69['id']||0x0;this[_0xc0ff('0x6')]=_0xe5fa69[_0xc0ff('0x6')]||'';this['timeout']=_0xe5fa69[_0xc0ff('0x7')]||0xa;this[_0xc0ff('0x8')]=_0xe5fa69[_0xc0ff('0x8')]||_0xc0ff('0x9');this['Agents']=_0xe5fa69[_0xc0ff('0xa')];this[_0xc0ff('0xb')]={};this[_0xc0ff('0xc')]=0x0;this[_0xc0ff('0x0')]='';this['updateRouting']();this['updateRealtime']();}ChatQueue[_0xc0ff('0xd')][_0xc0ff('0xe')]=function(){var _0xac1b4f=this[_0xc0ff('0xb')]['_rr'];this['mapAgentsId']=_[_0xc0ff('0xf')](this[_0xc0ff('0xa')],'id');this[_0xc0ff('0xb')][_0xc0ff('0x10')]=_0xac1b4f;};ChatQueue[_0xc0ff('0xd')]['updateRealtime']=function(){this[_0xc0ff('0x11')]=0x0;this[_0xc0ff('0x12')]=0x0;for(var _0x2fb860=0x0;_0x2fb860<this[_0xc0ff('0xa')]['length'];_0x2fb860+=0x1){if(this['Agents'][_0x2fb860][_0xc0ff('0x13')]){this[_0xc0ff('0x11')]+=0x1;}if(this[_0xc0ff('0xa')][_0x2fb860][_0xc0ff('0x14')]){this[_0xc0ff('0x12')]+=0x1;}}this[_0xc0ff('0x15')]=this[_0xc0ff('0x11')]-this[_0xc0ff('0x12')];this['available']=this[_0xc0ff('0x15')]>=0x0?this[_0xc0ff('0x15')]:0x0;var _0x5c4438={'id':this['id'],'available':this['available'],'loggedIn':this[_0xc0ff('0x11')],'name':this[_0xc0ff('0x6')],'paused':this['paused'],'waiting':this['waiting']};var _0x4f0d4b=md5(JSON[_0xc0ff('0x16')](_0x5c4438));if(this['md5']!==_0x4f0d4b){this['md5']=_0x4f0d4b;io['to'](util[_0xc0ff('0x17')](_0xc0ff('0x18'),_0x5c4438['name']))[_0xc0ff('0x19')](_0xc0ff('0x1a'),_0x5c4438);}};module[_0xc0ff('0x1b')]=ChatQueue;