Built motion from commit (unavailable).|2.5.8
[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 _0x7d97=['util','ioredis','../../../config/environment','redis','socket.io-emitter','name','timeout','strategy','Agents','mapAgentsId','waiting','md5','updateRouting','updateRealtime','prototype','_rr','map','loggedIn','paused','length','online','available','stringify','format','whatsapp:queue:%s','whatsapp_queue:save','lodash'];(function(_0x4b369d,_0x265eb8){var _0x571a98=function(_0x56341a){while(--_0x56341a){_0x4b369d['push'](_0x4b369d['shift']());}};_0x571a98(++_0x265eb8);}(_0x7d97,0x128));var _0x77d9=function(_0x3a329b,_0x3d14a7){_0x3a329b=_0x3a329b-0x0;var _0x1c47bd=_0x7d97[_0x3a329b];return _0x1c47bd;};'use strict';var _=require(_0x77d9('0x0'));var md5=require('md5');var util=require(_0x77d9('0x1'));var Redis=require(_0x77d9('0x2'));var config=require(_0x77d9('0x3'));config[_0x77d9('0x4')]=_['defaults'](config[_0x77d9('0x4')],{'host':'localhost','port':0x18eb});var io=require(_0x77d9('0x5'))(new Redis(config[_0x77d9('0x4')]));function WhatsappQueue(_0x356bd4){this['id']=_0x356bd4['id']||0x0;this[_0x77d9('0x6')]=_0x356bd4['name']||'';this[_0x77d9('0x7')]=_0x356bd4['timeout']||0xa;this[_0x77d9('0x8')]=_0x356bd4[_0x77d9('0x8')]||'beepall';this['Agents']=_0x356bd4[_0x77d9('0x9')];this[_0x77d9('0xa')]={};this[_0x77d9('0xb')]=0x0;this[_0x77d9('0xc')]='';this[_0x77d9('0xd')]();this[_0x77d9('0xe')]();}WhatsappQueue[_0x77d9('0xf')][_0x77d9('0xd')]=function(){var _0x3361f8=this['mapAgentsId'][_0x77d9('0x10')];this[_0x77d9('0xa')]=_[_0x77d9('0x11')](this[_0x77d9('0x9')],'id');this[_0x77d9('0xa')][_0x77d9('0x10')]=_0x3361f8;};WhatsappQueue['prototype'][_0x77d9('0xe')]=function(){this[_0x77d9('0x12')]=0x0;this[_0x77d9('0x13')]=0x0;for(var _0x17d4bf=0x0;_0x17d4bf<this[_0x77d9('0x9')][_0x77d9('0x14')];_0x17d4bf+=0x1){if(this[_0x77d9('0x9')][_0x17d4bf][_0x77d9('0x15')]){this[_0x77d9('0x12')]+=0x1;}if(this[_0x77d9('0x9')][_0x17d4bf]['whatsappPause']){this['paused']+=0x1;}}this[_0x77d9('0x16')]=this[_0x77d9('0x12')]-this['paused'];this[_0x77d9('0x16')]=this[_0x77d9('0x16')]>=0x0?this[_0x77d9('0x16')]:0x0;var _0x4f1ac5={'id':this['id'],'available':this[_0x77d9('0x16')],'loggedIn':this[_0x77d9('0x12')],'name':this[_0x77d9('0x6')],'paused':this[_0x77d9('0x13')],'waiting':this[_0x77d9('0xb')]};var _0x2404aa=md5(JSON[_0x77d9('0x17')](_0x4f1ac5));if(this[_0x77d9('0xc')]!==_0x2404aa){this[_0x77d9('0xc')]=_0x2404aa;io['to'](util[_0x77d9('0x18')](_0x77d9('0x19'),_0x4f1ac5[_0x77d9('0x6')]))['emit'](_0x77d9('0x1a'),_0x4f1ac5);}};module['exports']=WhatsappQueue;