Built motion from commit da617fac.|2.6.6
[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 _0x5aff=['./team.socket','register','then','request\x20sent','Team,\x20%s,\x20%s,\x20%s','stringify','error','code','Team,\x20%s,\x20%s','message','result','catch','util','bluebird','randomstring','../../mysqldb','../../config/utils','../../config/logger','rpc','../../config/environment','jayson/promise','redis','localhost','socket.io-emitter'];(function(_0x491b60,_0x4dcc2c){var _0x461a23=function(_0x292283){while(--_0x292283){_0x491b60['push'](_0x491b60['shift']());}};_0x461a23(++_0x4dcc2c);}(_0x5aff,0x15c));var _0xf5af=function(_0x18f439,_0x5e8798){_0x18f439=_0x18f439-0x0;var _0x22ff4f=_0x5aff[_0x18f439];return _0x22ff4f;};'use strict';var _=require('lodash');var util=require(_0xf5af('0x0'));var moment=require('moment');var BPromise=require(_0xf5af('0x1'));var rs=require(_0xf5af('0x2'));var fs=require('fs');var Redis=require('ioredis');var db=require(_0xf5af('0x3'))['db'];var utils=require(_0xf5af('0x4'));var logger=require(_0xf5af('0x5'))(_0xf5af('0x6'));var config=require(_0xf5af('0x7'));var jayson=require(_0xf5af('0x8'));var client=jayson['client']['http']({'port':0x232a});config[_0xf5af('0x9')]=_['defaults'](config['redis'],{'host':_0xf5af('0xa'),'port':0x18eb});var socket=require(_0xf5af('0xb'))(new Redis(config[_0xf5af('0x9')]));require(_0xf5af('0xc'))[_0xf5af('0xd')](socket);function respondWithRpcPromise(_0x3823cc,_0x4c41af,_0x48abe6){return new BPromise(function(_0x4b4b4d,_0x28a003){return client['request'](_0x3823cc,_0x48abe6)[_0xf5af('0xe')](function(_0x401878){logger['info']('Team,\x20%s,\x20%s',_0x4c41af,_0xf5af('0xf'));logger['debug'](_0xf5af('0x10'),_0x4c41af,_0xf5af('0xf'),JSON[_0xf5af('0x11')](_0x401878));if(_0x401878['error']){if(_0x401878[_0xf5af('0x12')][_0xf5af('0x13')]===0x1f4){logger[_0xf5af('0x12')](_0xf5af('0x14'),_0x4c41af,_0x401878['error'][_0xf5af('0x15')]);return _0x28a003(_0x401878[_0xf5af('0x12')]['message']);}logger[_0xf5af('0x12')](_0xf5af('0x14'),_0x4c41af,_0x401878[_0xf5af('0x12')]['message']);return _0x4b4b4d(_0x401878[_0xf5af('0x12')][_0xf5af('0x15')]);}else{logger['info'](_0xf5af('0x14'),_0x4c41af,'request\x20sent');_0x4b4b4d(_0x401878[_0xf5af('0x16')][_0xf5af('0x15')]);}})[_0xf5af('0x17')](function(_0x5063f2){logger[_0xf5af('0x12')](_0xf5af('0x14'),_0x4c41af,_0x5063f2);_0x28a003(_0x5063f2);});});}