Built motion from commit 3c2ce842.|2.6.31
[motion2.git] / server / services / routing / model / whatsappQueue.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 _0x3c41=['redis','localhost','name','timeout','strategy','beepall','Agents','mapAgentsId','waiting','updateRouting','updateRealtime','prototype','_rr','loggedIn','paused','online','whatsappPause','available','format','whatsapp:queue:%s','emit','whatsapp_queue:save','exports','md5','util','../../../config/environment','defaults'];(function(_0xc28c98,_0x345521){var _0x233fea=function(_0x26a400){while(--_0x26a400){_0xc28c98['push'](_0xc28c98['shift']());}};_0x233fea(++_0x345521);}(_0x3c41,0xef));var _0x13c4=function(_0x397e5f,_0x454c8f){_0x397e5f=_0x397e5f-0x0;var _0x5302b8=_0x3c41[_0x397e5f];return _0x5302b8;};'use strict';var _=require('lodash');var md5=require(_0x13c4('0x0'));var util=require(_0x13c4('0x1'));var Redis=require('ioredis');var config=require(_0x13c4('0x2'));config['redis']=_[_0x13c4('0x3')](config[_0x13c4('0x4')],{'host':_0x13c4('0x5'),'port':0x18eb});var io=require('socket.io-emitter')(new Redis(config[_0x13c4('0x4')]));function WhatsappQueue(_0x1a8ab9){this['id']=_0x1a8ab9['id']||0x0;this[_0x13c4('0x6')]=_0x1a8ab9[_0x13c4('0x6')]||'';this[_0x13c4('0x7')]=_0x1a8ab9['timeout']||0xa;this[_0x13c4('0x8')]=_0x1a8ab9[_0x13c4('0x8')]||_0x13c4('0x9');this[_0x13c4('0xa')]=_0x1a8ab9[_0x13c4('0xa')];this[_0x13c4('0xb')]={};this[_0x13c4('0xc')]=0x0;this[_0x13c4('0x0')]='';this[_0x13c4('0xd')]();this[_0x13c4('0xe')]();}WhatsappQueue[_0x13c4('0xf')][_0x13c4('0xd')]=function(){var _0x45e901=this[_0x13c4('0xb')]['_rr'];this[_0x13c4('0xb')]=_['map'](this['Agents'],'id');this[_0x13c4('0xb')][_0x13c4('0x10')]=_0x45e901;};WhatsappQueue[_0x13c4('0xf')]['updateRealtime']=function(){this[_0x13c4('0x11')]=0x0;this[_0x13c4('0x12')]=0x0;for(var _0x3bf218=0x0;_0x3bf218<this['Agents']['length'];_0x3bf218+=0x1){if(this['Agents'][_0x3bf218][_0x13c4('0x13')]){this['loggedIn']+=0x1;}if(this[_0x13c4('0xa')][_0x3bf218][_0x13c4('0x14')]){this['paused']+=0x1;}}this['available']=this[_0x13c4('0x11')]-this['paused'];this[_0x13c4('0x15')]=this[_0x13c4('0x15')]>=0x0?this[_0x13c4('0x15')]:0x0;var _0x4ee79c={'id':this['id'],'available':this[_0x13c4('0x15')],'loggedIn':this[_0x13c4('0x11')],'name':this[_0x13c4('0x6')],'paused':this[_0x13c4('0x12')],'waiting':this[_0x13c4('0xc')]};var _0x317cb0=md5(JSON['stringify'](_0x4ee79c));if(this[_0x13c4('0x0')]!==_0x317cb0){this['md5']=_0x317cb0;io['to'](util[_0x13c4('0x16')](_0x13c4('0x17'),_0x4ee79c['name']))[_0x13c4('0x18')](_0x13c4('0x19'),_0x4ee79c);}};module[_0x13c4('0x1a')]=WhatsappQueue;