Built motion from commit e02f907f.|2.6.14
[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 _0x2c1d=['../../../config/environment','defaults','redis','localhost','name','timeout','strategy','beepall','mapAgentsId','waiting','updateRouting','updateRealtime','prototype','_rr','map','paused','Agents','length','online','whatsappPause','loggedIn','available','format','whatsapp:queue:%s','whatsapp_queue:save','exports','lodash','md5','util','ioredis'];(function(_0x18e4d3,_0xd34561){var _0x164e7f=function(_0x4c1f05){while(--_0x4c1f05){_0x18e4d3['push'](_0x18e4d3['shift']());}};_0x164e7f(++_0xd34561);}(_0x2c1d,0x1a0));var _0xd2c1=function(_0x321bb2,_0x202794){_0x321bb2=_0x321bb2-0x0;var _0x9c12ed=_0x2c1d[_0x321bb2];return _0x9c12ed;};'use strict';var _=require(_0xd2c1('0x0'));var md5=require(_0xd2c1('0x1'));var util=require(_0xd2c1('0x2'));var Redis=require(_0xd2c1('0x3'));var config=require(_0xd2c1('0x4'));config['redis']=_[_0xd2c1('0x5')](config[_0xd2c1('0x6')],{'host':_0xd2c1('0x7'),'port':0x18eb});var io=require('socket.io-emitter')(new Redis(config[_0xd2c1('0x6')]));function WhatsappQueue(_0x2532e5){this['id']=_0x2532e5['id']||0x0;this[_0xd2c1('0x8')]=_0x2532e5[_0xd2c1('0x8')]||'';this[_0xd2c1('0x9')]=_0x2532e5[_0xd2c1('0x9')]||0xa;this[_0xd2c1('0xa')]=_0x2532e5[_0xd2c1('0xa')]||_0xd2c1('0xb');this['Agents']=_0x2532e5['Agents'];this[_0xd2c1('0xc')]={};this[_0xd2c1('0xd')]=0x0;this[_0xd2c1('0x1')]='';this[_0xd2c1('0xe')]();this[_0xd2c1('0xf')]();}WhatsappQueue[_0xd2c1('0x10')][_0xd2c1('0xe')]=function(){var _0x424b03=this[_0xd2c1('0xc')][_0xd2c1('0x11')];this[_0xd2c1('0xc')]=_[_0xd2c1('0x12')](this['Agents'],'id');this[_0xd2c1('0xc')][_0xd2c1('0x11')]=_0x424b03;};WhatsappQueue['prototype'][_0xd2c1('0xf')]=function(){this['loggedIn']=0x0;this[_0xd2c1('0x13')]=0x0;for(var _0x3c7e7e=0x0;_0x3c7e7e<this[_0xd2c1('0x14')][_0xd2c1('0x15')];_0x3c7e7e+=0x1){if(this[_0xd2c1('0x14')][_0x3c7e7e][_0xd2c1('0x16')]){this['loggedIn']+=0x1;}if(this[_0xd2c1('0x14')][_0x3c7e7e][_0xd2c1('0x17')]){this[_0xd2c1('0x13')]+=0x1;}}this['available']=this[_0xd2c1('0x18')]-this['paused'];this[_0xd2c1('0x19')]=this[_0xd2c1('0x19')]>=0x0?this[_0xd2c1('0x19')]:0x0;var _0x39b502={'id':this['id'],'available':this[_0xd2c1('0x19')],'loggedIn':this[_0xd2c1('0x18')],'name':this['name'],'paused':this[_0xd2c1('0x13')],'waiting':this['waiting']};var _0x4dd56b=md5(JSON['stringify'](_0x39b502));if(this[_0xd2c1('0x1')]!==_0x4dd56b){this[_0xd2c1('0x1')]=_0x4dd56b;io['to'](util[_0xd2c1('0x1a')](_0xd2c1('0x1b'),_0x39b502[_0xd2c1('0x8')]))['emit'](_0xd2c1('0x1c'),_0x39b502);}};module[_0xd2c1('0x1d')]=WhatsappQueue;