Built motion from commit (unavailable).|2.5.21
[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 _0x5ce0=['whatsapp_queue:save','exports','md5','util','ioredis','../../../config/environment','redis','defaults','localhost','socket.io-emitter','name','timeout','strategy','Agents','mapAgentsId','waiting','updateRouting','prototype','_rr','map','updateRealtime','loggedIn','paused','length','online','whatsappPause','available','stringify','emit'];(function(_0xf71120,_0x25b7f9){var _0xbe2fd3=function(_0x1acbdd){while(--_0x1acbdd){_0xf71120['push'](_0xf71120['shift']());}};_0xbe2fd3(++_0x25b7f9);}(_0x5ce0,0xb0));var _0x05ce=function(_0x4bc4c8,_0x3139d3){_0x4bc4c8=_0x4bc4c8-0x0;var _0x3bb121=_0x5ce0[_0x4bc4c8];return _0x3bb121;};'use strict';var _=require('lodash');var md5=require(_0x05ce('0x0'));var util=require(_0x05ce('0x1'));var Redis=require(_0x05ce('0x2'));var config=require(_0x05ce('0x3'));config[_0x05ce('0x4')]=_[_0x05ce('0x5')](config[_0x05ce('0x4')],{'host':_0x05ce('0x6'),'port':0x18eb});var io=require(_0x05ce('0x7'))(new Redis(config[_0x05ce('0x4')]));function WhatsappQueue(_0x3068e4){this['id']=_0x3068e4['id']||0x0;this[_0x05ce('0x8')]=_0x3068e4[_0x05ce('0x8')]||'';this[_0x05ce('0x9')]=_0x3068e4['timeout']||0xa;this[_0x05ce('0xa')]=_0x3068e4[_0x05ce('0xa')]||'beepall';this['Agents']=_0x3068e4[_0x05ce('0xb')];this[_0x05ce('0xc')]={};this[_0x05ce('0xd')]=0x0;this[_0x05ce('0x0')]='';this[_0x05ce('0xe')]();this['updateRealtime']();}WhatsappQueue[_0x05ce('0xf')]['updateRouting']=function(){var _0x26c427=this[_0x05ce('0xc')][_0x05ce('0x10')];this[_0x05ce('0xc')]=_[_0x05ce('0x11')](this[_0x05ce('0xb')],'id');this[_0x05ce('0xc')][_0x05ce('0x10')]=_0x26c427;};WhatsappQueue[_0x05ce('0xf')][_0x05ce('0x12')]=function(){this[_0x05ce('0x13')]=0x0;this[_0x05ce('0x14')]=0x0;for(var _0x59186d=0x0;_0x59186d<this[_0x05ce('0xb')][_0x05ce('0x15')];_0x59186d+=0x1){if(this[_0x05ce('0xb')][_0x59186d][_0x05ce('0x16')]){this['loggedIn']+=0x1;}if(this[_0x05ce('0xb')][_0x59186d][_0x05ce('0x17')]){this[_0x05ce('0x14')]+=0x1;}}this['available']=this['loggedIn']-this['paused'];this[_0x05ce('0x18')]=this['available']>=0x0?this[_0x05ce('0x18')]:0x0;var _0x99e0e1={'id':this['id'],'available':this[_0x05ce('0x18')],'loggedIn':this[_0x05ce('0x13')],'name':this[_0x05ce('0x8')],'paused':this[_0x05ce('0x14')],'waiting':this[_0x05ce('0xd')]};var _0x104dd4=md5(JSON[_0x05ce('0x19')](_0x99e0e1));if(this[_0x05ce('0x0')]!==_0x104dd4){this[_0x05ce('0x0')]=_0x104dd4;io['to'](util['format']('whatsapp:queue:%s',_0x99e0e1[_0x05ce('0x8')]))[_0x05ce('0x1a')](_0x05ce('0x1b'),_0x99e0e1);}};module[_0x05ce('0x1c')]=WhatsappQueue;