Built motion from commit 85328c08.|2.5.50
[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 _0x735e=['updateRouting','updateRealtime','mapAgentsId','_rr','prototype','loggedIn','online','chatPause','paused','available','format','chat:queue:%s','emit','chat_queue:save','exports','md5','util','ioredis','../../../config/environment','redis','socket.io-emitter','name','timeout','strategy','beepall','Agents','waiting'];(function(_0x4f83ea,_0x4b484e){var _0x3e41f6=function(_0x5cfcdc){while(--_0x5cfcdc){_0x4f83ea['push'](_0x4f83ea['shift']());}};_0x3e41f6(++_0x4b484e);}(_0x735e,0x16e));var _0xe735=function(_0x5f5cce,_0x138cc5){_0x5f5cce=_0x5f5cce-0x0;var _0x705ecf=_0x735e[_0x5f5cce];return _0x705ecf;};'use strict';var _=require('lodash');var md5=require(_0xe735('0x0'));var util=require(_0xe735('0x1'));var Redis=require(_0xe735('0x2'));var config=require(_0xe735('0x3'));config[_0xe735('0x4')]=_['defaults'](config[_0xe735('0x4')],{'host':'localhost','port':0x18eb});var io=require(_0xe735('0x5'))(new Redis(config[_0xe735('0x4')]));function ChatQueue(_0x523edc){this['id']=_0x523edc['id']||0x0;this[_0xe735('0x6')]=_0x523edc[_0xe735('0x6')]||'';this[_0xe735('0x7')]=_0x523edc[_0xe735('0x7')]||0xa;this[_0xe735('0x8')]=_0x523edc['strategy']||_0xe735('0x9');this[_0xe735('0xa')]=_0x523edc['Agents'];this['mapAgentsId']={};this[_0xe735('0xb')]=0x0;this['md5']='';this[_0xe735('0xc')]();this[_0xe735('0xd')]();}ChatQueue['prototype'][_0xe735('0xc')]=function(){var _0x1061e8=this[_0xe735('0xe')]['_rr'];this[_0xe735('0xe')]=_['map'](this[_0xe735('0xa')],'id');this[_0xe735('0xe')][_0xe735('0xf')]=_0x1061e8;};ChatQueue[_0xe735('0x10')][_0xe735('0xd')]=function(){this[_0xe735('0x11')]=0x0;this['paused']=0x0;for(var _0x4fa53c=0x0;_0x4fa53c<this['Agents']['length'];_0x4fa53c+=0x1){if(this[_0xe735('0xa')][_0x4fa53c][_0xe735('0x12')]){this[_0xe735('0x11')]+=0x1;}if(this[_0xe735('0xa')][_0x4fa53c][_0xe735('0x13')]){this[_0xe735('0x14')]+=0x1;}}this['available']=this[_0xe735('0x11')]-this['paused'];this['available']=this[_0xe735('0x15')]>=0x0?this[_0xe735('0x15')]:0x0;var _0x2ea32d={'id':this['id'],'available':this['available'],'loggedIn':this['loggedIn'],'name':this[_0xe735('0x6')],'paused':this[_0xe735('0x14')],'waiting':this[_0xe735('0xb')]};var _0x2a6bf5=md5(JSON['stringify'](_0x2ea32d));if(this[_0xe735('0x0')]!==_0x2a6bf5){this[_0xe735('0x0')]=_0x2a6bf5;io['to'](util[_0xe735('0x16')](_0xe735('0x17'),_0x2ea32d[_0xe735('0x6')]))[_0xe735('0x18')](_0xe735('0x19'),_0x2ea32d);}};module[_0xe735('0x1a')]=ChatQueue;