Built motion from commit 43538d75.|2.5.35
[motion2.git] / server / config / utils.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 _0x861b=['agents','Maximum\x20login\x20has\x20been\x20reached','catch','lodash','chat','fax','sms','whatsapp','openchannel','getChannels','isValidChannel','toLowerCase','includes','clearBlockUser','isUndefined','blockedAt','updateAttributes','User','count','agent','then'];(function(_0x158dd4,_0x554fe9){var _0x1b0860=function(_0x28600f){while(--_0x28600f){_0x158dd4['push'](_0x158dd4['shift']());}};_0x1b0860(++_0x554fe9);}(_0x861b,0xd5));var _0xb861=function(_0x3d59fb,_0x4ead73){_0x3d59fb=_0x3d59fb-0x0;var _0xd93df1=_0x861b[_0x3d59fb];return _0xd93df1;};'use strict';var _=require(_0xb861('0x0'));var BPromise=require('bluebird');var db=require('../mysqldb')['db'];var util=require('./license/util');var channels=['voice','mail',_0xb861('0x1'),_0xb861('0x2'),_0xb861('0x3'),_0xb861('0x4'),_0xb861('0x5')];exports[_0xb861('0x6')]=function(){return channels;};exports[_0xb861('0x7')]=function(_0x1310ea){_0x1310ea=_0x1310ea[_0xb861('0x8')]();return _[_0xb861('0x9')](channels,_0x1310ea);};exports[_0xb861('0xa')]=function(_0xd72f,_0x4a5b95,_0x57c84e,_0x5b78d8){var _0x5484de={'loginAttempts':_0x4a5b95,'blocked':_0x57c84e};if(!_[_0xb861('0xb')](_0x5b78d8)){_0x5484de[_0xb861('0xc')]=_0x5b78d8;}return _0xd72f[_0xb861('0xd')](_0x5484de);};exports['getLicense']=function(_0x3a0169){return new BPromise(function(_0x3334f2,_0x20c185){var _0x3cce22=0x0;if(_0x3a0169['role']!=='agent'){_0x3334f2(_0x3a0169);}db[_0xb861('0xe')][_0xb861('0xf')]({'where':{'role':_0xb861('0x10'),'online':!![],'id':{'$ne':_0x3a0169['id']}}})[_0xb861('0x11')](function(_0x3f38aa){_0x3cce22=_0x3f38aa;return util['getLicense']();})[_0xb861('0x11')](function(_0xfc840a){if(_0xfc840a&&_0xfc840a[_0xb861('0x12')]&&_0x3cce22>=_0xfc840a['agents']){throw Error(_0xb861('0x13'));}_0x3334f2(_0x3a0169);})[_0xb861('0x14')](function(_0x705bf2){_0x20c185(_0x705bf2);});});};