Built motion from commit (unavailable).|2.5.14
[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 _0xead5=['updateRouting','updateRealtime','map','loggedIn','paused','length','online','available','stringify','whatsapp:queue:%s','emit','whatsapp_queue:save','exports','lodash','md5','ioredis','../../../config/environment','redis','localhost','socket.io-emitter','name','timeout','strategy','beepall','Agents','mapAgentsId','waiting'];(function(_0x4aeabc,_0x5326fd){var _0x4f4ed7=function(_0x18169f){while(--_0x18169f){_0x4aeabc['push'](_0x4aeabc['shift']());}};_0x4f4ed7(++_0x5326fd);}(_0xead5,0xaf));var _0x5ead=function(_0x487b0c,_0x14ff74){_0x487b0c=_0x487b0c-0x0;var _0x1adbdc=_0xead5[_0x487b0c];return _0x1adbdc;};'use strict';var _=require(_0x5ead('0x0'));var md5=require(_0x5ead('0x1'));var util=require('util');var Redis=require(_0x5ead('0x2'));var config=require(_0x5ead('0x3'));config[_0x5ead('0x4')]=_['defaults'](config['redis'],{'host':_0x5ead('0x5'),'port':0x18eb});var io=require(_0x5ead('0x6'))(new Redis(config['redis']));function WhatsappQueue(_0x461992){this['id']=_0x461992['id']||0x0;this[_0x5ead('0x7')]=_0x461992['name']||'';this[_0x5ead('0x8')]=_0x461992[_0x5ead('0x8')]||0xa;this[_0x5ead('0x9')]=_0x461992['strategy']||_0x5ead('0xa');this[_0x5ead('0xb')]=_0x461992[_0x5ead('0xb')];this[_0x5ead('0xc')]={};this[_0x5ead('0xd')]=0x0;this[_0x5ead('0x1')]='';this[_0x5ead('0xe')]();this[_0x5ead('0xf')]();}WhatsappQueue['prototype']['updateRouting']=function(){var _0x353c7e=this[_0x5ead('0xc')]['_rr'];this[_0x5ead('0xc')]=_[_0x5ead('0x10')](this[_0x5ead('0xb')],'id');this[_0x5ead('0xc')]['_rr']=_0x353c7e;};WhatsappQueue['prototype'][_0x5ead('0xf')]=function(){this[_0x5ead('0x11')]=0x0;this[_0x5ead('0x12')]=0x0;for(var _0x3d57bb=0x0;_0x3d57bb<this['Agents'][_0x5ead('0x13')];_0x3d57bb+=0x1){if(this[_0x5ead('0xb')][_0x3d57bb][_0x5ead('0x14')]){this['loggedIn']+=0x1;}if(this[_0x5ead('0xb')][_0x3d57bb]['whatsappPause']){this[_0x5ead('0x12')]+=0x1;}}this[_0x5ead('0x15')]=this[_0x5ead('0x11')]-this[_0x5ead('0x12')];this['available']=this[_0x5ead('0x15')]>=0x0?this['available']:0x0;var _0x2339bc={'id':this['id'],'available':this['available'],'loggedIn':this[_0x5ead('0x11')],'name':this[_0x5ead('0x7')],'paused':this[_0x5ead('0x12')],'waiting':this[_0x5ead('0xd')]};var _0x12b2a0=md5(JSON[_0x5ead('0x16')](_0x2339bc));if(this[_0x5ead('0x1')]!==_0x12b2a0){this['md5']=_0x12b2a0;io['to'](util['format'](_0x5ead('0x17'),_0x2339bc['name']))[_0x5ead('0x18')](_0x5ead('0x19'),_0x2339bc);}};module[_0x5ead('0x1a')]=WhatsappQueue;