Built motion from commit 00bf23f6.|2.6.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 _0xcf8e=['map','_rr','paused','online','loggedIn','whatsappPause','available','stringify','format','whatsapp:queue:%s','emit','whatsapp_queue:save','lodash','md5','util','ioredis','../../../config/environment','redis','defaults','localhost','name','timeout','strategy','Agents','updateRouting','updateRealtime','mapAgentsId'];(function(_0x5065c6,_0x801eaa){var _0x1f2dea=function(_0x4af0af){while(--_0x4af0af){_0x5065c6['push'](_0x5065c6['shift']());}};_0x1f2dea(++_0x801eaa);}(_0xcf8e,0xff));var _0xecf8=function(_0x2c4882,_0x5444ce){_0x2c4882=_0x2c4882-0x0;var _0x52b544=_0xcf8e[_0x2c4882];return _0x52b544;};'use strict';var _=require(_0xecf8('0x0'));var md5=require(_0xecf8('0x1'));var util=require(_0xecf8('0x2'));var Redis=require(_0xecf8('0x3'));var config=require(_0xecf8('0x4'));config[_0xecf8('0x5')]=_[_0xecf8('0x6')](config[_0xecf8('0x5')],{'host':_0xecf8('0x7'),'port':0x18eb});var io=require('socket.io-emitter')(new Redis(config[_0xecf8('0x5')]));function WhatsappQueue(_0x3edde1){this['id']=_0x3edde1['id']||0x0;this[_0xecf8('0x8')]=_0x3edde1[_0xecf8('0x8')]||'';this[_0xecf8('0x9')]=_0x3edde1['timeout']||0xa;this[_0xecf8('0xa')]=_0x3edde1[_0xecf8('0xa')]||'beepall';this['Agents']=_0x3edde1[_0xecf8('0xb')];this['mapAgentsId']={};this['waiting']=0x0;this['md5']='';this[_0xecf8('0xc')]();this[_0xecf8('0xd')]();}WhatsappQueue['prototype']['updateRouting']=function(){var _0x28b4bc=this[_0xecf8('0xe')]['_rr'];this[_0xecf8('0xe')]=_[_0xecf8('0xf')](this['Agents'],'id');this['mapAgentsId'][_0xecf8('0x10')]=_0x28b4bc;};WhatsappQueue['prototype'][_0xecf8('0xd')]=function(){this['loggedIn']=0x0;this[_0xecf8('0x11')]=0x0;for(var _0x407441=0x0;_0x407441<this['Agents']['length'];_0x407441+=0x1){if(this[_0xecf8('0xb')][_0x407441][_0xecf8('0x12')]){this[_0xecf8('0x13')]+=0x1;}if(this[_0xecf8('0xb')][_0x407441][_0xecf8('0x14')]){this['paused']+=0x1;}}this[_0xecf8('0x15')]=this[_0xecf8('0x13')]-this[_0xecf8('0x11')];this[_0xecf8('0x15')]=this[_0xecf8('0x15')]>=0x0?this[_0xecf8('0x15')]:0x0;var _0x5879e4={'id':this['id'],'available':this[_0xecf8('0x15')],'loggedIn':this[_0xecf8('0x13')],'name':this[_0xecf8('0x8')],'paused':this[_0xecf8('0x11')],'waiting':this['waiting']};var _0x14651d=md5(JSON[_0xecf8('0x16')](_0x5879e4));if(this[_0xecf8('0x1')]!==_0x14651d){this[_0xecf8('0x1')]=_0x14651d;io['to'](util[_0xecf8('0x17')](_0xecf8('0x18'),_0x5879e4[_0xecf8('0x8')]))[_0xecf8('0x19')](_0xecf8('0x1a'),_0x5879e4);}};module['exports']=WhatsappQueue;