Built motion from commit (unavailable).|2.5.2
[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 _0x5e14=['Router','../../components/auth/service','./webbar.controller','post','/originate','isAuthenticated','canUpdate','originate','/hangup','hangup','/answer','answer','/hold','hold','/unhold','/calls','calls','/transfer','transfer','exports','express'];(function(_0x125175,_0x51ed48){var _0x250181=function(_0x42ecf0){while(--_0x42ecf0){_0x125175['push'](_0x125175['shift']());}};_0x250181(++_0x51ed48);}(_0x5e14,0x164));var _0x45e1=function(_0x3dd15e,_0x1f0015){_0x3dd15e=_0x3dd15e-0x0;var _0x231fd0=_0x5e14[_0x3dd15e];return _0x231fd0;};'use strict';var express=require(_0x45e1('0x0'));var router=express[_0x45e1('0x1')]();var auth=require(_0x45e1('0x2'));var controller=require(_0x45e1('0x3'));router[_0x45e1('0x4')](_0x45e1('0x5'),auth[_0x45e1('0x6')](),auth[_0x45e1('0x7')](),controller[_0x45e1('0x8')]);router[_0x45e1('0x4')](_0x45e1('0x9'),auth[_0x45e1('0x6')](),auth[_0x45e1('0x7')](),controller[_0x45e1('0xa')]);router[_0x45e1('0x4')](_0x45e1('0xb'),auth[_0x45e1('0x6')](),auth[_0x45e1('0x7')](),controller[_0x45e1('0xc')]);router[_0x45e1('0x4')](_0x45e1('0xd'),auth[_0x45e1('0x6')](),auth['canUpdate'](),controller[_0x45e1('0xe')]);router[_0x45e1('0x4')](_0x45e1('0xf'),auth['isAuthenticated'](),auth[_0x45e1('0x7')](),controller['unhold']);router[_0x45e1('0x4')](_0x45e1('0x10'),auth[_0x45e1('0x6')](),auth[_0x45e1('0x7')](),controller[_0x45e1('0x11')]);router[_0x45e1('0x4')](_0x45e1('0x12'),auth['isAuthenticated'](),auth[_0x45e1('0x7')](),controller[_0x45e1('0x13')]);module[_0x45e1('0x14')]=router;