Built motion from commit b5a10faa.|2.6.13
[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 _0xf667=['initFaxQueues','getWhatsappQueues','initWhatsappQueues','listen','catch','log','bluebird','./server','./realtime','./rpc/interval','./rpc/smsQueue','./rpc/mailQueue','./rpc/faxQueue','./rpc/whatsappQueue','resolve','then','getAgents','getIntervals','initIntervals','getOpenchannelQueues','getChatQueues','initChatQueues','getSmsQueues','initSmsQueues','getMailQueues','initMailQueues','getFaxQueues'];(function(_0x2d7f0e,_0x3e6fbd){var _0x110b07=function(_0x557b00){while(--_0x557b00){_0x2d7f0e['push'](_0x2d7f0e['shift']());}};_0x110b07(++_0x3e6fbd);}(_0xf667,0x72));var _0x7f66=function(_0x58dc25,_0x49b9d5){_0x58dc25=_0x58dc25-0x0;var _0x21b0a7=_0xf667[_0x58dc25];return _0x21b0a7;};'use strict';var BPromise=require(_0x7f66('0x0'));var server=require(_0x7f66('0x1'));var Realtime=require(_0x7f66('0x2'));var user=require('./rpc/user');var interval=require(_0x7f66('0x3'));var openchannelQueue=require('./rpc/openchannelQueue');var chatQueue=require('./rpc/chatQueue');var smsQueue=require(_0x7f66('0x4'));var mailQueue=require(_0x7f66('0x5'));var faxQueue=require(_0x7f66('0x6'));var whatsappQueue=require(_0x7f66('0x7'));var realtime=new Realtime();function initRealtime(){return BPromise[_0x7f66('0x8')]()[_0x7f66('0x9')](user[_0x7f66('0xa')]())[_0x7f66('0x9')](realtime['initAgents']())[_0x7f66('0x9')](interval[_0x7f66('0xb')]())['then'](realtime[_0x7f66('0xc')]())[_0x7f66('0x9')](openchannelQueue[_0x7f66('0xd')]())['then'](realtime['initOpenchannelQueues']())['then'](chatQueue[_0x7f66('0xe')]())[_0x7f66('0x9')](realtime[_0x7f66('0xf')]())[_0x7f66('0x9')](smsQueue[_0x7f66('0x10')]())[_0x7f66('0x9')](realtime[_0x7f66('0x11')]())['then'](mailQueue[_0x7f66('0x12')]())[_0x7f66('0x9')](realtime[_0x7f66('0x13')]())[_0x7f66('0x9')](faxQueue[_0x7f66('0x14')]())[_0x7f66('0x9')](realtime[_0x7f66('0x15')]())[_0x7f66('0x9')](whatsappQueue[_0x7f66('0x16')]())['then'](realtime[_0x7f66('0x17')]())[_0x7f66('0x9')](function(){return realtime;});}function main(){return server[_0x7f66('0x18')](realtime)[_0x7f66('0x9')](function(_0x4bb7f5){return initRealtime();})['then'](function(_0x151861){return setInterval(initRealtime,0x1388);})[_0x7f66('0x19')](function(_0x370bea){console[_0x7f66('0x1a')](_0x370bea);});}main();