Built motion from commit d5e4af8c.|2.6.23
[motion2.git] / server / api / plugin / plugin.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 _0x4e96=['then','Plugin,\x20%s,\x20%s','request\x20sent','debug','Plugin,\x20%s,\x20%s,\x20%s','stringify','error','message','info','result','catch','CreatePlugin','Plugin','raw','lodash','util','moment','randomstring','ioredis','../../mysqldb','../../config/utils','../../config/logger','rpc','client','http','defaults','redis','localhost','socket.io-emitter','./plugin.socket','request'];(function(_0x820bf2,_0x5c6e3a){var _0x2962c1=function(_0x1938fb){while(--_0x1938fb){_0x820bf2['push'](_0x820bf2['shift']());}};_0x2962c1(++_0x5c6e3a);}(_0x4e96,0x1a1));var _0x64e9=function(_0x3eff8f,_0x20db0c){_0x3eff8f=_0x3eff8f-0x0;var _0x39c75f=_0x4e96[_0x3eff8f];return _0x39c75f;};'use strict';var _=require(_0x64e9('0x0'));var util=require(_0x64e9('0x1'));var moment=require(_0x64e9('0x2'));var BPromise=require('bluebird');var rs=require(_0x64e9('0x3'));var fs=require('fs');var Redis=require(_0x64e9('0x4'));var db=require(_0x64e9('0x5'))['db'];var utils=require(_0x64e9('0x6'));var logger=require(_0x64e9('0x7'))(_0x64e9('0x8'));var config=require('../../config/environment');var jayson=require('jayson/promise');var client=jayson[_0x64e9('0x9')][_0x64e9('0xa')]({'port':0x232a});config['redis']=_[_0x64e9('0xb')](config[_0x64e9('0xc')],{'host':_0x64e9('0xd'),'port':0x18eb});var socket=require(_0x64e9('0xe'))(new Redis(config[_0x64e9('0xc')]));require(_0x64e9('0xf'))['register'](socket);function respondWithRpcPromise(_0x12f239,_0x2b02af,_0x56f4b1){return new BPromise(function(_0x1a5823,_0x2a39c5){return client[_0x64e9('0x10')](_0x12f239,_0x56f4b1)[_0x64e9('0x11')](function(_0x560a68){logger['info'](_0x64e9('0x12'),_0x2b02af,_0x64e9('0x13'));logger[_0x64e9('0x14')](_0x64e9('0x15'),_0x2b02af,_0x64e9('0x13'),JSON[_0x64e9('0x16')](_0x560a68));if(_0x560a68[_0x64e9('0x17')]){if(_0x560a68[_0x64e9('0x17')]['code']===0x1f4){logger[_0x64e9('0x17')](_0x64e9('0x12'),_0x2b02af,_0x560a68[_0x64e9('0x17')]['message']);return _0x2a39c5(_0x560a68[_0x64e9('0x17')][_0x64e9('0x18')]);}logger[_0x64e9('0x17')](_0x64e9('0x12'),_0x2b02af,_0x560a68[_0x64e9('0x17')]['message']);return _0x1a5823(_0x560a68[_0x64e9('0x17')]['message']);}else{logger[_0x64e9('0x19')](_0x64e9('0x12'),_0x2b02af,_0x64e9('0x13'));_0x1a5823(_0x560a68[_0x64e9('0x1a')][_0x64e9('0x18')]);}})[_0x64e9('0x1b')](function(_0x497c36){logger[_0x64e9('0x17')](_0x64e9('0x12'),_0x2b02af,_0x497c36);_0x2a39c5(_0x497c36);});});}exports[_0x64e9('0x1c')]=function(_0x5e8993){var _0x3da924=this;return new Promise(function(_0xd7f4f,_0x24cf00){return db[_0x64e9('0x1d')]['create'](_0x5e8993['body'],{'raw':_0x5e8993['options']?_0x5e8993['options'][_0x64e9('0x1e')]===undefined?!![]:![]:!![]})['then'](function(_0x501cb6){logger[_0x64e9('0x19')]('CreatePlugin',_0x5e8993);logger[_0x64e9('0x14')](_0x64e9('0x1c'),_0x5e8993,JSON[_0x64e9('0x16')](_0x501cb6));_0xd7f4f(_0x501cb6);})[_0x64e9('0x1b')](function(_0x4a9d71){logger[_0x64e9('0x17')]('CreatePlugin',_0x4a9d71[_0x64e9('0x18')],_0x5e8993);_0x24cf00(_0x3da924[_0x64e9('0x17')](0x1f4,_0x4a9d71[_0x64e9('0x18')]));});});};