Built motion from commit (unavailable).|2.5.26
[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 _0x9b00=['exports','md5','util','ioredis','redis','defaults','localhost','socket.io-emitter','name','strategy','beepall','Agents','updateRouting','updateRealtime','mapAgentsId','_rr','map','prototype','paused','length','online','whatsappPause','available','loggedIn','format','whatsapp:queue:%s','whatsapp_queue:save'];(function(_0x4c737d,_0x5183dd){var _0x3d70ea=function(_0x4c21f3){while(--_0x4c21f3){_0x4c737d['push'](_0x4c737d['shift']());}};_0x3d70ea(++_0x5183dd);}(_0x9b00,0x1b1));var _0x09b0=function(_0xa464c9,_0x7c86d8){_0xa464c9=_0xa464c9-0x0;var _0x3d73c4=_0x9b00[_0xa464c9];return _0x3d73c4;};'use strict';var _=require('lodash');var md5=require(_0x09b0('0x0'));var util=require(_0x09b0('0x1'));var Redis=require(_0x09b0('0x2'));var config=require('../../../config/environment');config[_0x09b0('0x3')]=_[_0x09b0('0x4')](config[_0x09b0('0x3')],{'host':_0x09b0('0x5'),'port':0x18eb});var io=require(_0x09b0('0x6'))(new Redis(config[_0x09b0('0x3')]));function WhatsappQueue(_0x39ffdb){this['id']=_0x39ffdb['id']||0x0;this[_0x09b0('0x7')]=_0x39ffdb[_0x09b0('0x7')]||'';this['timeout']=_0x39ffdb['timeout']||0xa;this[_0x09b0('0x8')]=_0x39ffdb[_0x09b0('0x8')]||_0x09b0('0x9');this[_0x09b0('0xa')]=_0x39ffdb[_0x09b0('0xa')];this['mapAgentsId']={};this['waiting']=0x0;this['md5']='';this[_0x09b0('0xb')]();this[_0x09b0('0xc')]();}WhatsappQueue['prototype'][_0x09b0('0xb')]=function(){var _0x504d76=this[_0x09b0('0xd')][_0x09b0('0xe')];this[_0x09b0('0xd')]=_[_0x09b0('0xf')](this[_0x09b0('0xa')],'id');this[_0x09b0('0xd')][_0x09b0('0xe')]=_0x504d76;};WhatsappQueue[_0x09b0('0x10')][_0x09b0('0xc')]=function(){this['loggedIn']=0x0;this[_0x09b0('0x11')]=0x0;for(var _0x286079=0x0;_0x286079<this[_0x09b0('0xa')][_0x09b0('0x12')];_0x286079+=0x1){if(this[_0x09b0('0xa')][_0x286079][_0x09b0('0x13')]){this['loggedIn']+=0x1;}if(this['Agents'][_0x286079][_0x09b0('0x14')]){this[_0x09b0('0x11')]+=0x1;}}this[_0x09b0('0x15')]=this[_0x09b0('0x16')]-this['paused'];this[_0x09b0('0x15')]=this[_0x09b0('0x15')]>=0x0?this[_0x09b0('0x15')]:0x0;var _0x273f73={'id':this['id'],'available':this[_0x09b0('0x15')],'loggedIn':this[_0x09b0('0x16')],'name':this[_0x09b0('0x7')],'paused':this[_0x09b0('0x11')],'waiting':this['waiting']};var _0x5d432f=md5(JSON['stringify'](_0x273f73));if(this[_0x09b0('0x0')]!==_0x5d432f){this['md5']=_0x5d432f;io['to'](util[_0x09b0('0x17')](_0x09b0('0x18'),_0x273f73[_0x09b0('0x7')]))['emit'](_0x09b0('0x19'),_0x273f73);}};module[_0x09b0('0x1a')]=WhatsappQueue;