Built motion from commit (unavailable).|2.5.5
[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 _0x4f47=['socket.io-emitter','name','timeout','Agents','mapAgentsId','updateRouting','prototype','_rr','updateRealtime','loggedIn','paused','length','online','chatPause','available','waiting','stringify','chat:queue:%s','emit','chat_queue:save','exports','lodash','md5','defaults','redis'];(function(_0x45c5f9,_0x1ad8c9){var _0x22cc60=function(_0x292959){while(--_0x292959){_0x45c5f9['push'](_0x45c5f9['shift']());}};_0x22cc60(++_0x1ad8c9);}(_0x4f47,0x18c));var _0x74f4=function(_0x5c16e1,_0x12ea72){_0x5c16e1=_0x5c16e1-0x0;var _0x4f59d0=_0x4f47[_0x5c16e1];return _0x4f59d0;};'use strict';var _=require(_0x74f4('0x0'));var md5=require(_0x74f4('0x1'));var util=require('util');var Redis=require('ioredis');var config=require('../../../config/environment');config['redis']=_[_0x74f4('0x2')](config[_0x74f4('0x3')],{'host':'localhost','port':0x18eb});var io=require(_0x74f4('0x4'))(new Redis(config[_0x74f4('0x3')]));function ChatQueue(_0x57fb43){this['id']=_0x57fb43['id']||0x0;this['name']=_0x57fb43[_0x74f4('0x5')]||'';this[_0x74f4('0x6')]=_0x57fb43['timeout']||0xa;this['strategy']=_0x57fb43['strategy']||'beepall';this[_0x74f4('0x7')]=_0x57fb43['Agents'];this[_0x74f4('0x8')]={};this['waiting']=0x0;this[_0x74f4('0x1')]='';this[_0x74f4('0x9')]();this['updateRealtime']();}ChatQueue[_0x74f4('0xa')][_0x74f4('0x9')]=function(){var _0xa61a3d=this[_0x74f4('0x8')][_0x74f4('0xb')];this[_0x74f4('0x8')]=_['map'](this[_0x74f4('0x7')],'id');this[_0x74f4('0x8')][_0x74f4('0xb')]=_0xa61a3d;};ChatQueue[_0x74f4('0xa')][_0x74f4('0xc')]=function(){this[_0x74f4('0xd')]=0x0;this[_0x74f4('0xe')]=0x0;for(var _0x21136d=0x0;_0x21136d<this[_0x74f4('0x7')][_0x74f4('0xf')];_0x21136d+=0x1){if(this['Agents'][_0x21136d][_0x74f4('0x10')]){this['loggedIn']+=0x1;}if(this[_0x74f4('0x7')][_0x21136d][_0x74f4('0x11')]){this[_0x74f4('0xe')]+=0x1;}}this[_0x74f4('0x12')]=this[_0x74f4('0xd')]-this[_0x74f4('0xe')];this[_0x74f4('0x12')]=this['available']>=0x0?this['available']:0x0;var _0x1d0915={'id':this['id'],'available':this['available'],'loggedIn':this['loggedIn'],'name':this[_0x74f4('0x5')],'paused':this[_0x74f4('0xe')],'waiting':this[_0x74f4('0x13')]};var _0x1d5818=md5(JSON[_0x74f4('0x14')](_0x1d0915));if(this[_0x74f4('0x1')]!==_0x1d5818){this[_0x74f4('0x1')]=_0x1d5818;io['to'](util['format'](_0x74f4('0x15'),_0x1d0915[_0x74f4('0x5')]))[_0x74f4('0x16')](_0x74f4('0x17'),_0x1d0915);}};module[_0x74f4('0x18')]=ChatQueue;