e69fbf68c1af34eacf25c183596ca64a9b6abfaf
[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 _0x8a9e=['name','timeout','strategy','Agents','mapAgentsId','updateRealtime','prototype','updateRouting','_rr','loggedIn','length','paused','available','waiting','stringify','format','whatsapp:queue:%s','emit','exports','lodash','md5','util','ioredis','../../../config/environment','defaults','redis','socket.io-emitter'];(function(_0x4477f4,_0x531c07){var _0x59ade2=function(_0x53b390){while(--_0x53b390){_0x4477f4['push'](_0x4477f4['shift']());}};_0x59ade2(++_0x531c07);}(_0x8a9e,0x64));var _0xe8a9=function(_0x3bf83f,_0x181cac){_0x3bf83f=_0x3bf83f-0x0;var _0x22c4a9=_0x8a9e[_0x3bf83f];return _0x22c4a9;};'use strict';var _=require(_0xe8a9('0x0'));var md5=require(_0xe8a9('0x1'));var util=require(_0xe8a9('0x2'));var Redis=require(_0xe8a9('0x3'));var config=require(_0xe8a9('0x4'));config['redis']=_[_0xe8a9('0x5')](config[_0xe8a9('0x6')],{'host':'localhost','port':0x18eb});var io=require(_0xe8a9('0x7'))(new Redis(config[_0xe8a9('0x6')]));function WhatsappQueue(_0x3c1a92){this['id']=_0x3c1a92['id']||0x0;this[_0xe8a9('0x8')]=_0x3c1a92[_0xe8a9('0x8')]||'';this[_0xe8a9('0x9')]=_0x3c1a92[_0xe8a9('0x9')]||0xa;this[_0xe8a9('0xa')]=_0x3c1a92[_0xe8a9('0xa')]||'beepall';this[_0xe8a9('0xb')]=_0x3c1a92[_0xe8a9('0xb')];this[_0xe8a9('0xc')]={};this['waiting']=0x0;this[_0xe8a9('0x1')]='';this['updateRouting']();this[_0xe8a9('0xd')]();}WhatsappQueue[_0xe8a9('0xe')][_0xe8a9('0xf')]=function(){var _0x2b2f63=this[_0xe8a9('0xc')]['_rr'];this[_0xe8a9('0xc')]=_['map'](this['Agents'],'id');this[_0xe8a9('0xc')][_0xe8a9('0x10')]=_0x2b2f63;};WhatsappQueue[_0xe8a9('0xe')][_0xe8a9('0xd')]=function(){this[_0xe8a9('0x11')]=0x0;this['paused']=0x0;for(var _0x4cc4ff=0x0;_0x4cc4ff<this[_0xe8a9('0xb')][_0xe8a9('0x12')];_0x4cc4ff+=0x1){if(this[_0xe8a9('0xb')][_0x4cc4ff]['online']){this[_0xe8a9('0x11')]+=0x1;}if(this[_0xe8a9('0xb')][_0x4cc4ff]['whatsappPause']){this[_0xe8a9('0x13')]+=0x1;}}this[_0xe8a9('0x14')]=this[_0xe8a9('0x11')]-this[_0xe8a9('0x13')];this[_0xe8a9('0x14')]=this[_0xe8a9('0x14')]>=0x0?this[_0xe8a9('0x14')]:0x0;var _0x4c2665={'id':this['id'],'available':this[_0xe8a9('0x14')],'loggedIn':this[_0xe8a9('0x11')],'name':this[_0xe8a9('0x8')],'paused':this['paused'],'waiting':this[_0xe8a9('0x15')]};var _0x51adbd=md5(JSON[_0xe8a9('0x16')](_0x4c2665));if(this[_0xe8a9('0x1')]!==_0x51adbd){this[_0xe8a9('0x1')]=_0x51adbd;io['to'](util[_0xe8a9('0x17')](_0xe8a9('0x18'),_0x4c2665[_0xe8a9('0x8')]))[_0xe8a9('0x19')]('whatsapp_queue:save',_0x4c2665);}};module[_0xe8a9('0x1a')]=WhatsappQueue;