Built motion from commit (unavailable).|2.5.16
[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 _0x414e=['paused','online','whatsappPause','available','stringify','whatsapp:queue:%s','emit','whatsapp_queue:save','exports','lodash','md5','util','ioredis','redis','socket.io-emitter','name','timeout','strategy','Agents','mapAgentsId','waiting','updateRouting','updateRealtime','prototype','_rr','loggedIn'];(function(_0x5ba4bb,_0x3191f6){var _0x508629=function(_0x2dcd3e){while(--_0x2dcd3e){_0x5ba4bb['push'](_0x5ba4bb['shift']());}};_0x508629(++_0x3191f6);}(_0x414e,0xf3));var _0xe414=function(_0x21e7e0,_0x41bd89){_0x21e7e0=_0x21e7e0-0x0;var _0x5105af=_0x414e[_0x21e7e0];return _0x5105af;};'use strict';var _=require(_0xe414('0x0'));var md5=require(_0xe414('0x1'));var util=require(_0xe414('0x2'));var Redis=require(_0xe414('0x3'));var config=require('../../../config/environment');config[_0xe414('0x4')]=_['defaults'](config[_0xe414('0x4')],{'host':'localhost','port':0x18eb});var io=require(_0xe414('0x5'))(new Redis(config[_0xe414('0x4')]));function WhatsappQueue(_0x2cee16){this['id']=_0x2cee16['id']||0x0;this[_0xe414('0x6')]=_0x2cee16[_0xe414('0x6')]||'';this[_0xe414('0x7')]=_0x2cee16[_0xe414('0x7')]||0xa;this[_0xe414('0x8')]=_0x2cee16['strategy']||'beepall';this[_0xe414('0x9')]=_0x2cee16[_0xe414('0x9')];this[_0xe414('0xa')]={};this[_0xe414('0xb')]=0x0;this['md5']='';this[_0xe414('0xc')]();this[_0xe414('0xd')]();}WhatsappQueue[_0xe414('0xe')][_0xe414('0xc')]=function(){var _0x115bb0=this[_0xe414('0xa')][_0xe414('0xf')];this['mapAgentsId']=_['map'](this['Agents'],'id');this[_0xe414('0xa')][_0xe414('0xf')]=_0x115bb0;};WhatsappQueue['prototype'][_0xe414('0xd')]=function(){this[_0xe414('0x10')]=0x0;this[_0xe414('0x11')]=0x0;for(var _0x1a94e8=0x0;_0x1a94e8<this[_0xe414('0x9')]['length'];_0x1a94e8+=0x1){if(this['Agents'][_0x1a94e8][_0xe414('0x12')]){this[_0xe414('0x10')]+=0x1;}if(this[_0xe414('0x9')][_0x1a94e8][_0xe414('0x13')]){this['paused']+=0x1;}}this[_0xe414('0x14')]=this[_0xe414('0x10')]-this[_0xe414('0x11')];this['available']=this[_0xe414('0x14')]>=0x0?this[_0xe414('0x14')]:0x0;var _0x3d0512={'id':this['id'],'available':this[_0xe414('0x14')],'loggedIn':this[_0xe414('0x10')],'name':this[_0xe414('0x6')],'paused':this[_0xe414('0x11')],'waiting':this[_0xe414('0xb')]};var _0x6ec727=md5(JSON[_0xe414('0x15')](_0x3d0512));if(this['md5']!==_0x6ec727){this['md5']=_0x6ec727;io['to'](util['format'](_0xe414('0x16'),_0x3d0512[_0xe414('0x6')]))[_0xe414('0x17')](_0xe414('0x18'),_0x3d0512);}};module[_0xe414('0x19')]=WhatsappQueue;