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