5719055fc2c98a2d9f96279f75630fa2c9006ec0
[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 _0x826d=['../../../config/environment','redis','defaults','localhost','socket.io-emitter','name','timeout','strategy','beepall','Agents','mapAgentsId','md5','updateRealtime','updateRouting','_rr','map','prototype','loggedIn','online','chatPause','paused','available','waiting','stringify','format','chat:queue:%s','emit','lodash','ioredis'];(function(_0x2284e0,_0x3f77e1){var _0x263eb7=function(_0x243776){while(--_0x243776){_0x2284e0['push'](_0x2284e0['shift']());}};_0x263eb7(++_0x3f77e1);}(_0x826d,0xac));var _0xd826=function(_0x233309,_0x5b1d5a){_0x233309=_0x233309-0x0;var _0x441b18=_0x826d[_0x233309];return _0x441b18;};'use strict';var _=require(_0xd826('0x0'));var md5=require('md5');var util=require('util');var Redis=require(_0xd826('0x1'));var config=require(_0xd826('0x2'));config[_0xd826('0x3')]=_[_0xd826('0x4')](config['redis'],{'host':_0xd826('0x5'),'port':0x18eb});var io=require(_0xd826('0x6'))(new Redis(config[_0xd826('0x3')]));function ChatQueue(_0x1a3953){this['id']=_0x1a3953['id']||0x0;this[_0xd826('0x7')]=_0x1a3953[_0xd826('0x7')]||'';this[_0xd826('0x8')]=_0x1a3953[_0xd826('0x8')]||0xa;this['strategy']=_0x1a3953[_0xd826('0x9')]||_0xd826('0xa');this[_0xd826('0xb')]=_0x1a3953[_0xd826('0xb')];this[_0xd826('0xc')]={};this['waiting']=0x0;this[_0xd826('0xd')]='';this['updateRouting']();this[_0xd826('0xe')]();}ChatQueue['prototype'][_0xd826('0xf')]=function(){var _0x225494=this['mapAgentsId'][_0xd826('0x10')];this[_0xd826('0xc')]=_[_0xd826('0x11')](this['Agents'],'id');this['mapAgentsId']['_rr']=_0x225494;};ChatQueue[_0xd826('0x12')][_0xd826('0xe')]=function(){this[_0xd826('0x13')]=0x0;this['paused']=0x0;for(var _0x2919b0=0x0;_0x2919b0<this[_0xd826('0xb')]['length'];_0x2919b0+=0x1){if(this[_0xd826('0xb')][_0x2919b0][_0xd826('0x14')]){this[_0xd826('0x13')]+=0x1;}if(this[_0xd826('0xb')][_0x2919b0][_0xd826('0x15')]){this[_0xd826('0x16')]+=0x1;}}this[_0xd826('0x17')]=this[_0xd826('0x13')]-this['paused'];this[_0xd826('0x17')]=this[_0xd826('0x17')]>=0x0?this['available']:0x0;var _0x3dcdf4={'id':this['id'],'available':this['available'],'loggedIn':this['loggedIn'],'name':this['name'],'paused':this[_0xd826('0x16')],'waiting':this[_0xd826('0x18')]};var _0x29b01c=md5(JSON[_0xd826('0x19')](_0x3dcdf4));if(this[_0xd826('0xd')]!==_0x29b01c){this[_0xd826('0xd')]=_0x29b01c;io['to'](util[_0xd826('0x1a')](_0xd826('0x1b'),_0x3dcdf4['name']))[_0xd826('0x1c')]('chat_queue:save',_0x3dcdf4);}};module['exports']=ChatQueue;