Built motion from commit ab870f9e.|2.5.44
[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 _0xb3e7=['waiting','stringify','chat:queue:%s','emit','lodash','md5','util','ioredis','redis','defaults','localhost','name','timeout','strategy','beepall','Agents','mapAgentsId','updateRouting','updateRealtime','prototype','_rr','map','loggedIn','length','online','available','paused'];(function(_0x261e0a,_0x294869){var _0x330a48=function(_0x49a488){while(--_0x49a488){_0x261e0a['push'](_0x261e0a['shift']());}};_0x330a48(++_0x294869);}(_0xb3e7,0xf7));var _0x7b3e=function(_0x599e60,_0x5b6519){_0x599e60=_0x599e60-0x0;var _0x468e19=_0xb3e7[_0x599e60];return _0x468e19;};'use strict';var _=require(_0x7b3e('0x0'));var md5=require(_0x7b3e('0x1'));var util=require(_0x7b3e('0x2'));var Redis=require(_0x7b3e('0x3'));var config=require('../../../config/environment');config[_0x7b3e('0x4')]=_[_0x7b3e('0x5')](config[_0x7b3e('0x4')],{'host':_0x7b3e('0x6'),'port':0x18eb});var io=require('socket.io-emitter')(new Redis(config['redis']));function ChatQueue(_0x2fcd86){this['id']=_0x2fcd86['id']||0x0;this[_0x7b3e('0x7')]=_0x2fcd86['name']||'';this[_0x7b3e('0x8')]=_0x2fcd86[_0x7b3e('0x8')]||0xa;this[_0x7b3e('0x9')]=_0x2fcd86[_0x7b3e('0x9')]||_0x7b3e('0xa');this[_0x7b3e('0xb')]=_0x2fcd86[_0x7b3e('0xb')];this[_0x7b3e('0xc')]={};this['waiting']=0x0;this['md5']='';this[_0x7b3e('0xd')]();this[_0x7b3e('0xe')]();}ChatQueue[_0x7b3e('0xf')]['updateRouting']=function(){var _0x141b2e=this['mapAgentsId'][_0x7b3e('0x10')];this[_0x7b3e('0xc')]=_[_0x7b3e('0x11')](this[_0x7b3e('0xb')],'id');this['mapAgentsId'][_0x7b3e('0x10')]=_0x141b2e;};ChatQueue[_0x7b3e('0xf')][_0x7b3e('0xe')]=function(){this[_0x7b3e('0x12')]=0x0;this['paused']=0x0;for(var _0x3ca9e6=0x0;_0x3ca9e6<this[_0x7b3e('0xb')][_0x7b3e('0x13')];_0x3ca9e6+=0x1){if(this[_0x7b3e('0xb')][_0x3ca9e6][_0x7b3e('0x14')]){this[_0x7b3e('0x12')]+=0x1;}if(this[_0x7b3e('0xb')][_0x3ca9e6]['chatPause']){this['paused']+=0x1;}}this[_0x7b3e('0x15')]=this[_0x7b3e('0x12')]-this[_0x7b3e('0x16')];this['available']=this[_0x7b3e('0x15')]>=0x0?this['available']:0x0;var _0x1af43b={'id':this['id'],'available':this[_0x7b3e('0x15')],'loggedIn':this[_0x7b3e('0x12')],'name':this[_0x7b3e('0x7')],'paused':this[_0x7b3e('0x16')],'waiting':this[_0x7b3e('0x17')]};var _0x311ffb=md5(JSON[_0x7b3e('0x18')](_0x1af43b));if(this['md5']!==_0x311ffb){this['md5']=_0x311ffb;io['to'](util['format'](_0x7b3e('0x19'),_0x1af43b['name']))[_0x7b3e('0x1a')]('chat_queue:save',_0x1af43b);}};module['exports']=ChatQueue;