Built motion from commit 092f8824.|2.5.49
[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 _0xaed0=['loggedIn','paused','length','online','available','stringify','format','whatsapp:queue:%s','emit','whatsapp_queue:save','md5','ioredis','../../../config/environment','redis','defaults','localhost','socket.io-emitter','name','timeout','strategy','beepall','Agents','updateRouting','updateRealtime','prototype','mapAgentsId','_rr'];(function(_0x343b0a,_0x586263){var _0x3d8ff8=function(_0x53c629){while(--_0x53c629){_0x343b0a['push'](_0x343b0a['shift']());}};_0x3d8ff8(++_0x586263);}(_0xaed0,0x14e));var _0x0aed=function(_0x285b54,_0x3850cf){_0x285b54=_0x285b54-0x0;var _0x5dd0de=_0xaed0[_0x285b54];return _0x5dd0de;};'use strict';var _=require('lodash');var md5=require(_0x0aed('0x0'));var util=require('util');var Redis=require(_0x0aed('0x1'));var config=require(_0x0aed('0x2'));config[_0x0aed('0x3')]=_[_0x0aed('0x4')](config[_0x0aed('0x3')],{'host':_0x0aed('0x5'),'port':0x18eb});var io=require(_0x0aed('0x6'))(new Redis(config[_0x0aed('0x3')]));function WhatsappQueue(_0x4d1227){this['id']=_0x4d1227['id']||0x0;this[_0x0aed('0x7')]=_0x4d1227[_0x0aed('0x7')]||'';this[_0x0aed('0x8')]=_0x4d1227[_0x0aed('0x8')]||0xa;this[_0x0aed('0x9')]=_0x4d1227[_0x0aed('0x9')]||_0x0aed('0xa');this[_0x0aed('0xb')]=_0x4d1227[_0x0aed('0xb')];this['mapAgentsId']={};this['waiting']=0x0;this[_0x0aed('0x0')]='';this[_0x0aed('0xc')]();this[_0x0aed('0xd')]();}WhatsappQueue[_0x0aed('0xe')][_0x0aed('0xc')]=function(){var _0x1a6223=this[_0x0aed('0xf')]['_rr'];this[_0x0aed('0xf')]=_['map'](this[_0x0aed('0xb')],'id');this[_0x0aed('0xf')][_0x0aed('0x10')]=_0x1a6223;};WhatsappQueue['prototype']['updateRealtime']=function(){this[_0x0aed('0x11')]=0x0;this[_0x0aed('0x12')]=0x0;for(var _0x4ca328=0x0;_0x4ca328<this['Agents'][_0x0aed('0x13')];_0x4ca328+=0x1){if(this[_0x0aed('0xb')][_0x4ca328][_0x0aed('0x14')]){this[_0x0aed('0x11')]+=0x1;}if(this[_0x0aed('0xb')][_0x4ca328]['whatsappPause']){this['paused']+=0x1;}}this[_0x0aed('0x15')]=this[_0x0aed('0x11')]-this[_0x0aed('0x12')];this[_0x0aed('0x15')]=this[_0x0aed('0x15')]>=0x0?this[_0x0aed('0x15')]:0x0;var _0x263533={'id':this['id'],'available':this['available'],'loggedIn':this[_0x0aed('0x11')],'name':this[_0x0aed('0x7')],'paused':this[_0x0aed('0x12')],'waiting':this['waiting']};var _0x573eca=md5(JSON[_0x0aed('0x16')](_0x263533));if(this[_0x0aed('0x0')]!==_0x573eca){this[_0x0aed('0x0')]=_0x573eca;io['to'](util[_0x0aed('0x17')](_0x0aed('0x18'),_0x263533[_0x0aed('0x7')]))[_0x0aed('0x19')](_0x0aed('0x1a'),_0x263533);}};module['exports']=WhatsappQueue;