679422d286e24818a13438af300d8931390c09ad
[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 _0x159d=['chat:queue:%s','chat_queue:save','exports','lodash','md5','util','../../../config/environment','redis','socket.io-emitter','name','timeout','strategy','beepall','Agents','mapAgentsId','waiting','prototype','updateRouting','_rr','map','updateRealtime','loggedIn','paused','length','online','chatPause','available','stringify','format'];(function(_0xb92ec3,_0x636d10){var _0x19c9e9=function(_0x2803dd){while(--_0x2803dd){_0xb92ec3['push'](_0xb92ec3['shift']());}};_0x19c9e9(++_0x636d10);}(_0x159d,0xb1));var _0xd159=function(_0x32c3c2,_0x42a5bf){_0x32c3c2=_0x32c3c2-0x0;var _0x43070a=_0x159d[_0x32c3c2];return _0x43070a;};'use strict';var _=require(_0xd159('0x0'));var md5=require(_0xd159('0x1'));var util=require(_0xd159('0x2'));var Redis=require('ioredis');var config=require(_0xd159('0x3'));config[_0xd159('0x4')]=_['defaults'](config['redis'],{'host':'localhost','port':0x18eb});var io=require(_0xd159('0x5'))(new Redis(config['redis']));function ChatQueue(_0x59dacd){this['id']=_0x59dacd['id']||0x0;this[_0xd159('0x6')]=_0x59dacd[_0xd159('0x6')]||'';this[_0xd159('0x7')]=_0x59dacd['timeout']||0xa;this[_0xd159('0x8')]=_0x59dacd[_0xd159('0x8')]||_0xd159('0x9');this['Agents']=_0x59dacd[_0xd159('0xa')];this[_0xd159('0xb')]={};this[_0xd159('0xc')]=0x0;this[_0xd159('0x1')]='';this['updateRouting']();this['updateRealtime']();}ChatQueue[_0xd159('0xd')][_0xd159('0xe')]=function(){var _0x105efd=this[_0xd159('0xb')][_0xd159('0xf')];this['mapAgentsId']=_[_0xd159('0x10')](this[_0xd159('0xa')],'id');this[_0xd159('0xb')]['_rr']=_0x105efd;};ChatQueue[_0xd159('0xd')][_0xd159('0x11')]=function(){this[_0xd159('0x12')]=0x0;this[_0xd159('0x13')]=0x0;for(var _0x5ede8f=0x0;_0x5ede8f<this[_0xd159('0xa')][_0xd159('0x14')];_0x5ede8f+=0x1){if(this[_0xd159('0xa')][_0x5ede8f][_0xd159('0x15')]){this[_0xd159('0x12')]+=0x1;}if(this[_0xd159('0xa')][_0x5ede8f][_0xd159('0x16')]){this[_0xd159('0x13')]+=0x1;}}this[_0xd159('0x17')]=this[_0xd159('0x12')]-this[_0xd159('0x13')];this[_0xd159('0x17')]=this[_0xd159('0x17')]>=0x0?this[_0xd159('0x17')]:0x0;var _0x18b498={'id':this['id'],'available':this[_0xd159('0x17')],'loggedIn':this[_0xd159('0x12')],'name':this['name'],'paused':this[_0xd159('0x13')],'waiting':this[_0xd159('0xc')]};var _0x2fca24=md5(JSON[_0xd159('0x18')](_0x18b498));if(this['md5']!==_0x2fca24){this[_0xd159('0x1')]=_0x2fca24;io['to'](util[_0xd159('0x19')](_0xd159('0x1a'),_0x18b498[_0xd159('0x6')]))['emit'](_0xd159('0x1b'),_0x18b498);}};module[_0xd159('0x1c')]=ChatQueue;