0f6fa9562260d4ab057fafb89379a8a7b55b8787
[motion2.git] / server / api / webbar / 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 _0xb32d=['originate','/hangup','isAuthenticated','hangup','/answer','answer','/hold','hold','/unhold','unhold','/calls','calls','/transfer','exports','express','Router','../../components/auth/service','./webbar.controller','post','canUpdate'];(function(_0x29f6cd,_0x4f0f88){var _0xb25b30=function(_0x2f9c72){while(--_0x2f9c72){_0x29f6cd['push'](_0x29f6cd['shift']());}};_0xb25b30(++_0x4f0f88);}(_0xb32d,0x1da));var _0xdb32=function(_0x2ccd5e,_0x3deb44){_0x2ccd5e=_0x2ccd5e-0x0;var _0x1a758e=_0xb32d[_0x2ccd5e];return _0x1a758e;};'use strict';var express=require(_0xdb32('0x0'));var router=express[_0xdb32('0x1')]();var auth=require(_0xdb32('0x2'));var controller=require(_0xdb32('0x3'));router[_0xdb32('0x4')]('/originate',auth['isAuthenticated'](),auth[_0xdb32('0x5')](),controller[_0xdb32('0x6')]);router['post'](_0xdb32('0x7'),auth[_0xdb32('0x8')](),auth[_0xdb32('0x5')](),controller[_0xdb32('0x9')]);router[_0xdb32('0x4')](_0xdb32('0xa'),auth['isAuthenticated'](),auth[_0xdb32('0x5')](),controller[_0xdb32('0xb')]);router[_0xdb32('0x4')](_0xdb32('0xc'),auth[_0xdb32('0x8')](),auth[_0xdb32('0x5')](),controller[_0xdb32('0xd')]);router[_0xdb32('0x4')](_0xdb32('0xe'),auth[_0xdb32('0x8')](),auth[_0xdb32('0x5')](),controller[_0xdb32('0xf')]);router[_0xdb32('0x4')](_0xdb32('0x10'),auth[_0xdb32('0x8')](),auth[_0xdb32('0x5')](),controller[_0xdb32('0x11')]);router[_0xdb32('0x4')](_0xdb32('0x12'),auth[_0xdb32('0x8')](),auth[_0xdb32('0x5')](),controller['transfer']);module[_0xdb32('0x13')]=router;