acd03b95086c8d6e17aee2aacd7ee1cba4295840
[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 _0xe9d7=['paused','length','online','chatPause','available','stringify','format','chat:queue:%s','emit','exports','lodash','md5','redis','defaults','socket.io-emitter','name','timeout','strategy','beepall','Agents','mapAgentsId','waiting','updateRouting','updateRealtime','prototype','_rr','map','loggedIn'];(function(_0xb66df,_0x4fb5ce){var _0x42a702=function(_0x252d1d){while(--_0x252d1d){_0xb66df['push'](_0xb66df['shift']());}};_0x42a702(++_0x4fb5ce);}(_0xe9d7,0xce));var _0x7e9d=function(_0x424bd3,_0x8760d8){_0x424bd3=_0x424bd3-0x0;var _0x1fdade=_0xe9d7[_0x424bd3];return _0x1fdade;};'use strict';var _=require(_0x7e9d('0x0'));var md5=require(_0x7e9d('0x1'));var util=require('util');var Redis=require('ioredis');var config=require('../../../config/environment');config[_0x7e9d('0x2')]=_[_0x7e9d('0x3')](config[_0x7e9d('0x2')],{'host':'localhost','port':0x18eb});var io=require(_0x7e9d('0x4'))(new Redis(config['redis']));function ChatQueue(_0x1f3c69){this['id']=_0x1f3c69['id']||0x0;this['name']=_0x1f3c69[_0x7e9d('0x5')]||'';this[_0x7e9d('0x6')]=_0x1f3c69['timeout']||0xa;this[_0x7e9d('0x7')]=_0x1f3c69[_0x7e9d('0x7')]||_0x7e9d('0x8');this['Agents']=_0x1f3c69[_0x7e9d('0x9')];this[_0x7e9d('0xa')]={};this[_0x7e9d('0xb')]=0x0;this[_0x7e9d('0x1')]='';this[_0x7e9d('0xc')]();this[_0x7e9d('0xd')]();}ChatQueue[_0x7e9d('0xe')]['updateRouting']=function(){var _0x14e43f=this['mapAgentsId'][_0x7e9d('0xf')];this['mapAgentsId']=_[_0x7e9d('0x10')](this[_0x7e9d('0x9')],'id');this[_0x7e9d('0xa')][_0x7e9d('0xf')]=_0x14e43f;};ChatQueue['prototype'][_0x7e9d('0xd')]=function(){this[_0x7e9d('0x11')]=0x0;this[_0x7e9d('0x12')]=0x0;for(var _0x2d42b7=0x0;_0x2d42b7<this[_0x7e9d('0x9')][_0x7e9d('0x13')];_0x2d42b7+=0x1){if(this[_0x7e9d('0x9')][_0x2d42b7][_0x7e9d('0x14')]){this[_0x7e9d('0x11')]+=0x1;}if(this['Agents'][_0x2d42b7][_0x7e9d('0x15')]){this[_0x7e9d('0x12')]+=0x1;}}this[_0x7e9d('0x16')]=this['loggedIn']-this[_0x7e9d('0x12')];this[_0x7e9d('0x16')]=this[_0x7e9d('0x16')]>=0x0?this[_0x7e9d('0x16')]:0x0;var _0xc9f351={'id':this['id'],'available':this[_0x7e9d('0x16')],'loggedIn':this[_0x7e9d('0x11')],'name':this[_0x7e9d('0x5')],'paused':this['paused'],'waiting':this['waiting']};var _0x481c7c=md5(JSON[_0x7e9d('0x17')](_0xc9f351));if(this[_0x7e9d('0x1')]!==_0x481c7c){this[_0x7e9d('0x1')]=_0x481c7c;io['to'](util[_0x7e9d('0x18')](_0x7e9d('0x19'),_0xc9f351[_0x7e9d('0x5')]))[_0x7e9d('0x1a')]('chat_queue:save',_0xc9f351);}};module[_0x7e9d('0x1b')]=ChatQueue;