Built motion from commit e0fa946e.|2.6.5
[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 _0x01da=['Agents','mapAgentsId','updateRouting','updateRealtime','_rr','map','loggedIn','online','available','paused','waiting','chat:queue:%s','emit','chat_queue:save','exports','lodash','md5','ioredis','../../../config/environment','defaults','redis','localhost','socket.io-emitter','name','timeout','strategy'];(function(_0x14add3,_0x13ce8d){var _0x4a174f=function(_0x2b3ed7){while(--_0x2b3ed7){_0x14add3['push'](_0x14add3['shift']());}};_0x4a174f(++_0x13ce8d);}(_0x01da,0x12d));var _0xa01d=function(_0x2c29ed,_0x32a6a6){_0x2c29ed=_0x2c29ed-0x0;var _0xbd7548=_0x01da[_0x2c29ed];return _0xbd7548;};'use strict';var _=require(_0xa01d('0x0'));var md5=require(_0xa01d('0x1'));var util=require('util');var Redis=require(_0xa01d('0x2'));var config=require(_0xa01d('0x3'));config['redis']=_[_0xa01d('0x4')](config[_0xa01d('0x5')],{'host':_0xa01d('0x6'),'port':0x18eb});var io=require(_0xa01d('0x7'))(new Redis(config[_0xa01d('0x5')]));function ChatQueue(_0x410204){this['id']=_0x410204['id']||0x0;this[_0xa01d('0x8')]=_0x410204['name']||'';this[_0xa01d('0x9')]=_0x410204[_0xa01d('0x9')]||0xa;this[_0xa01d('0xa')]=_0x410204[_0xa01d('0xa')]||'beepall';this[_0xa01d('0xb')]=_0x410204['Agents'];this[_0xa01d('0xc')]={};this['waiting']=0x0;this[_0xa01d('0x1')]='';this[_0xa01d('0xd')]();this[_0xa01d('0xe')]();}ChatQueue['prototype'][_0xa01d('0xd')]=function(){var _0x34b9cd=this['mapAgentsId'][_0xa01d('0xf')];this['mapAgentsId']=_[_0xa01d('0x10')](this[_0xa01d('0xb')],'id');this['mapAgentsId'][_0xa01d('0xf')]=_0x34b9cd;};ChatQueue['prototype']['updateRealtime']=function(){this[_0xa01d('0x11')]=0x0;this['paused']=0x0;for(var _0x39a3b0=0x0;_0x39a3b0<this[_0xa01d('0xb')]['length'];_0x39a3b0+=0x1){if(this[_0xa01d('0xb')][_0x39a3b0][_0xa01d('0x12')]){this['loggedIn']+=0x1;}if(this[_0xa01d('0xb')][_0x39a3b0]['chatPause']){this['paused']+=0x1;}}this[_0xa01d('0x13')]=this['loggedIn']-this[_0xa01d('0x14')];this[_0xa01d('0x13')]=this[_0xa01d('0x13')]>=0x0?this[_0xa01d('0x13')]:0x0;var _0x383b95={'id':this['id'],'available':this[_0xa01d('0x13')],'loggedIn':this[_0xa01d('0x11')],'name':this[_0xa01d('0x8')],'paused':this[_0xa01d('0x14')],'waiting':this[_0xa01d('0x15')]};var _0x101095=md5(JSON['stringify'](_0x383b95));if(this[_0xa01d('0x1')]!==_0x101095){this[_0xa01d('0x1')]=_0x101095;io['to'](util['format'](_0xa01d('0x16'),_0x383b95[_0xa01d('0x8')]))[_0xa01d('0x17')](_0xa01d('0x18'),_0x383b95);}};module[_0xa01d('0x19')]=ChatQueue;