ae89175e06bfb686713c0bd8b68a6bbb29dfa6f2
[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 _0x36c4=['Agents','mapAgentsId','updateRouting','prototype','_rr','updateRealtime','loggedIn','length','online','chatPause','paused','available','waiting','format','chat:queue:%s','emit','exports','md5','util','ioredis','../../../config/environment','defaults','localhost','socket.io-emitter','name','timeout','strategy','beepall'];(function(_0x4e9679,_0x500c0d){var _0x1e951f=function(_0x48fe6c){while(--_0x48fe6c){_0x4e9679['push'](_0x4e9679['shift']());}};_0x1e951f(++_0x500c0d);}(_0x36c4,0xb9));var _0x436c=function(_0x3dd15e,_0x1f0015){_0x3dd15e=_0x3dd15e-0x0;var _0x231fd0=_0x36c4[_0x3dd15e];return _0x231fd0;};'use strict';var _=require('lodash');var md5=require(_0x436c('0x0'));var util=require(_0x436c('0x1'));var Redis=require(_0x436c('0x2'));var config=require(_0x436c('0x3'));config['redis']=_[_0x436c('0x4')](config['redis'],{'host':_0x436c('0x5'),'port':0x18eb});var io=require(_0x436c('0x6'))(new Redis(config['redis']));function ChatQueue(_0xbf6753){this['id']=_0xbf6753['id']||0x0;this[_0x436c('0x7')]=_0xbf6753[_0x436c('0x7')]||'';this[_0x436c('0x8')]=_0xbf6753['timeout']||0xa;this[_0x436c('0x9')]=_0xbf6753[_0x436c('0x9')]||_0x436c('0xa');this[_0x436c('0xb')]=_0xbf6753[_0x436c('0xb')];this[_0x436c('0xc')]={};this['waiting']=0x0;this[_0x436c('0x0')]='';this[_0x436c('0xd')]();this['updateRealtime']();}ChatQueue[_0x436c('0xe')][_0x436c('0xd')]=function(){var _0x58b4e1=this['mapAgentsId'][_0x436c('0xf')];this['mapAgentsId']=_['map'](this[_0x436c('0xb')],'id');this[_0x436c('0xc')][_0x436c('0xf')]=_0x58b4e1;};ChatQueue['prototype'][_0x436c('0x10')]=function(){this[_0x436c('0x11')]=0x0;this['paused']=0x0;for(var _0x318ade=0x0;_0x318ade<this[_0x436c('0xb')][_0x436c('0x12')];_0x318ade+=0x1){if(this[_0x436c('0xb')][_0x318ade][_0x436c('0x13')]){this['loggedIn']+=0x1;}if(this[_0x436c('0xb')][_0x318ade][_0x436c('0x14')]){this[_0x436c('0x15')]+=0x1;}}this[_0x436c('0x16')]=this[_0x436c('0x11')]-this[_0x436c('0x15')];this[_0x436c('0x16')]=this[_0x436c('0x16')]>=0x0?this[_0x436c('0x16')]:0x0;var _0x38f881={'id':this['id'],'available':this[_0x436c('0x16')],'loggedIn':this[_0x436c('0x11')],'name':this['name'],'paused':this[_0x436c('0x15')],'waiting':this[_0x436c('0x17')]};var _0x19de19=md5(JSON['stringify'](_0x38f881));if(this[_0x436c('0x0')]!==_0x19de19){this['md5']=_0x19de19;io['to'](util[_0x436c('0x18')](_0x436c('0x19'),_0x38f881[_0x436c('0x7')]))[_0x436c('0x1a')]('chat_queue:save',_0x38f881);}};module[_0x436c('0x1b')]=ChatQueue;