Built motion from commit 25580385.|2.6.2
[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 _0xc42e=['paused','online','whatsappPause','available','stringify','format','whatsapp:queue:%s','emit','exports','ioredis','../../../config/environment','redis','defaults','localhost','name','timeout','strategy','beepall','Agents','mapAgentsId','waiting','md5','updateRouting','updateRealtime','prototype','_rr','map','loggedIn'];(function(_0x789aca,_0x2a0c73){var _0x4da655=function(_0x34225e){while(--_0x34225e){_0x789aca['push'](_0x789aca['shift']());}};_0x4da655(++_0x2a0c73);}(_0xc42e,0x13d));var _0xec42=function(_0x2628b0,_0xa51fc9){_0x2628b0=_0x2628b0-0x0;var _0x44c69a=_0xc42e[_0x2628b0];return _0x44c69a;};'use strict';var _=require('lodash');var md5=require('md5');var util=require('util');var Redis=require(_0xec42('0x0'));var config=require(_0xec42('0x1'));config[_0xec42('0x2')]=_[_0xec42('0x3')](config[_0xec42('0x2')],{'host':_0xec42('0x4'),'port':0x18eb});var io=require('socket.io-emitter')(new Redis(config['redis']));function WhatsappQueue(_0x29c39e){this['id']=_0x29c39e['id']||0x0;this[_0xec42('0x5')]=_0x29c39e[_0xec42('0x5')]||'';this[_0xec42('0x6')]=_0x29c39e[_0xec42('0x6')]||0xa;this[_0xec42('0x7')]=_0x29c39e[_0xec42('0x7')]||_0xec42('0x8');this[_0xec42('0x9')]=_0x29c39e[_0xec42('0x9')];this[_0xec42('0xa')]={};this[_0xec42('0xb')]=0x0;this[_0xec42('0xc')]='';this[_0xec42('0xd')]();this[_0xec42('0xe')]();}WhatsappQueue[_0xec42('0xf')]['updateRouting']=function(){var _0x209e51=this[_0xec42('0xa')][_0xec42('0x10')];this['mapAgentsId']=_[_0xec42('0x11')](this['Agents'],'id');this[_0xec42('0xa')][_0xec42('0x10')]=_0x209e51;};WhatsappQueue[_0xec42('0xf')]['updateRealtime']=function(){this[_0xec42('0x12')]=0x0;this[_0xec42('0x13')]=0x0;for(var _0x701bca=0x0;_0x701bca<this[_0xec42('0x9')]['length'];_0x701bca+=0x1){if(this[_0xec42('0x9')][_0x701bca][_0xec42('0x14')]){this[_0xec42('0x12')]+=0x1;}if(this[_0xec42('0x9')][_0x701bca][_0xec42('0x15')]){this[_0xec42('0x13')]+=0x1;}}this[_0xec42('0x16')]=this['loggedIn']-this[_0xec42('0x13')];this[_0xec42('0x16')]=this[_0xec42('0x16')]>=0x0?this['available']:0x0;var _0x46b2fe={'id':this['id'],'available':this[_0xec42('0x16')],'loggedIn':this[_0xec42('0x12')],'name':this[_0xec42('0x5')],'paused':this[_0xec42('0x13')],'waiting':this[_0xec42('0xb')]};var _0x3c3c57=md5(JSON[_0xec42('0x17')](_0x46b2fe));if(this[_0xec42('0xc')]!==_0x3c3c57){this[_0xec42('0xc')]=_0x3c3c57;io['to'](util[_0xec42('0x18')](_0xec42('0x19'),_0x46b2fe['name']))[_0xec42('0x1a')]('whatsapp_queue:save',_0x46b2fe);}};module[_0xec42('0x1b')]=WhatsappQueue;