d70ec83ea87b5e22fee86b0ce55a8c986068a85a
[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 _0x40a3=['paused','length','available','chat:queue:%s','emit','chat_queue:save','exports','md5','util','redis','socket.io-emitter','name','timeout','strategy','Agents','mapAgentsId','waiting','updateRouting','updateRealtime','prototype','_rr','loggedIn'];(function(_0x4cbb25,_0x47a3f3){var _0x40b6a2=function(_0x413724){while(--_0x413724){_0x4cbb25['push'](_0x4cbb25['shift']());}};_0x40b6a2(++_0x47a3f3);}(_0x40a3,0x17d));var _0x340a=function(_0x3a7a95,_0x5354d5){_0x3a7a95=_0x3a7a95-0x0;var _0x43921a=_0x40a3[_0x3a7a95];return _0x43921a;};'use strict';var _=require('lodash');var md5=require(_0x340a('0x0'));var util=require(_0x340a('0x1'));var Redis=require('ioredis');var config=require('../../../config/environment');config['redis']=_['defaults'](config[_0x340a('0x2')],{'host':'localhost','port':0x18eb});var io=require(_0x340a('0x3'))(new Redis(config['redis']));function ChatQueue(_0x14715b){this['id']=_0x14715b['id']||0x0;this[_0x340a('0x4')]=_0x14715b[_0x340a('0x4')]||'';this['timeout']=_0x14715b[_0x340a('0x5')]||0xa;this[_0x340a('0x6')]=_0x14715b[_0x340a('0x6')]||'beepall';this[_0x340a('0x7')]=_0x14715b[_0x340a('0x7')];this[_0x340a('0x8')]={};this[_0x340a('0x9')]=0x0;this[_0x340a('0x0')]='';this[_0x340a('0xa')]();this[_0x340a('0xb')]();}ChatQueue[_0x340a('0xc')][_0x340a('0xa')]=function(){var _0x1b085b=this[_0x340a('0x8')][_0x340a('0xd')];this[_0x340a('0x8')]=_['map'](this[_0x340a('0x7')],'id');this['mapAgentsId']['_rr']=_0x1b085b;};ChatQueue['prototype'][_0x340a('0xb')]=function(){this[_0x340a('0xe')]=0x0;this[_0x340a('0xf')]=0x0;for(var _0x34c2a8=0x0;_0x34c2a8<this[_0x340a('0x7')][_0x340a('0x10')];_0x34c2a8+=0x1){if(this[_0x340a('0x7')][_0x34c2a8]['online']){this[_0x340a('0xe')]+=0x1;}if(this[_0x340a('0x7')][_0x34c2a8]['chatPause']){this[_0x340a('0xf')]+=0x1;}}this[_0x340a('0x11')]=this[_0x340a('0xe')]-this[_0x340a('0xf')];this[_0x340a('0x11')]=this[_0x340a('0x11')]>=0x0?this[_0x340a('0x11')]:0x0;var _0x76d577={'id':this['id'],'available':this[_0x340a('0x11')],'loggedIn':this[_0x340a('0xe')],'name':this[_0x340a('0x4')],'paused':this[_0x340a('0xf')],'waiting':this[_0x340a('0x9')]};var _0x2c4f7f=md5(JSON['stringify'](_0x76d577));if(this[_0x340a('0x0')]!==_0x2c4f7f){this['md5']=_0x2c4f7f;io['to'](util['format'](_0x340a('0x12'),_0x76d577[_0x340a('0x4')]))[_0x340a('0x13')](_0x340a('0x14'),_0x76d577);}};module[_0x340a('0x15')]=ChatQueue;