Built motion from commit 1fa89557.|2.6.10
[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 _0xcfb1=['whatsapp:queue:%s','whatsapp_queue:save','lodash','md5','util','ioredis','../../../config/environment','redis','localhost','socket.io-emitter','name','timeout','strategy','Agents','mapAgentsId','waiting','updateRouting','updateRealtime','prototype','_rr','map','loggedIn','paused','online','whatsappPause','available','format'];(function(_0x437b02,_0x34b630){var _0xf8c681=function(_0x28f83e){while(--_0x28f83e){_0x437b02['push'](_0x437b02['shift']());}};_0xf8c681(++_0x34b630);}(_0xcfb1,0xa4));var _0x1cfb=function(_0x2fe58d,_0x36c8da){_0x2fe58d=_0x2fe58d-0x0;var _0x2d7de1=_0xcfb1[_0x2fe58d];return _0x2d7de1;};'use strict';var _=require(_0x1cfb('0x0'));var md5=require(_0x1cfb('0x1'));var util=require(_0x1cfb('0x2'));var Redis=require(_0x1cfb('0x3'));var config=require(_0x1cfb('0x4'));config['redis']=_['defaults'](config[_0x1cfb('0x5')],{'host':_0x1cfb('0x6'),'port':0x18eb});var io=require(_0x1cfb('0x7'))(new Redis(config[_0x1cfb('0x5')]));function WhatsappQueue(_0x908648){this['id']=_0x908648['id']||0x0;this[_0x1cfb('0x8')]=_0x908648[_0x1cfb('0x8')]||'';this[_0x1cfb('0x9')]=_0x908648[_0x1cfb('0x9')]||0xa;this[_0x1cfb('0xa')]=_0x908648[_0x1cfb('0xa')]||'beepall';this[_0x1cfb('0xb')]=_0x908648[_0x1cfb('0xb')];this[_0x1cfb('0xc')]={};this[_0x1cfb('0xd')]=0x0;this[_0x1cfb('0x1')]='';this[_0x1cfb('0xe')]();this[_0x1cfb('0xf')]();}WhatsappQueue[_0x1cfb('0x10')][_0x1cfb('0xe')]=function(){var _0x4204c9=this['mapAgentsId'][_0x1cfb('0x11')];this[_0x1cfb('0xc')]=_[_0x1cfb('0x12')](this[_0x1cfb('0xb')],'id');this[_0x1cfb('0xc')][_0x1cfb('0x11')]=_0x4204c9;};WhatsappQueue[_0x1cfb('0x10')][_0x1cfb('0xf')]=function(){this[_0x1cfb('0x13')]=0x0;this[_0x1cfb('0x14')]=0x0;for(var _0x1176f2=0x0;_0x1176f2<this[_0x1cfb('0xb')]['length'];_0x1176f2+=0x1){if(this['Agents'][_0x1176f2][_0x1cfb('0x15')]){this[_0x1cfb('0x13')]+=0x1;}if(this[_0x1cfb('0xb')][_0x1176f2][_0x1cfb('0x16')]){this[_0x1cfb('0x14')]+=0x1;}}this['available']=this[_0x1cfb('0x13')]-this[_0x1cfb('0x14')];this[_0x1cfb('0x17')]=this[_0x1cfb('0x17')]>=0x0?this[_0x1cfb('0x17')]:0x0;var _0x1740be={'id':this['id'],'available':this[_0x1cfb('0x17')],'loggedIn':this[_0x1cfb('0x13')],'name':this[_0x1cfb('0x8')],'paused':this[_0x1cfb('0x14')],'waiting':this['waiting']};var _0x4731a0=md5(JSON['stringify'](_0x1740be));if(this[_0x1cfb('0x1')]!==_0x4731a0){this[_0x1cfb('0x1')]=_0x4731a0;io['to'](util[_0x1cfb('0x18')](_0x1cfb('0x19'),_0x1740be['name']))['emit'](_0x1cfb('0x1a'),_0x1740be);}};module['exports']=WhatsappQueue;