Built motion from commit (unavailable).|2.5.6
[motion2.git] / server / api / rpc / index.js
index fe2cd24..c7f63ca 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x49f5=['/mail/queues/:id','/chat/queues/:id/notify','queueNotify','chat','fax','/fax/queues/:id','showFaxQueues','/openchannel/queues/:id/notify','openchannel','showOpenchannelQueues','/sms/queues/:id/notify','sms','/whatsapp/queues/:id/notify','/sms/queues/:id','/whatsapp/queues/:id','showWhatsappQueues','agentNotify','exports','path','express','Router','./rpc.controller','get','isAuthenticated','voiceChannels','/voice/channels/:uniqueid/mixmonitor','voiceChannelMixMonitor','/voice/queues','voiceQueues','/chat/queues','chatQueues','/mail/queues','mailQueues','/mail/accounts','mailAccounts','/openchannel/queues','openchannelQueues','/sms/queues','smsQueues','/fax/queues','faxQueues','/voice/queues/preview/:id','/voice/queues/channels','voiceQueuesChannels','/voice/queues/channels/:uniqueid','/voice/queues/channels/:uniqueid/hangup','voiceQueuesChannelHangup','/voice/queues/channels/:uniqueid/redirect/:exten','voiceQueuesChannelRedirect','/voice/queues/:id','/outbound','outbound','/outbound/channels','outboundChannels','agents','agentCapacity','/telephones','telephones','/campaigns','campaigns','faxAccounts','/chat/queues/waitinginteractions','/mail/queues/waitinginteractions','mailQueuesWaitingInteractions','openchannelQueuesWaitingInteractions','/sms/queues/waitinginteractions','smsQueuesWaitingInteractions','whatsappQueuesWaitingInteractions','faxQueuesWaitingInteractions','post','/mail/queues/:id/notify','mail'];(function(_0x2dafbe,_0x5d04de){var _0x58a45a=function(_0x50ac96){while(--_0x50ac96){_0x2dafbe['push'](_0x2dafbe['shift']());}};_0x58a45a(++_0x5d04de);}(_0x49f5,0xea));var _0x549f=function(_0x5f91e8,_0x4f9e0c){_0x5f91e8=_0x5f91e8-0x0;var _0x75f1bf=_0x49f5[_0x5f91e8];return _0x75f1bf;};'use strict';var multer=require('multer');var util=require('util');var path=require(_0x549f('0x0'));var express=require(_0x549f('0x1'));var router=express[_0x549f('0x2')]();var auth=require('../../components/auth/service');var controller=require(_0x549f('0x3'));router[_0x549f('0x4')]('/voice/channels',auth[_0x549f('0x5')](),controller[_0x549f('0x6')]);router[_0x549f('0x4')](_0x549f('0x7'),auth['isAuthenticated'](),controller[_0x549f('0x8')]);router[_0x549f('0x4')]('/voice/channels/:uniqueid/stopmixmonitor',auth[_0x549f('0x5')](),controller['voiceChannelStopMixMonitor']);router[_0x549f('0x4')](_0x549f('0x9'),auth['isAuthenticated'](),controller[_0x549f('0xa')]);router[_0x549f('0x4')](_0x549f('0xb'),auth[_0x549f('0x5')](),controller[_0x549f('0xc')]);router[_0x549f('0x4')](_0x549f('0xd'),auth[_0x549f('0x5')](),controller[_0x549f('0xe')]);router[_0x549f('0x4')](_0x549f('0xf'),auth['isAuthenticated'](),controller[_0x549f('0x10')]);router[_0x549f('0x4')](_0x549f('0x11'),auth['isAuthenticated'](),controller[_0x549f('0x12')]);router['get'](_0x549f('0x13'),auth['isAuthenticated'](),controller[_0x549f('0x14')]);router[_0x549f('0x4')]('/whatsapp/queues',auth['isAuthenticated'](),controller['whatsappQueues']);router[_0x549f('0x4')](_0x549f('0x15'),auth[_0x549f('0x5')](),controller[_0x549f('0x16')]);router[_0x549f('0x4')](_0x549f('0x17'),auth['isAuthenticated'](),controller['voiceQueuesPreview']);router[_0x549f('0x4')](_0x549f('0x18'),auth[_0x549f('0x5')](),controller[_0x549f('0x19')]);router[_0x549f('0x4')](_0x549f('0x1a'),auth['isAuthenticated'](),controller['voiceQueuesChannel']);router[_0x549f('0x4')](_0x549f('0x1b'),auth['isAuthenticated'](),controller[_0x549f('0x1c')]);router[_0x549f('0x4')](_0x549f('0x1d'),auth['isAuthenticated'](),controller[_0x549f('0x1e')]);router['get'](_0x549f('0x1f'),auth['isAuthenticated'](),controller['showVoiceQueues']);router[_0x549f('0x4')](_0x549f('0x20'),auth[_0x549f('0x5')](),controller[_0x549f('0x21')]);router[_0x549f('0x4')](_0x549f('0x22'),auth['isAuthenticated'](),controller[_0x549f('0x23')]);router[_0x549f('0x4')]('/agents',auth[_0x549f('0x5')](),controller[_0x549f('0x24')]);router['put']('/agents/:id/capacity',auth['isAuthenticated'](),controller[_0x549f('0x25')]);router['get'](_0x549f('0x26'),auth['isAuthenticated'](),controller[_0x549f('0x27')]);router[_0x549f('0x4')]('/trunks',auth[_0x549f('0x5')](),controller['trunks']);router[_0x549f('0x4')](_0x549f('0x28'),auth[_0x549f('0x5')](),controller[_0x549f('0x29')]);router['get']('/fax/accounts',auth[_0x549f('0x5')](),controller[_0x549f('0x2a')]);router['get'](_0x549f('0x2b'),auth['isAuthenticated'](),controller['chatQueuesWaitingInteractions']);router['get'](_0x549f('0x2c'),auth[_0x549f('0x5')](),controller[_0x549f('0x2d')]);router[_0x549f('0x4')]('/openchannel/queues/waitinginteractions',auth[_0x549f('0x5')](),controller[_0x549f('0x2e')]);router[_0x549f('0x4')](_0x549f('0x2f'),auth['isAuthenticated'](),controller[_0x549f('0x30')]);router['get']('/whatsapp/queues/waitinginteractions',auth[_0x549f('0x5')](),controller[_0x549f('0x31')]);router[_0x549f('0x4')]('/fax/queues/waitinginteractions',auth['isAuthenticated'](),controller[_0x549f('0x32')]);router[_0x549f('0x33')](_0x549f('0x34'),auth[_0x549f('0x5')](),controller['queueNotify'](_0x549f('0x35')));router['get'](_0x549f('0x36'),auth[_0x549f('0x5')](),controller['showMailQueues']);router[_0x549f('0x33')](_0x549f('0x37'),auth['isAuthenticated'](),controller[_0x549f('0x38')](_0x549f('0x39')));router[_0x549f('0x4')]('/chat/queues/:id',auth[_0x549f('0x5')](),controller['showChatQueues']);router[_0x549f('0x33')]('/fax/queues/:id/notify',auth[_0x549f('0x5')](),controller[_0x549f('0x38')](_0x549f('0x3a')));router['get'](_0x549f('0x3b'),auth[_0x549f('0x5')](),controller[_0x549f('0x3c')]);router[_0x549f('0x33')](_0x549f('0x3d'),auth['isAuthenticated'](),controller['queueNotify'](_0x549f('0x3e')));router[_0x549f('0x4')]('/openchannel/queues/:id',auth[_0x549f('0x5')](),controller[_0x549f('0x3f')]);router['post'](_0x549f('0x40'),auth[_0x549f('0x5')](),controller[_0x549f('0x38')](_0x549f('0x41')));router[_0x549f('0x33')](_0x549f('0x42'),auth['isAuthenticated'](),controller[_0x549f('0x38')]('whatsapp'));router['get'](_0x549f('0x43'),auth['isAuthenticated'](),controller['showSmsQueues']);router[_0x549f('0x4')](_0x549f('0x44'),auth[_0x549f('0x5')](),controller[_0x549f('0x45')]);router['post']('/agents/:id/notify',auth[_0x549f('0x5')](),controller[_0x549f('0x46')]);module[_0x549f('0x47')]=router;
\ No newline at end of file
+var _0x46f9=['voiceQueuesChannels','/voice/queues/channels/:uniqueid','voiceQueuesChannelHangup','voiceQueuesChannelRedirect','/voice/queues/:id','showVoiceQueues','/outbound','outbound','/outbound/channels','outboundChannels','agents','put','/agents/:id/capacity','agentCapacity','/telephones','telephones','/trunks','/campaigns','campaigns','/fax/accounts','faxAccounts','/chat/queues/waitinginteractions','chatQueuesWaitingInteractions','/mail/queues/waitinginteractions','mailQueuesWaitingInteractions','openchannelQueuesWaitingInteractions','/sms/queues/waitinginteractions','smsQueuesWaitingInteractions','whatsappQueuesWaitingInteractions','/fax/queues/waitinginteractions','faxQueuesWaitingInteractions','post','queueNotify','/mail/queues/:id','showMailQueues','/chat/queues/:id/notify','chat','/chat/queues/:id','showChatQueues','/fax/queues/:id/notify','fax','showFaxQueues','/openchannel/queues/:id/notify','openchannel','/sms/queues/:id/notify','sms','/whatsapp/queues/:id/notify','whatsapp','/sms/queues/:id','showSmsQueues','/agents/:id/notify','agentNotify','exports','multer','util','path','express','Router','../../components/auth/service','./rpc.controller','get','isAuthenticated','voiceChannels','/voice/channels/:uniqueid/mixmonitor','voiceChannelMixMonitor','/voice/channels/:uniqueid/stopmixmonitor','voiceChannelStopMixMonitor','voiceQueues','/chat/queues','chatQueues','mailAccounts','/openchannel/queues','openchannelQueues','/sms/queues','smsQueues','/fax/queues','faxQueues','/voice/queues/preview/:id','voiceQueuesPreview','/voice/queues/channels'];(function(_0x4c7935,_0x4a53fb){var _0x30651d=function(_0x12f35f){while(--_0x12f35f){_0x4c7935['push'](_0x4c7935['shift']());}};_0x30651d(++_0x4a53fb);}(_0x46f9,0xd5));var _0x946f=function(_0x35612b,_0x311ffd){_0x35612b=_0x35612b-0x0;var _0x4452bb=_0x46f9[_0x35612b];return _0x4452bb;};'use strict';var multer=require(_0x946f('0x0'));var util=require(_0x946f('0x1'));var path=require(_0x946f('0x2'));var express=require(_0x946f('0x3'));var router=express[_0x946f('0x4')]();var auth=require(_0x946f('0x5'));var controller=require(_0x946f('0x6'));router[_0x946f('0x7')]('/voice/channels',auth[_0x946f('0x8')](),controller[_0x946f('0x9')]);router[_0x946f('0x7')](_0x946f('0xa'),auth[_0x946f('0x8')](),controller[_0x946f('0xb')]);router['get'](_0x946f('0xc'),auth[_0x946f('0x8')](),controller[_0x946f('0xd')]);router[_0x946f('0x7')]('/voice/queues',auth['isAuthenticated'](),controller[_0x946f('0xe')]);router[_0x946f('0x7')](_0x946f('0xf'),auth[_0x946f('0x8')](),controller[_0x946f('0x10')]);router[_0x946f('0x7')]('/mail/queues',auth[_0x946f('0x8')](),controller['mailQueues']);router['get']('/mail/accounts',auth['isAuthenticated'](),controller[_0x946f('0x11')]);router['get'](_0x946f('0x12'),auth[_0x946f('0x8')](),controller[_0x946f('0x13')]);router[_0x946f('0x7')](_0x946f('0x14'),auth[_0x946f('0x8')](),controller[_0x946f('0x15')]);router[_0x946f('0x7')]('/whatsapp/queues',auth[_0x946f('0x8')](),controller['whatsappQueues']);router['get'](_0x946f('0x16'),auth['isAuthenticated'](),controller[_0x946f('0x17')]);router[_0x946f('0x7')](_0x946f('0x18'),auth[_0x946f('0x8')](),controller[_0x946f('0x19')]);router['get'](_0x946f('0x1a'),auth[_0x946f('0x8')](),controller[_0x946f('0x1b')]);router[_0x946f('0x7')](_0x946f('0x1c'),auth[_0x946f('0x8')](),controller['voiceQueuesChannel']);router['get']('/voice/queues/channels/:uniqueid/hangup',auth[_0x946f('0x8')](),controller[_0x946f('0x1d')]);router[_0x946f('0x7')]('/voice/queues/channels/:uniqueid/redirect/:exten',auth[_0x946f('0x8')](),controller[_0x946f('0x1e')]);router[_0x946f('0x7')](_0x946f('0x1f'),auth[_0x946f('0x8')](),controller[_0x946f('0x20')]);router[_0x946f('0x7')](_0x946f('0x21'),auth[_0x946f('0x8')](),controller[_0x946f('0x22')]);router[_0x946f('0x7')](_0x946f('0x23'),auth[_0x946f('0x8')](),controller[_0x946f('0x24')]);router['get']('/agents',auth[_0x946f('0x8')](),controller[_0x946f('0x25')]);router[_0x946f('0x26')](_0x946f('0x27'),auth['isAuthenticated'](),controller[_0x946f('0x28')]);router[_0x946f('0x7')](_0x946f('0x29'),auth[_0x946f('0x8')](),controller[_0x946f('0x2a')]);router[_0x946f('0x7')](_0x946f('0x2b'),auth[_0x946f('0x8')](),controller['trunks']);router[_0x946f('0x7')](_0x946f('0x2c'),auth[_0x946f('0x8')](),controller[_0x946f('0x2d')]);router[_0x946f('0x7')](_0x946f('0x2e'),auth[_0x946f('0x8')](),controller[_0x946f('0x2f')]);router[_0x946f('0x7')](_0x946f('0x30'),auth[_0x946f('0x8')](),controller[_0x946f('0x31')]);router[_0x946f('0x7')](_0x946f('0x32'),auth['isAuthenticated'](),controller[_0x946f('0x33')]);router[_0x946f('0x7')]('/openchannel/queues/waitinginteractions',auth[_0x946f('0x8')](),controller[_0x946f('0x34')]);router[_0x946f('0x7')]('/openchannel/queues/:id/waitinginteractions',auth['isAuthenticated'](),controller['openchannelQueuesIdWaitingInteractions']);router[_0x946f('0x7')](_0x946f('0x35'),auth[_0x946f('0x8')](),controller[_0x946f('0x36')]);router[_0x946f('0x7')]('/whatsapp/queues/waitinginteractions',auth[_0x946f('0x8')](),controller[_0x946f('0x37')]);router[_0x946f('0x7')](_0x946f('0x38'),auth[_0x946f('0x8')](),controller[_0x946f('0x39')]);router[_0x946f('0x3a')]('/mail/queues/:id/notify',auth[_0x946f('0x8')](),controller[_0x946f('0x3b')]('mail'));router[_0x946f('0x7')](_0x946f('0x3c'),auth[_0x946f('0x8')](),controller[_0x946f('0x3d')]);router['post'](_0x946f('0x3e'),auth['isAuthenticated'](),controller[_0x946f('0x3b')](_0x946f('0x3f')));router[_0x946f('0x7')](_0x946f('0x40'),auth['isAuthenticated'](),controller[_0x946f('0x41')]);router[_0x946f('0x3a')](_0x946f('0x42'),auth[_0x946f('0x8')](),controller[_0x946f('0x3b')](_0x946f('0x43')));router['get']('/fax/queues/:id',auth['isAuthenticated'](),controller[_0x946f('0x44')]);router[_0x946f('0x3a')](_0x946f('0x45'),auth['isAuthenticated'](),controller[_0x946f('0x3b')](_0x946f('0x46')));router['get']('/openchannel/queues/:id',auth[_0x946f('0x8')](),controller['showOpenchannelQueues']);router[_0x946f('0x3a')](_0x946f('0x47'),auth['isAuthenticated'](),controller[_0x946f('0x3b')](_0x946f('0x48')));router[_0x946f('0x3a')](_0x946f('0x49'),auth[_0x946f('0x8')](),controller[_0x946f('0x3b')](_0x946f('0x4a')));router[_0x946f('0x7')](_0x946f('0x4b'),auth[_0x946f('0x8')](),controller[_0x946f('0x4c')]);router[_0x946f('0x7')]('/whatsapp/queues/:id',auth['isAuthenticated'](),controller['showWhatsappQueues']);router[_0x946f('0x3a')](_0x946f('0x4d'),auth[_0x946f('0x8')](),controller[_0x946f('0x4e')]);module[_0x946f('0x4f')]=router;
\ No newline at end of file