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