8b5d797811fdbd4cb0fae0e770b53dd7bb04ffd8
[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 _0x4a9a=['online','chatPause','available','chat:queue:%s','emit','chat_queue:save','lodash','md5','util','ioredis','../../../config/environment','redis','defaults','localhost','name','timeout','strategy','Agents','mapAgentsId','waiting','updateRouting','updateRealtime','prototype','_rr','map','loggedIn','paused'];(function(_0x11adc7,_0x296269){var _0x2610f6=function(_0x31680f){while(--_0x31680f){_0x11adc7['push'](_0x11adc7['shift']());}};_0x2610f6(++_0x296269);}(_0x4a9a,0xc3));var _0xa4a9=function(_0xc80e0f,_0x1f4415){_0xc80e0f=_0xc80e0f-0x0;var _0x38b06f=_0x4a9a[_0xc80e0f];return _0x38b06f;};'use strict';var _=require(_0xa4a9('0x0'));var md5=require(_0xa4a9('0x1'));var util=require(_0xa4a9('0x2'));var Redis=require(_0xa4a9('0x3'));var config=require(_0xa4a9('0x4'));config[_0xa4a9('0x5')]=_[_0xa4a9('0x6')](config[_0xa4a9('0x5')],{'host':_0xa4a9('0x7'),'port':0x18eb});var io=require('socket.io-emitter')(new Redis(config[_0xa4a9('0x5')]));function ChatQueue(_0x788036){this['id']=_0x788036['id']||0x0;this[_0xa4a9('0x8')]=_0x788036[_0xa4a9('0x8')]||'';this[_0xa4a9('0x9')]=_0x788036[_0xa4a9('0x9')]||0xa;this[_0xa4a9('0xa')]=_0x788036['strategy']||'beepall';this[_0xa4a9('0xb')]=_0x788036['Agents'];this[_0xa4a9('0xc')]={};this[_0xa4a9('0xd')]=0x0;this[_0xa4a9('0x1')]='';this[_0xa4a9('0xe')]();this[_0xa4a9('0xf')]();}ChatQueue[_0xa4a9('0x10')][_0xa4a9('0xe')]=function(){var _0x45e834=this[_0xa4a9('0xc')][_0xa4a9('0x11')];this['mapAgentsId']=_[_0xa4a9('0x12')](this['Agents'],'id');this[_0xa4a9('0xc')][_0xa4a9('0x11')]=_0x45e834;};ChatQueue['prototype'][_0xa4a9('0xf')]=function(){this[_0xa4a9('0x13')]=0x0;this[_0xa4a9('0x14')]=0x0;for(var _0x388c13=0x0;_0x388c13<this[_0xa4a9('0xb')]['length'];_0x388c13+=0x1){if(this[_0xa4a9('0xb')][_0x388c13][_0xa4a9('0x15')]){this[_0xa4a9('0x13')]+=0x1;}if(this['Agents'][_0x388c13][_0xa4a9('0x16')]){this[_0xa4a9('0x14')]+=0x1;}}this[_0xa4a9('0x17')]=this[_0xa4a9('0x13')]-this[_0xa4a9('0x14')];this[_0xa4a9('0x17')]=this[_0xa4a9('0x17')]>=0x0?this[_0xa4a9('0x17')]:0x0;var _0x554272={'id':this['id'],'available':this[_0xa4a9('0x17')],'loggedIn':this[_0xa4a9('0x13')],'name':this[_0xa4a9('0x8')],'paused':this[_0xa4a9('0x14')],'waiting':this[_0xa4a9('0xd')]};var _0x1329e1=md5(JSON['stringify'](_0x554272));if(this[_0xa4a9('0x1')]!==_0x1329e1){this['md5']=_0x1329e1;io['to'](util['format'](_0xa4a9('0x18'),_0x554272[_0xa4a9('0x8')]))[_0xa4a9('0x19')](_0xa4a9('0x1a'),_0x554272);}};module['exports']=ChatQueue;