bb5f380d02bb0df760fe9881c51744616a521fc6
[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 _0xc77e=['whatsapp:queue:%s','emit','whatsapp_queue:save','exports','md5','util','../../../config/environment','redis','defaults','localhost','socket.io-emitter','name','timeout','strategy','beepall','Agents','mapAgentsId','updateRouting','updateRealtime','prototype','_rr','paused','length','online','loggedIn','whatsappPause','available','waiting','stringify'];(function(_0x3dd15e,_0x1f0015){var _0x231fd0=function(_0x4f680a){while(--_0x4f680a){_0x3dd15e['push'](_0x3dd15e['shift']());}};_0x231fd0(++_0x1f0015);}(_0xc77e,0x126));var _0xec77=function(_0x19950b,_0x53d0d7){_0x19950b=_0x19950b-0x0;var _0x3c6b41=_0xc77e[_0x19950b];return _0x3c6b41;};'use strict';var _=require('lodash');var md5=require(_0xec77('0x0'));var util=require(_0xec77('0x1'));var Redis=require('ioredis');var config=require(_0xec77('0x2'));config[_0xec77('0x3')]=_[_0xec77('0x4')](config[_0xec77('0x3')],{'host':_0xec77('0x5'),'port':0x18eb});var io=require(_0xec77('0x6'))(new Redis(config[_0xec77('0x3')]));function WhatsappQueue(_0x633437){this['id']=_0x633437['id']||0x0;this['name']=_0x633437[_0xec77('0x7')]||'';this[_0xec77('0x8')]=_0x633437[_0xec77('0x8')]||0xa;this['strategy']=_0x633437[_0xec77('0x9')]||_0xec77('0xa');this[_0xec77('0xb')]=_0x633437[_0xec77('0xb')];this[_0xec77('0xc')]={};this['waiting']=0x0;this[_0xec77('0x0')]='';this[_0xec77('0xd')]();this[_0xec77('0xe')]();}WhatsappQueue[_0xec77('0xf')][_0xec77('0xd')]=function(){var _0x262786=this[_0xec77('0xc')]['_rr'];this[_0xec77('0xc')]=_['map'](this[_0xec77('0xb')],'id');this[_0xec77('0xc')][_0xec77('0x10')]=_0x262786;};WhatsappQueue[_0xec77('0xf')][_0xec77('0xe')]=function(){this['loggedIn']=0x0;this[_0xec77('0x11')]=0x0;for(var _0x17e294=0x0;_0x17e294<this['Agents'][_0xec77('0x12')];_0x17e294+=0x1){if(this['Agents'][_0x17e294][_0xec77('0x13')]){this[_0xec77('0x14')]+=0x1;}if(this[_0xec77('0xb')][_0x17e294][_0xec77('0x15')]){this[_0xec77('0x11')]+=0x1;}}this[_0xec77('0x16')]=this[_0xec77('0x14')]-this[_0xec77('0x11')];this[_0xec77('0x16')]=this[_0xec77('0x16')]>=0x0?this[_0xec77('0x16')]:0x0;var _0x4921f2={'id':this['id'],'available':this['available'],'loggedIn':this['loggedIn'],'name':this['name'],'paused':this['paused'],'waiting':this[_0xec77('0x17')]};var _0x295e16=md5(JSON[_0xec77('0x18')](_0x4921f2));if(this[_0xec77('0x0')]!==_0x295e16){this[_0xec77('0x0')]=_0x295e16;io['to'](util['format'](_0xec77('0x19'),_0x4921f2['name']))[_0xec77('0x1a')](_0xec77('0x1b'),_0x4921f2);}};module[_0xec77('0x1c')]=WhatsappQueue;