54e27d890ed590f40c593c6ad3efd9a14176630e
[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 _0x19a5=['exports','md5','util','ioredis','redis','defaults','localhost','name','timeout','strategy','beepall','Agents','waiting','updateRouting','mapAgentsId','_rr','prototype','updateRealtime','paused','length','loggedIn','chatPause','available','chat:queue:%s','emit','chat_queue:save'];(function(_0x3ba566,_0x5e009d){var _0x480317=function(_0x2fc8de){while(--_0x2fc8de){_0x3ba566['push'](_0x3ba566['shift']());}};_0x480317(++_0x5e009d);}(_0x19a5,0x69));var _0x519a=function(_0x1ceeed,_0x46422e){_0x1ceeed=_0x1ceeed-0x0;var _0x355757=_0x19a5[_0x1ceeed];return _0x355757;};'use strict';var _=require('lodash');var md5=require(_0x519a('0x0'));var util=require(_0x519a('0x1'));var Redis=require(_0x519a('0x2'));var config=require('../../../config/environment');config[_0x519a('0x3')]=_[_0x519a('0x4')](config[_0x519a('0x3')],{'host':_0x519a('0x5'),'port':0x18eb});var io=require('socket.io-emitter')(new Redis(config[_0x519a('0x3')]));function ChatQueue(_0x175bca){this['id']=_0x175bca['id']||0x0;this[_0x519a('0x6')]=_0x175bca['name']||'';this[_0x519a('0x7')]=_0x175bca[_0x519a('0x7')]||0xa;this['strategy']=_0x175bca[_0x519a('0x8')]||_0x519a('0x9');this[_0x519a('0xa')]=_0x175bca[_0x519a('0xa')];this['mapAgentsId']={};this[_0x519a('0xb')]=0x0;this[_0x519a('0x0')]='';this['updateRouting']();this['updateRealtime']();}ChatQueue['prototype'][_0x519a('0xc')]=function(){var _0x263c22=this[_0x519a('0xd')][_0x519a('0xe')];this[_0x519a('0xd')]=_['map'](this[_0x519a('0xa')],'id');this[_0x519a('0xd')]['_rr']=_0x263c22;};ChatQueue[_0x519a('0xf')][_0x519a('0x10')]=function(){this['loggedIn']=0x0;this[_0x519a('0x11')]=0x0;for(var _0x1ca8b3=0x0;_0x1ca8b3<this[_0x519a('0xa')][_0x519a('0x12')];_0x1ca8b3+=0x1){if(this['Agents'][_0x1ca8b3]['online']){this[_0x519a('0x13')]+=0x1;}if(this[_0x519a('0xa')][_0x1ca8b3][_0x519a('0x14')]){this['paused']+=0x1;}}this['available']=this[_0x519a('0x13')]-this[_0x519a('0x11')];this['available']=this[_0x519a('0x15')]>=0x0?this[_0x519a('0x15')]:0x0;var _0x32e42b={'id':this['id'],'available':this['available'],'loggedIn':this[_0x519a('0x13')],'name':this[_0x519a('0x6')],'paused':this[_0x519a('0x11')],'waiting':this[_0x519a('0xb')]};var _0x33a4f8=md5(JSON['stringify'](_0x32e42b));if(this['md5']!==_0x33a4f8){this[_0x519a('0x0')]=_0x33a4f8;io['to'](util['format'](_0x519a('0x16'),_0x32e42b[_0x519a('0x6')]))[_0x519a('0x17')](_0x519a('0x18'),_0x32e42b);}};module[_0x519a('0x19')]=ChatQueue;