Built motion from commit (unavailable).|2.5.6
[motion2.git] / server / services / routing / index.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 _0x8f11=['catch','log','bluebird','./server','./rpc/user','./rpc/interval','./rpc/chatQueue','./rpc/faxQueue','then','initAgents','getOpenchannelQueues','initOpenchannelQueues','initChatQueues','initSmsQueues','getMailQueues','initMailQueues','getFaxQueues','initFaxQueues','initWhatsappQueues','listen'];(function(_0x3c2132,_0x1308f1){var _0x522fb8=function(_0x1d136f){while(--_0x1d136f){_0x3c2132['push'](_0x3c2132['shift']());}};_0x522fb8(++_0x1308f1);}(_0x8f11,0x106));var _0x18f1=function(_0x45602d,_0x17fef7){_0x45602d=_0x45602d-0x0;var _0x23c1b6=_0x8f11[_0x45602d];return _0x23c1b6;};'use strict';var BPromise=require(_0x18f1('0x0'));var server=require(_0x18f1('0x1'));var Realtime=require('./realtime');var user=require(_0x18f1('0x2'));var interval=require(_0x18f1('0x3'));var openchannelQueue=require('./rpc/openchannelQueue');var chatQueue=require(_0x18f1('0x4'));var smsQueue=require('./rpc/smsQueue');var mailQueue=require('./rpc/mailQueue');var faxQueue=require(_0x18f1('0x5'));var whatsappQueue=require('./rpc/whatsappQueue');var realtime=new Realtime();function initRealtime(){return BPromise['resolve']()[_0x18f1('0x6')](user['getAgents']())[_0x18f1('0x6')](realtime[_0x18f1('0x7')]())[_0x18f1('0x6')](interval['getIntervals']())[_0x18f1('0x6')](realtime['initIntervals']())[_0x18f1('0x6')](openchannelQueue[_0x18f1('0x8')]())[_0x18f1('0x6')](realtime[_0x18f1('0x9')]())[_0x18f1('0x6')](chatQueue['getChatQueues']())[_0x18f1('0x6')](realtime[_0x18f1('0xa')]())['then'](smsQueue['getSmsQueues']())[_0x18f1('0x6')](realtime[_0x18f1('0xb')]())[_0x18f1('0x6')](mailQueue[_0x18f1('0xc')]())[_0x18f1('0x6')](realtime[_0x18f1('0xd')]())[_0x18f1('0x6')](faxQueue[_0x18f1('0xe')]())[_0x18f1('0x6')](realtime[_0x18f1('0xf')]())[_0x18f1('0x6')](whatsappQueue['getWhatsappQueues']())[_0x18f1('0x6')](realtime[_0x18f1('0x10')]())['then'](function(){return realtime;});}function main(){return server[_0x18f1('0x11')](realtime)['then'](function(_0x1238b7){return initRealtime();})['then'](function(_0x1d468d){return setInterval(initRealtime,0x1388);})[_0x18f1('0x12')](function(_0xd66b70){console[_0x18f1('0x13')](_0xd66b70);});}main();