Built motion from commit 47436d59.|2.6.7
[motion2.git] / server / api / rpc / 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 _0xa8cc=['openchannel','/openchannel/queues/:id','/sms/queues/:id/notify','/whatsapp/queues/:id/notify','whatsapp','/sms/queues/:id','showSmsQueues','/whatsapp/queues/:id','showWhatsappQueues','/agents/:id/notify','agentNotify','util','path','express','Router','../../components/auth/service','./rpc.controller','get','voiceChannels','voiceChannelMixMonitor','/voice/channels/:uniqueid/stopmixmonitor','isAuthenticated','voiceChannelStopMixMonitor','/voice/queues','voiceQueues','/chat/queues','chatQueues','mailQueues','/mail/accounts','openchannelQueues','/sms/queues','smsQueues','/whatsapp/queues','whatsappQueues','/fax/queues','voiceQueuesPreview','/voice/queues/channels','voiceQueuesChannels','/voice/queues/channels/:uniqueid','voiceQueuesChannel','/voice/queues/channels/:uniqueid/redirect/:exten','voiceQueuesChannelRedirect','/voice/queues/:id','showVoiceQueues','put','updateVoiceQueue','/outbound','/outbound/channels','/agents/:id/capacity','agentCapacity','/telephones','telephones','/trunks','/campaigns','campaigns','/fax/accounts','faxAccounts','/chat/queues/waitinginteractions','chatQueuesWaitingInteractions','/mail/queues/waitinginteractions','/openchannel/queues/waitinginteractions','/openchannel/queues/:id/waitinginteractions','smsQueuesWaitingInteractions','/whatsapp/queues/waitinginteractions','whatsappQueuesWaitingInteractions','/fax/queues/waitinginteractions','post','queueNotify','mail','showMailQueues','/chat/queues/:id/notify','chat','/chat/queues/:id','showChatQueues','/fax/queues/:id/notify','fax','/fax/queues/:id','showFaxQueues','/openchannel/queues/:id/notify'];(function(_0x53a934,_0x192e45){var _0x598b79=function(_0xdb7be0){while(--_0xdb7be0){_0x53a934['push'](_0x53a934['shift']());}};_0x598b79(++_0x192e45);}(_0xa8cc,0xf8));var _0xca8c=function(_0x3d9412,_0xe748a7){_0x3d9412=_0x3d9412-0x0;var _0x439822=_0xa8cc[_0x3d9412];return _0x439822;};'use strict';var multer=require('multer');var util=require(_0xca8c('0x0'));var path=require(_0xca8c('0x1'));var express=require(_0xca8c('0x2'));var router=express[_0xca8c('0x3')]();var auth=require(_0xca8c('0x4'));var controller=require(_0xca8c('0x5'));router[_0xca8c('0x6')]('/voice/channels',auth['isAuthenticated'](),controller[_0xca8c('0x7')]);router[_0xca8c('0x6')]('/voice/channels/:uniqueid/mixmonitor',auth['isAuthenticated'](),controller[_0xca8c('0x8')]);router[_0xca8c('0x6')](_0xca8c('0x9'),auth[_0xca8c('0xa')](),controller[_0xca8c('0xb')]);router[_0xca8c('0x6')](_0xca8c('0xc'),auth['isAuthenticated'](),controller[_0xca8c('0xd')]);router[_0xca8c('0x6')](_0xca8c('0xe'),auth['isAuthenticated'](),controller[_0xca8c('0xf')]);router[_0xca8c('0x6')]('/mail/queues',auth[_0xca8c('0xa')](),controller[_0xca8c('0x10')]);router[_0xca8c('0x6')](_0xca8c('0x11'),auth['isAuthenticated'](),controller['mailAccounts']);router['get']('/openchannel/queues',auth[_0xca8c('0xa')](),controller[_0xca8c('0x12')]);router[_0xca8c('0x6')](_0xca8c('0x13'),auth[_0xca8c('0xa')](),controller[_0xca8c('0x14')]);router[_0xca8c('0x6')](_0xca8c('0x15'),auth['isAuthenticated'](),controller[_0xca8c('0x16')]);router[_0xca8c('0x6')](_0xca8c('0x17'),auth[_0xca8c('0xa')](),controller['faxQueues']);router[_0xca8c('0x6')]('/voice/queues/preview/:id',auth['isAuthenticated'](),controller[_0xca8c('0x18')]);router[_0xca8c('0x6')](_0xca8c('0x19'),auth[_0xca8c('0xa')](),controller[_0xca8c('0x1a')]);router[_0xca8c('0x6')](_0xca8c('0x1b'),auth[_0xca8c('0xa')](),controller[_0xca8c('0x1c')]);router[_0xca8c('0x6')]('/voice/queues/channels/:uniqueid/hangup',auth[_0xca8c('0xa')](),controller['voiceQueuesChannelHangup']);router['get'](_0xca8c('0x1d'),auth[_0xca8c('0xa')](),controller[_0xca8c('0x1e')]);router['get'](_0xca8c('0x1f'),auth[_0xca8c('0xa')](),controller[_0xca8c('0x20')]);router[_0xca8c('0x21')](_0xca8c('0x1f'),auth['isAuthenticated'](),controller[_0xca8c('0x22')]);router[_0xca8c('0x6')](_0xca8c('0x23'),auth['isAuthenticated'](),controller['outbound']);router[_0xca8c('0x6')](_0xca8c('0x24'),auth[_0xca8c('0xa')](),controller['outboundChannels']);router[_0xca8c('0x6')]('/agents',auth[_0xca8c('0xa')](),controller['agents']);router['put'](_0xca8c('0x25'),auth[_0xca8c('0xa')](),controller[_0xca8c('0x26')]);router['get'](_0xca8c('0x27'),auth[_0xca8c('0xa')](),controller[_0xca8c('0x28')]);router[_0xca8c('0x6')](_0xca8c('0x29'),auth['isAuthenticated'](),controller['trunks']);router[_0xca8c('0x6')](_0xca8c('0x2a'),auth['isAuthenticated'](),controller[_0xca8c('0x2b')]);router[_0xca8c('0x6')](_0xca8c('0x2c'),auth[_0xca8c('0xa')](),controller[_0xca8c('0x2d')]);router[_0xca8c('0x6')](_0xca8c('0x2e'),auth[_0xca8c('0xa')](),controller[_0xca8c('0x2f')]);router[_0xca8c('0x6')](_0xca8c('0x30'),auth[_0xca8c('0xa')](),controller['mailQueuesWaitingInteractions']);router[_0xca8c('0x6')](_0xca8c('0x31'),auth[_0xca8c('0xa')](),controller['openchannelQueuesWaitingInteractions']);router[_0xca8c('0x6')](_0xca8c('0x32'),auth[_0xca8c('0xa')](),controller['openchannelQueuesIdWaitingInteractions']);router['get']('/sms/queues/waitinginteractions',auth[_0xca8c('0xa')](),controller[_0xca8c('0x33')]);router[_0xca8c('0x6')](_0xca8c('0x34'),auth['isAuthenticated'](),controller[_0xca8c('0x35')]);router[_0xca8c('0x6')](_0xca8c('0x36'),auth['isAuthenticated'](),controller['faxQueuesWaitingInteractions']);router[_0xca8c('0x37')]('/mail/queues/:id/notify',auth[_0xca8c('0xa')](),controller[_0xca8c('0x38')](_0xca8c('0x39')));router[_0xca8c('0x6')]('/mail/queues/:id',auth[_0xca8c('0xa')](),controller[_0xca8c('0x3a')]);router[_0xca8c('0x37')](_0xca8c('0x3b'),auth[_0xca8c('0xa')](),controller['queueNotify'](_0xca8c('0x3c')));router[_0xca8c('0x6')](_0xca8c('0x3d'),auth[_0xca8c('0xa')](),controller[_0xca8c('0x3e')]);router[_0xca8c('0x37')](_0xca8c('0x3f'),auth[_0xca8c('0xa')](),controller[_0xca8c('0x38')](_0xca8c('0x40')));router[_0xca8c('0x6')](_0xca8c('0x41'),auth[_0xca8c('0xa')](),controller[_0xca8c('0x42')]);router[_0xca8c('0x37')](_0xca8c('0x43'),auth[_0xca8c('0xa')](),controller[_0xca8c('0x38')](_0xca8c('0x44')));router['get'](_0xca8c('0x45'),auth[_0xca8c('0xa')](),controller['showOpenchannelQueues']);router[_0xca8c('0x37')](_0xca8c('0x46'),auth['isAuthenticated'](),controller[_0xca8c('0x38')]('sms'));router[_0xca8c('0x37')](_0xca8c('0x47'),auth[_0xca8c('0xa')](),controller['queueNotify'](_0xca8c('0x48')));router['get'](_0xca8c('0x49'),auth['isAuthenticated'](),controller[_0xca8c('0x4a')]);router[_0xca8c('0x6')](_0xca8c('0x4b'),auth['isAuthenticated'](),controller[_0xca8c('0x4c')]);router[_0xca8c('0x37')](_0xca8c('0x4d'),auth[_0xca8c('0xa')](),controller[_0xca8c('0x4e')]);module['exports']=router;