4f3743a5bae5c95e494ce6f9d8d37e4365786639
[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 _0x2daa=['available','stringify','format','chat:queue:%s','emit','chat_queue:save','lodash','ioredis','../../../config/environment','redis','localhost','socket.io-emitter','name','strategy','Agents','mapAgentsId','waiting','md5','updateRouting','prototype','_rr','map','updateRealtime','loggedIn','paused','length'];(function(_0x289377,_0x8ca8f8){var _0xc48366=function(_0xaf979f){while(--_0xaf979f){_0x289377['push'](_0x289377['shift']());}};_0xc48366(++_0x8ca8f8);}(_0x2daa,0xa2));var _0xa2da=function(_0x3c22e0,_0x1dc6ea){_0x3c22e0=_0x3c22e0-0x0;var _0x215811=_0x2daa[_0x3c22e0];return _0x215811;};'use strict';var _=require(_0xa2da('0x0'));var md5=require('md5');var util=require('util');var Redis=require(_0xa2da('0x1'));var config=require(_0xa2da('0x2'));config['redis']=_['defaults'](config[_0xa2da('0x3')],{'host':_0xa2da('0x4'),'port':0x18eb});var io=require(_0xa2da('0x5'))(new Redis(config[_0xa2da('0x3')]));function ChatQueue(_0x2eeb82){this['id']=_0x2eeb82['id']||0x0;this[_0xa2da('0x6')]=_0x2eeb82[_0xa2da('0x6')]||'';this['timeout']=_0x2eeb82['timeout']||0xa;this[_0xa2da('0x7')]=_0x2eeb82[_0xa2da('0x7')]||'beepall';this[_0xa2da('0x8')]=_0x2eeb82[_0xa2da('0x8')];this[_0xa2da('0x9')]={};this[_0xa2da('0xa')]=0x0;this[_0xa2da('0xb')]='';this[_0xa2da('0xc')]();this['updateRealtime']();}ChatQueue[_0xa2da('0xd')][_0xa2da('0xc')]=function(){var _0x4042ac=this[_0xa2da('0x9')][_0xa2da('0xe')];this[_0xa2da('0x9')]=_[_0xa2da('0xf')](this[_0xa2da('0x8')],'id');this[_0xa2da('0x9')]['_rr']=_0x4042ac;};ChatQueue[_0xa2da('0xd')][_0xa2da('0x10')]=function(){this[_0xa2da('0x11')]=0x0;this[_0xa2da('0x12')]=0x0;for(var _0x50a474=0x0;_0x50a474<this[_0xa2da('0x8')][_0xa2da('0x13')];_0x50a474+=0x1){if(this[_0xa2da('0x8')][_0x50a474]['online']){this[_0xa2da('0x11')]+=0x1;}if(this[_0xa2da('0x8')][_0x50a474]['chatPause']){this[_0xa2da('0x12')]+=0x1;}}this['available']=this[_0xa2da('0x11')]-this['paused'];this[_0xa2da('0x14')]=this[_0xa2da('0x14')]>=0x0?this[_0xa2da('0x14')]:0x0;var _0x10e2a8={'id':this['id'],'available':this['available'],'loggedIn':this[_0xa2da('0x11')],'name':this[_0xa2da('0x6')],'paused':this[_0xa2da('0x12')],'waiting':this[_0xa2da('0xa')]};var _0x41212c=md5(JSON[_0xa2da('0x15')](_0x10e2a8));if(this[_0xa2da('0xb')]!==_0x41212c){this[_0xa2da('0xb')]=_0x41212c;io['to'](util[_0xa2da('0x16')](_0xa2da('0x17'),_0x10e2a8[_0xa2da('0x6')]))[_0xa2da('0x18')](_0xa2da('0x19'),_0x10e2a8);}};module['exports']=ChatQueue;