Built motion from commit 85328c08.|2.5.50
[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 _0x9ad4=['defaults','socket.io-emitter','name','timeout','strategy','Agents','mapAgentsId','waiting','updateRouting','updateRealtime','prototype','_rr','map','paused','length','online','available','loggedIn','stringify','format','whatsapp:queue:%s','emit','whatsapp_queue:save','exports','md5','util','../../../config/environment','redis'];(function(_0x4fbfd9,_0x3ab91a){var _0x31dc94=function(_0x11e53b){while(--_0x11e53b){_0x4fbfd9['push'](_0x4fbfd9['shift']());}};_0x31dc94(++_0x3ab91a);}(_0x9ad4,0xa4));var _0x49ad=function(_0x5837a4,_0x15c0f7){_0x5837a4=_0x5837a4-0x0;var _0x1feb62=_0x9ad4[_0x5837a4];return _0x1feb62;};'use strict';var _=require('lodash');var md5=require(_0x49ad('0x0'));var util=require(_0x49ad('0x1'));var Redis=require('ioredis');var config=require(_0x49ad('0x2'));config[_0x49ad('0x3')]=_[_0x49ad('0x4')](config[_0x49ad('0x3')],{'host':'localhost','port':0x18eb});var io=require(_0x49ad('0x5'))(new Redis(config[_0x49ad('0x3')]));function WhatsappQueue(_0x52d61f){this['id']=_0x52d61f['id']||0x0;this[_0x49ad('0x6')]=_0x52d61f[_0x49ad('0x6')]||'';this[_0x49ad('0x7')]=_0x52d61f[_0x49ad('0x7')]||0xa;this[_0x49ad('0x8')]=_0x52d61f['strategy']||'beepall';this[_0x49ad('0x9')]=_0x52d61f[_0x49ad('0x9')];this[_0x49ad('0xa')]={};this[_0x49ad('0xb')]=0x0;this[_0x49ad('0x0')]='';this[_0x49ad('0xc')]();this[_0x49ad('0xd')]();}WhatsappQueue[_0x49ad('0xe')][_0x49ad('0xc')]=function(){var _0x52bd91=this[_0x49ad('0xa')][_0x49ad('0xf')];this[_0x49ad('0xa')]=_[_0x49ad('0x10')](this['Agents'],'id');this[_0x49ad('0xa')][_0x49ad('0xf')]=_0x52bd91;};WhatsappQueue[_0x49ad('0xe')]['updateRealtime']=function(){this['loggedIn']=0x0;this[_0x49ad('0x11')]=0x0;for(var _0x5f4d1f=0x0;_0x5f4d1f<this[_0x49ad('0x9')][_0x49ad('0x12')];_0x5f4d1f+=0x1){if(this[_0x49ad('0x9')][_0x5f4d1f][_0x49ad('0x13')]){this['loggedIn']+=0x1;}if(this['Agents'][_0x5f4d1f]['whatsappPause']){this[_0x49ad('0x11')]+=0x1;}}this[_0x49ad('0x14')]=this[_0x49ad('0x15')]-this[_0x49ad('0x11')];this[_0x49ad('0x14')]=this[_0x49ad('0x14')]>=0x0?this[_0x49ad('0x14')]:0x0;var _0x118bb0={'id':this['id'],'available':this['available'],'loggedIn':this['loggedIn'],'name':this[_0x49ad('0x6')],'paused':this[_0x49ad('0x11')],'waiting':this[_0x49ad('0xb')]};var _0x19dd4a=md5(JSON[_0x49ad('0x16')](_0x118bb0));if(this[_0x49ad('0x0')]!==_0x19dd4a){this['md5']=_0x19dd4a;io['to'](util[_0x49ad('0x17')](_0x49ad('0x18'),_0x118bb0[_0x49ad('0x6')]))[_0x49ad('0x19')](_0x49ad('0x1a'),_0x118bb0);}};module[_0x49ad('0x1b')]=WhatsappQueue;