Built motion from commit (unavailable).|2.5.26
[motion2.git] / server / api / team / team.rpc.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 _0x572f=['../../config/utils','../../config/logger','rpc','jayson/promise','client','defaults','redis','localhost','socket.io-emitter','./team.socket','register','then','Team,\x20%s,\x20%s','request\x20sent','Team,\x20%s,\x20%s,\x20%s','stringify','error','message','result','catch','moment','bluebird','randomstring'];(function(_0x57793f,_0x2a9483){var _0x53b093=function(_0x2aae5a){while(--_0x2aae5a){_0x57793f['push'](_0x57793f['shift']());}};_0x53b093(++_0x2a9483);}(_0x572f,0x13f));var _0xf572=function(_0x19950b,_0x53d0d7){_0x19950b=_0x19950b-0x0;var _0x3c6b41=_0x572f[_0x19950b];return _0x3c6b41;};'use strict';var _=require('lodash');var util=require('util');var moment=require(_0xf572('0x0'));var BPromise=require(_0xf572('0x1'));var rs=require(_0xf572('0x2'));var fs=require('fs');var Redis=require('ioredis');var db=require('../../mysqldb')['db'];var utils=require(_0xf572('0x3'));var logger=require(_0xf572('0x4'))(_0xf572('0x5'));var config=require('../../config/environment');var jayson=require(_0xf572('0x6'));var client=jayson[_0xf572('0x7')]['http']({'port':0x232a});config['redis']=_[_0xf572('0x8')](config[_0xf572('0x9')],{'host':_0xf572('0xa'),'port':0x18eb});var socket=require(_0xf572('0xb'))(new Redis(config[_0xf572('0x9')]));require(_0xf572('0xc'))[_0xf572('0xd')](socket);function respondWithRpcPromise(_0xaeb0f5,_0x38576d,_0x419606){return new BPromise(function(_0x5da70b,_0x4b1320){return client['request'](_0xaeb0f5,_0x419606)[_0xf572('0xe')](function(_0x2897d9){logger['info'](_0xf572('0xf'),_0x38576d,_0xf572('0x10'));logger['debug'](_0xf572('0x11'),_0x38576d,_0xf572('0x10'),JSON[_0xf572('0x12')](_0x2897d9));if(_0x2897d9[_0xf572('0x13')]){if(_0x2897d9[_0xf572('0x13')]['code']===0x1f4){logger[_0xf572('0x13')](_0xf572('0xf'),_0x38576d,_0x2897d9[_0xf572('0x13')][_0xf572('0x14')]);return _0x4b1320(_0x2897d9['error'][_0xf572('0x14')]);}logger['error']('Team,\x20%s,\x20%s',_0x38576d,_0x2897d9[_0xf572('0x13')][_0xf572('0x14')]);return _0x5da70b(_0x2897d9[_0xf572('0x13')][_0xf572('0x14')]);}else{logger['info']('Team,\x20%s,\x20%s',_0x38576d,'request\x20sent');_0x5da70b(_0x2897d9[_0xf572('0x15')][_0xf572('0x14')]);}})[_0xf572('0x16')](function(_0x38d520){logger['error']('Team,\x20%s,\x20%s',_0x38576d,_0x38d520);_0x4b1320(_0x38d520);});});}