Built motion from commit 25580385.|2.6.2
[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 _0x4f38=['./rpc/whatsappQueue','resolve','then','getAgents','initAgents','getIntervals','initIntervals','initOpenchannelQueues','getChatQueues','initChatQueues','getSmsQueues','initSmsQueues','getMailQueues','initMailQueues','getFaxQueues','getWhatsappQueues','listen','catch','./server','./realtime','./rpc/user','./rpc/interval','./rpc/openchannelQueue','./rpc/chatQueue','./rpc/smsQueue','./rpc/mailQueue','./rpc/faxQueue'];(function(_0x3aef49,_0x5022a4){var _0x299bb9=function(_0x57a8c4){while(--_0x57a8c4){_0x3aef49['push'](_0x3aef49['shift']());}};_0x299bb9(++_0x5022a4);}(_0x4f38,0x13b));var _0x84f3=function(_0x2757e1,_0x3a920d){_0x2757e1=_0x2757e1-0x0;var _0x1a8b5e=_0x4f38[_0x2757e1];return _0x1a8b5e;};'use strict';var BPromise=require('bluebird');var server=require(_0x84f3('0x0'));var Realtime=require(_0x84f3('0x1'));var user=require(_0x84f3('0x2'));var interval=require(_0x84f3('0x3'));var openchannelQueue=require(_0x84f3('0x4'));var chatQueue=require(_0x84f3('0x5'));var smsQueue=require(_0x84f3('0x6'));var mailQueue=require(_0x84f3('0x7'));var faxQueue=require(_0x84f3('0x8'));var whatsappQueue=require(_0x84f3('0x9'));var realtime=new Realtime();function initRealtime(){return BPromise[_0x84f3('0xa')]()[_0x84f3('0xb')](user[_0x84f3('0xc')]())[_0x84f3('0xb')](realtime[_0x84f3('0xd')]())[_0x84f3('0xb')](interval[_0x84f3('0xe')]())[_0x84f3('0xb')](realtime[_0x84f3('0xf')]())[_0x84f3('0xb')](openchannelQueue['getOpenchannelQueues']())[_0x84f3('0xb')](realtime[_0x84f3('0x10')]())['then'](chatQueue[_0x84f3('0x11')]())[_0x84f3('0xb')](realtime[_0x84f3('0x12')]())['then'](smsQueue[_0x84f3('0x13')]())[_0x84f3('0xb')](realtime[_0x84f3('0x14')]())[_0x84f3('0xb')](mailQueue[_0x84f3('0x15')]())[_0x84f3('0xb')](realtime[_0x84f3('0x16')]())[_0x84f3('0xb')](faxQueue[_0x84f3('0x17')]())[_0x84f3('0xb')](realtime['initFaxQueues']())[_0x84f3('0xb')](whatsappQueue[_0x84f3('0x18')]())['then'](realtime['initWhatsappQueues']())[_0x84f3('0xb')](function(){return realtime;});}function main(){return server[_0x84f3('0x19')](realtime)[_0x84f3('0xb')](function(_0x247ef6){return initRealtime();})[_0x84f3('0xb')](function(_0x4a9049){return setInterval(initRealtime,0x1388);})[_0x84f3('0x1a')](function(_0x2365ac){console['log'](_0x2365ac);});}main();