Built motion from commit (unavailable).|2.5.13
[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 _0x524a=['/hangup','post','/hold','hold','/unhold','/calls','transfer','express','Router','../../components/auth/service','./webbar.controller','/originate','isAuthenticated','canUpdate'];(function(_0xee3c05,_0x5c27c6){var _0x2b2f62=function(_0x1b0591){while(--_0x1b0591){_0xee3c05['push'](_0xee3c05['shift']());}};_0x2b2f62(++_0x5c27c6);}(_0x524a,0xf5));var _0xa524=function(_0x4f3f88,_0x36da50){_0x4f3f88=_0x4f3f88-0x0;var _0x4cc61b=_0x524a[_0x4f3f88];return _0x4cc61b;};'use strict';var express=require(_0xa524('0x0'));var router=express[_0xa524('0x1')]();var auth=require(_0xa524('0x2'));var controller=require(_0xa524('0x3'));router['post'](_0xa524('0x4'),auth[_0xa524('0x5')](),auth[_0xa524('0x6')](),controller['originate']);router['post'](_0xa524('0x7'),auth[_0xa524('0x5')](),auth[_0xa524('0x6')](),controller['hangup']);router[_0xa524('0x8')]('/answer',auth[_0xa524('0x5')](),auth[_0xa524('0x6')](),controller['answer']);router[_0xa524('0x8')](_0xa524('0x9'),auth[_0xa524('0x5')](),auth[_0xa524('0x6')](),controller[_0xa524('0xa')]);router['post'](_0xa524('0xb'),auth[_0xa524('0x5')](),auth['canUpdate'](),controller['unhold']);router[_0xa524('0x8')](_0xa524('0xc'),auth[_0xa524('0x5')](),auth['canUpdate'](),controller['calls']);router[_0xa524('0x8')]('/transfer',auth[_0xa524('0x5')](),auth['canUpdate'](),controller[_0xa524('0xd')]);module['exports']=router;