73ccb58817f3a8a957d693e3a8c1319ed2c6f3b2
[motion2.git] / server / api / userVoiceQueueRt / 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 _0x6d1a=['express','Router','../../components/auth/service','../../config/environment','util','path'];(function(_0x2c285a,_0x5ec71e){var _0x119322=function(_0x524645){while(--_0x524645){_0x2c285a['push'](_0x2c285a['shift']());}};_0x119322(++_0x5ec71e);}(_0x6d1a,0xca));var _0xa6d1=function(_0x4f26ac,_0x59c300){_0x4f26ac=_0x4f26ac-0x0;var _0x5f4ee=_0x6d1a[_0x4f26ac];return _0x5f4ee;};'use strict';var multer=require('multer');var util=require(_0xa6d1('0x0'));var path=require(_0xa6d1('0x1'));var timeout=require('connect-timeout');var express=require(_0xa6d1('0x2'));var router=express[_0xa6d1('0x3')]();var auth=require(_0xa6d1('0x4'));var interaction=require('../../components/interaction/service');var config=require(_0xa6d1('0x5'));module['exports']=router;