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