Built motion from commit (unavailable).|2.5.8
[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 _0xcad7=['getFaxQueues','getWhatsappQueues','listen','log','./server','./realtime','./rpc/user','./rpc/interval','./rpc/openchannelQueue','./rpc/chatQueue','./rpc/smsQueue','./rpc/mailQueue','./rpc/faxQueue','./rpc/whatsappQueue','then','getAgents','initAgents','getIntervals','initIntervals','initChatQueues','getSmsQueues','initSmsQueues','initMailQueues'];(function(_0x3ff685,_0x304b9e){var _0x2046c9=function(_0x7a10e9){while(--_0x7a10e9){_0x3ff685['push'](_0x3ff685['shift']());}};_0x2046c9(++_0x304b9e);}(_0xcad7,0x8e));var _0x7cad=function(_0x217ff6,_0x36f75d){_0x217ff6=_0x217ff6-0x0;var _0x417c93=_0xcad7[_0x217ff6];return _0x417c93;};'use strict';var BPromise=require('bluebird');var server=require(_0x7cad('0x0'));var Realtime=require(_0x7cad('0x1'));var user=require(_0x7cad('0x2'));var interval=require(_0x7cad('0x3'));var openchannelQueue=require(_0x7cad('0x4'));var chatQueue=require(_0x7cad('0x5'));var smsQueue=require(_0x7cad('0x6'));var mailQueue=require(_0x7cad('0x7'));var faxQueue=require(_0x7cad('0x8'));var whatsappQueue=require(_0x7cad('0x9'));var realtime=new Realtime();function initRealtime(){return BPromise['resolve']()[_0x7cad('0xa')](user[_0x7cad('0xb')]())['then'](realtime[_0x7cad('0xc')]())[_0x7cad('0xa')](interval[_0x7cad('0xd')]())[_0x7cad('0xa')](realtime[_0x7cad('0xe')]())[_0x7cad('0xa')](openchannelQueue['getOpenchannelQueues']())['then'](realtime['initOpenchannelQueues']())[_0x7cad('0xa')](chatQueue['getChatQueues']())[_0x7cad('0xa')](realtime[_0x7cad('0xf')]())[_0x7cad('0xa')](smsQueue[_0x7cad('0x10')]())[_0x7cad('0xa')](realtime[_0x7cad('0x11')]())[_0x7cad('0xa')](mailQueue['getMailQueues']())[_0x7cad('0xa')](realtime[_0x7cad('0x12')]())[_0x7cad('0xa')](faxQueue[_0x7cad('0x13')]())[_0x7cad('0xa')](realtime['initFaxQueues']())[_0x7cad('0xa')](whatsappQueue[_0x7cad('0x14')]())[_0x7cad('0xa')](realtime['initWhatsappQueues']())[_0x7cad('0xa')](function(){return realtime;});}function main(){return server[_0x7cad('0x15')](realtime)['then'](function(_0x36cd36){return initRealtime();})[_0x7cad('0xa')](function(_0x448ef0){return setInterval(initRealtime,0x1388);})['catch'](function(_0x2a4133){console[_0x7cad('0x16')](_0x2a4133);});}main();