Built motion from commit 9d0783e6.|2.6.13
[motion2.git] / server / config / schedule / whatsapp.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 _0xedf0=['hours','then','length','[WHATSAPP]\x20Interactions\x20to\x20close:','join','update','system','timeout','YYYY-MM-DD\x20HH:mm:ss','info','[WHATSAPP]\x20Sending\x20updates\x20for\x20interactions:','emit','catch','error','[WHATSAPP]\x20Error\x20closing\x20interactions','inspect','start','lodash','moment','util','../../mysqldb','../logger','schedule','defaults','redis','localhost','socket.io-emitter','WhatsappInteraction','subtract'];(function(_0x2794c6,_0x53cd52){var _0x56774f=function(_0x1f1719){while(--_0x1f1719){_0x2794c6['push'](_0x2794c6['shift']());}};_0x56774f(++_0x53cd52);}(_0xedf0,0xbf));var _0x0edf=function(_0x512550,_0x6a8b6f){_0x512550=_0x512550-0x0;var _0x19f661=_0xedf0[_0x512550];return _0x19f661;};'use strict';var _=require(_0x0edf('0x0'));var moment=require(_0x0edf('0x1'));var Redis=require('ioredis');var util=require(_0x0edf('0x2'));var config=require('../../config/environment');var db=require(_0x0edf('0x3'))['db'];var logger=require(_0x0edf('0x4'))(_0x0edf('0x5'));config['redis']=_[_0x0edf('0x6')](config[_0x0edf('0x7')],{'host':_0x0edf('0x8'),'port':0x18eb});var io=require(_0x0edf('0x9'))(new Redis(config[_0x0edf('0x7')]));function closeInteractions(){var _0x3917bb=[];return db[_0x0edf('0xa')]['findAll']({'raw':!![],'attributes':['id','lastMsgAt'],'where':{'closed':![],'lastMsgDirection':'in','lastMsgAt':{'$lt':moment()[_0x0edf('0xb')](0x18,_0x0edf('0xc'))}}})[_0x0edf('0xd')](function(_0x54b8ce){if(_0x54b8ce&&_0x54b8ce[_0x0edf('0xe')]){_0x3917bb=_['map'](_0x54b8ce||[],'id');logger['info'](_0x0edf('0xf'),_0x3917bb[_0x0edf('0x10')]());return db['WhatsappInteraction'][_0x0edf('0x11')]({'closeReason':_0x0edf('0x12'),'disposition':_0x0edf('0x13'),'closed':!![],'closedAt':moment()['format'](_0x0edf('0x14'))},{'where':{'id':_0x3917bb}});}})[_0x0edf('0xd')](function(){if(_0x3917bb&&_0x3917bb[_0x0edf('0xe')]){logger[_0x0edf('0x15')](_0x0edf('0x16'),_0x3917bb[_0x0edf('0x10')]());for(var _0x18d5a9=0x0;_0x18d5a9<_0x3917bb['length'];_0x18d5a9++){io[_0x0edf('0x17')]('whatsappInteraction:update',{'id':_0x3917bb[_0x18d5a9],'closed':!![]});}}})[_0x0edf('0x18')](function(_0x110059){logger[_0x0edf('0x19')](_0x0edf('0x1a'),_0x110059?util[_0x0edf('0x1b')](_0x110059,{'showHidden':![],'depth':null}):'');});}exports[_0x0edf('0x1c')]=function(){setInterval(function(){return closeInteractions();},0x3c*0x3e8);return closeInteractions();};