95f198d5141a8e2414032880acab1b953fd0b782
[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 _0xf2d9=['rpc','../../config/environment','jayson/promise','client','defaults','redis','localhost','socket.io-emitter','./plugin.socket','then','info','Plugin,\x20%s,\x20%s','request\x20sent','Plugin,\x20%s,\x20%s,\x20%s','stringify','error','code','message','result','catch','Plugin','create','body','options','raw','CreatePlugin','debug','lodash','util','moment','bluebird','randomstring','ioredis','../../config/utils','../../config/logger'];(function(_0x57207d,_0x1edb04){var _0x35166a=function(_0x57067a){while(--_0x57067a){_0x57207d['push'](_0x57207d['shift']());}};_0x35166a(++_0x1edb04);}(_0xf2d9,0x19c));var _0x9f2d=function(_0x53ae49,_0x32dc41){_0x53ae49=_0x53ae49-0x0;var _0x34a527=_0xf2d9[_0x53ae49];return _0x34a527;};'use strict';var _=require(_0x9f2d('0x0'));var util=require(_0x9f2d('0x1'));var moment=require(_0x9f2d('0x2'));var BPromise=require(_0x9f2d('0x3'));var rs=require(_0x9f2d('0x4'));var fs=require('fs');var Redis=require(_0x9f2d('0x5'));var db=require('../../mysqldb')['db'];var utils=require(_0x9f2d('0x6'));var logger=require(_0x9f2d('0x7'))(_0x9f2d('0x8'));var config=require(_0x9f2d('0x9'));var jayson=require(_0x9f2d('0xa'));var client=jayson[_0x9f2d('0xb')]['http']({'port':0x232a});config['redis']=_[_0x9f2d('0xc')](config[_0x9f2d('0xd')],{'host':_0x9f2d('0xe'),'port':0x18eb});var socket=require(_0x9f2d('0xf'))(new Redis(config['redis']));require(_0x9f2d('0x10'))['register'](socket);function respondWithRpcPromise(_0x59abf9,_0xf135f,_0x59d406){return new BPromise(function(_0x108e8e,_0x2adbf4){return client['request'](_0x59abf9,_0x59d406)[_0x9f2d('0x11')](function(_0x1e4ab5){logger[_0x9f2d('0x12')](_0x9f2d('0x13'),_0xf135f,_0x9f2d('0x14'));logger['debug'](_0x9f2d('0x15'),_0xf135f,_0x9f2d('0x14'),JSON[_0x9f2d('0x16')](_0x1e4ab5));if(_0x1e4ab5[_0x9f2d('0x17')]){if(_0x1e4ab5[_0x9f2d('0x17')][_0x9f2d('0x18')]===0x1f4){logger['error']('Plugin,\x20%s,\x20%s',_0xf135f,_0x1e4ab5[_0x9f2d('0x17')]['message']);return _0x2adbf4(_0x1e4ab5['error'][_0x9f2d('0x19')]);}logger['error'](_0x9f2d('0x13'),_0xf135f,_0x1e4ab5['error'][_0x9f2d('0x19')]);return _0x108e8e(_0x1e4ab5[_0x9f2d('0x17')][_0x9f2d('0x19')]);}else{logger[_0x9f2d('0x12')]('Plugin,\x20%s,\x20%s',_0xf135f,_0x9f2d('0x14'));_0x108e8e(_0x1e4ab5[_0x9f2d('0x1a')][_0x9f2d('0x19')]);}})[_0x9f2d('0x1b')](function(_0x44195a){logger[_0x9f2d('0x17')](_0x9f2d('0x13'),_0xf135f,_0x44195a);_0x2adbf4(_0x44195a);});});}exports['CreatePlugin']=function(_0x3b57ae){var _0x5d8960=this;return new Promise(function(_0x436414,_0xc41a22){return db[_0x9f2d('0x1c')][_0x9f2d('0x1d')](_0x3b57ae[_0x9f2d('0x1e')],{'raw':_0x3b57ae[_0x9f2d('0x1f')]?_0x3b57ae[_0x9f2d('0x1f')][_0x9f2d('0x20')]===undefined?!![]:![]:!![]})[_0x9f2d('0x11')](function(_0x5817cd){logger[_0x9f2d('0x12')](_0x9f2d('0x21'),_0x3b57ae);logger[_0x9f2d('0x22')](_0x9f2d('0x21'),_0x3b57ae,JSON[_0x9f2d('0x16')](_0x5817cd));_0x436414(_0x5817cd);})[_0x9f2d('0x1b')](function(_0x10f968){logger[_0x9f2d('0x17')]('CreatePlugin',_0x10f968[_0x9f2d('0x19')],_0x3b57ae);_0xc41a22(_0x5d8960[_0x9f2d('0x17')](0x1f4,_0x10f968[_0x9f2d('0x19')]));});});};