Built motion from commit b5996064.|2.6.21
[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 _0x757f=['getOpenchannelQueues','getChatQueues','initChatQueues','getSmsQueues','getMailQueues','getFaxQueues','initFaxQueues','getWhatsappQueues','initWhatsappQueues','listen','catch','log','./server','./realtime','./rpc/interval','./rpc/chatQueue','./rpc/smsQueue','./rpc/faxQueue','./rpc/whatsappQueue','resolve','then','initAgents','getIntervals','initIntervals'];(function(_0x199a18,_0x100981){var _0x5a70e6=function(_0x806ed3){while(--_0x806ed3){_0x199a18['push'](_0x199a18['shift']());}};_0x5a70e6(++_0x100981);}(_0x757f,0x174));var _0xf757=function(_0x5a9b6c,_0x30ccd0){_0x5a9b6c=_0x5a9b6c-0x0;var _0x72bed=_0x757f[_0x5a9b6c];return _0x72bed;};'use strict';var BPromise=require('bluebird');var server=require(_0xf757('0x0'));var Realtime=require(_0xf757('0x1'));var user=require('./rpc/user');var interval=require(_0xf757('0x2'));var openchannelQueue=require('./rpc/openchannelQueue');var chatQueue=require(_0xf757('0x3'));var smsQueue=require(_0xf757('0x4'));var mailQueue=require('./rpc/mailQueue');var faxQueue=require(_0xf757('0x5'));var whatsappQueue=require(_0xf757('0x6'));var realtime=new Realtime();function initRealtime(){return BPromise[_0xf757('0x7')]()[_0xf757('0x8')](user['getAgents']())[_0xf757('0x8')](realtime[_0xf757('0x9')]())['then'](interval[_0xf757('0xa')]())[_0xf757('0x8')](realtime[_0xf757('0xb')]())[_0xf757('0x8')](openchannelQueue[_0xf757('0xc')]())[_0xf757('0x8')](realtime['initOpenchannelQueues']())['then'](chatQueue[_0xf757('0xd')]())[_0xf757('0x8')](realtime[_0xf757('0xe')]())[_0xf757('0x8')](smsQueue[_0xf757('0xf')]())[_0xf757('0x8')](realtime['initSmsQueues']())['then'](mailQueue[_0xf757('0x10')]())['then'](realtime['initMailQueues']())[_0xf757('0x8')](faxQueue[_0xf757('0x11')]())[_0xf757('0x8')](realtime[_0xf757('0x12')]())[_0xf757('0x8')](whatsappQueue[_0xf757('0x13')]())['then'](realtime[_0xf757('0x14')]())['then'](function(){return realtime;});}function main(){return server[_0xf757('0x15')](realtime)[_0xf757('0x8')](function(_0x3a729f){return initRealtime();})['then'](function(_0x25e8a1){return setInterval(initRealtime,0x1388);})[_0xf757('0x16')](function(_0x342d12){console[_0xf757('0x17')](_0x342d12);});}main();