Built motion from commit ffdca78c.|2.6.24
[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 _0xa49a=['stringify','format','emit','whatsapp_queue:save','exports','lodash','md5','util','../../../config/environment','redis','localhost','socket.io-emitter','name','timeout','beepall','Agents','mapAgentsId','waiting','updateRouting','updateRealtime','prototype','_rr','map','paused','online','loggedIn','whatsappPause','available'];(function(_0x374ada,_0x27b3a5){var _0x449ed8=function(_0x3efc46){while(--_0x3efc46){_0x374ada['push'](_0x374ada['shift']());}};_0x449ed8(++_0x27b3a5);}(_0xa49a,0xc9));var _0xaa49=function(_0x14f209,_0x564d67){_0x14f209=_0x14f209-0x0;var _0xa4fdd9=_0xa49a[_0x14f209];return _0xa4fdd9;};'use strict';var _=require(_0xaa49('0x0'));var md5=require(_0xaa49('0x1'));var util=require(_0xaa49('0x2'));var Redis=require('ioredis');var config=require(_0xaa49('0x3'));config[_0xaa49('0x4')]=_['defaults'](config[_0xaa49('0x4')],{'host':_0xaa49('0x5'),'port':0x18eb});var io=require(_0xaa49('0x6'))(new Redis(config[_0xaa49('0x4')]));function WhatsappQueue(_0x2cc446){this['id']=_0x2cc446['id']||0x0;this[_0xaa49('0x7')]=_0x2cc446[_0xaa49('0x7')]||'';this[_0xaa49('0x8')]=_0x2cc446[_0xaa49('0x8')]||0xa;this['strategy']=_0x2cc446['strategy']||_0xaa49('0x9');this[_0xaa49('0xa')]=_0x2cc446[_0xaa49('0xa')];this[_0xaa49('0xb')]={};this[_0xaa49('0xc')]=0x0;this['md5']='';this[_0xaa49('0xd')]();this[_0xaa49('0xe')]();}WhatsappQueue[_0xaa49('0xf')][_0xaa49('0xd')]=function(){var _0x4feb53=this[_0xaa49('0xb')][_0xaa49('0x10')];this[_0xaa49('0xb')]=_[_0xaa49('0x11')](this[_0xaa49('0xa')],'id');this[_0xaa49('0xb')][_0xaa49('0x10')]=_0x4feb53;};WhatsappQueue[_0xaa49('0xf')]['updateRealtime']=function(){this['loggedIn']=0x0;this[_0xaa49('0x12')]=0x0;for(var _0x561a41=0x0;_0x561a41<this['Agents']['length'];_0x561a41+=0x1){if(this['Agents'][_0x561a41][_0xaa49('0x13')]){this[_0xaa49('0x14')]+=0x1;}if(this['Agents'][_0x561a41][_0xaa49('0x15')]){this[_0xaa49('0x12')]+=0x1;}}this['available']=this[_0xaa49('0x14')]-this[_0xaa49('0x12')];this[_0xaa49('0x16')]=this[_0xaa49('0x16')]>=0x0?this['available']:0x0;var _0x3d6115={'id':this['id'],'available':this[_0xaa49('0x16')],'loggedIn':this[_0xaa49('0x14')],'name':this[_0xaa49('0x7')],'paused':this[_0xaa49('0x12')],'waiting':this['waiting']};var _0x4fb5f8=md5(JSON[_0xaa49('0x17')](_0x3d6115));if(this['md5']!==_0x4fb5f8){this['md5']=_0x4fb5f8;io['to'](util[_0xaa49('0x18')]('whatsapp:queue:%s',_0x3d6115['name']))[_0xaa49('0x19')](_0xaa49('0x1a'),_0x3d6115);}};module[_0xaa49('0x1b')]=WhatsappQueue;