Built motion from commit da617fac.|2.6.6
[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 _0x63f0=['loggedIn','paused','length','online','whatsappPause','available','waiting','stringify','whatsapp:queue:%s','emit','whatsapp_queue:save','lodash','md5','ioredis','../../../config/environment','redis','defaults','localhost','name','timeout','strategy','beepall','Agents','mapAgentsId','updateRealtime','prototype','updateRouting','map','_rr'];(function(_0xc206ed,_0x155f32){var _0x383541=function(_0x219466){while(--_0x219466){_0xc206ed['push'](_0xc206ed['shift']());}};_0x383541(++_0x155f32);}(_0x63f0,0x184));var _0x063f=function(_0x4ea69d,_0x290f53){_0x4ea69d=_0x4ea69d-0x0;var _0x5318e0=_0x63f0[_0x4ea69d];return _0x5318e0;};'use strict';var _=require(_0x063f('0x0'));var md5=require(_0x063f('0x1'));var util=require('util');var Redis=require(_0x063f('0x2'));var config=require(_0x063f('0x3'));config[_0x063f('0x4')]=_[_0x063f('0x5')](config[_0x063f('0x4')],{'host':_0x063f('0x6'),'port':0x18eb});var io=require('socket.io-emitter')(new Redis(config[_0x063f('0x4')]));function WhatsappQueue(_0x51e556){this['id']=_0x51e556['id']||0x0;this['name']=_0x51e556[_0x063f('0x7')]||'';this[_0x063f('0x8')]=_0x51e556[_0x063f('0x8')]||0xa;this[_0x063f('0x9')]=_0x51e556[_0x063f('0x9')]||_0x063f('0xa');this[_0x063f('0xb')]=_0x51e556['Agents'];this[_0x063f('0xc')]={};this['waiting']=0x0;this[_0x063f('0x1')]='';this['updateRouting']();this[_0x063f('0xd')]();}WhatsappQueue[_0x063f('0xe')][_0x063f('0xf')]=function(){var _0x3fda5a=this[_0x063f('0xc')]['_rr'];this['mapAgentsId']=_[_0x063f('0x10')](this['Agents'],'id');this[_0x063f('0xc')][_0x063f('0x11')]=_0x3fda5a;};WhatsappQueue[_0x063f('0xe')][_0x063f('0xd')]=function(){this[_0x063f('0x12')]=0x0;this[_0x063f('0x13')]=0x0;for(var _0x5723a2=0x0;_0x5723a2<this[_0x063f('0xb')][_0x063f('0x14')];_0x5723a2+=0x1){if(this['Agents'][_0x5723a2][_0x063f('0x15')]){this['loggedIn']+=0x1;}if(this[_0x063f('0xb')][_0x5723a2][_0x063f('0x16')]){this[_0x063f('0x13')]+=0x1;}}this[_0x063f('0x17')]=this[_0x063f('0x12')]-this['paused'];this['available']=this[_0x063f('0x17')]>=0x0?this['available']:0x0;var _0x149f17={'id':this['id'],'available':this[_0x063f('0x17')],'loggedIn':this['loggedIn'],'name':this[_0x063f('0x7')],'paused':this[_0x063f('0x13')],'waiting':this[_0x063f('0x18')]};var _0x3ca169=md5(JSON[_0x063f('0x19')](_0x149f17));if(this[_0x063f('0x1')]!==_0x3ca169){this['md5']=_0x3ca169;io['to'](util['format'](_0x063f('0x1a'),_0x149f17[_0x063f('0x7')]))[_0x063f('0x1b')](_0x063f('0x1c'),_0x149f17);}};module['exports']=WhatsappQueue;