Built motion from commit 639a1a7f.|2.6.19
[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 _0x9175=['ioredis','../../config/logger','rpc','../../config/environment','jayson/promise','redis','defaults','localhost','socket.io-emitter','./plugin.socket','register','request','then','info','Plugin,\x20%s,\x20%s','request\x20sent','debug','Plugin,\x20%s,\x20%s,\x20%s','stringify','error','code','message','result','catch','CreatePlugin','body','lodash','util','moment','bluebird','randomstring'];(function(_0x30033a,_0x5ce4a6){var _0x5e3518=function(_0x11494a){while(--_0x11494a){_0x30033a['push'](_0x30033a['shift']());}};_0x5e3518(++_0x5ce4a6);}(_0x9175,0x1ad));var _0x5917=function(_0x553b91,_0x3aadea){_0x553b91=_0x553b91-0x0;var _0x2ce0f5=_0x9175[_0x553b91];return _0x2ce0f5;};'use strict';var _=require(_0x5917('0x0'));var util=require(_0x5917('0x1'));var moment=require(_0x5917('0x2'));var BPromise=require(_0x5917('0x3'));var rs=require(_0x5917('0x4'));var fs=require('fs');var Redis=require(_0x5917('0x5'));var db=require('../../mysqldb')['db'];var utils=require('../../config/utils');var logger=require(_0x5917('0x6'))(_0x5917('0x7'));var config=require(_0x5917('0x8'));var jayson=require(_0x5917('0x9'));var client=jayson['client']['http']({'port':0x232a});config[_0x5917('0xa')]=_[_0x5917('0xb')](config[_0x5917('0xa')],{'host':_0x5917('0xc'),'port':0x18eb});var socket=require(_0x5917('0xd'))(new Redis(config['redis']));require(_0x5917('0xe'))[_0x5917('0xf')](socket);function respondWithRpcPromise(_0x385467,_0x149f32,_0x3c82ad){return new BPromise(function(_0x45b376,_0x446f21){return client[_0x5917('0x10')](_0x385467,_0x3c82ad)[_0x5917('0x11')](function(_0x5413c6){logger[_0x5917('0x12')](_0x5917('0x13'),_0x149f32,_0x5917('0x14'));logger[_0x5917('0x15')](_0x5917('0x16'),_0x149f32,_0x5917('0x14'),JSON[_0x5917('0x17')](_0x5413c6));if(_0x5413c6[_0x5917('0x18')]){if(_0x5413c6[_0x5917('0x18')][_0x5917('0x19')]===0x1f4){logger[_0x5917('0x18')]('Plugin,\x20%s,\x20%s',_0x149f32,_0x5413c6[_0x5917('0x18')]['message']);return _0x446f21(_0x5413c6[_0x5917('0x18')]['message']);}logger[_0x5917('0x18')](_0x5917('0x13'),_0x149f32,_0x5413c6[_0x5917('0x18')][_0x5917('0x1a')]);return _0x45b376(_0x5413c6[_0x5917('0x18')][_0x5917('0x1a')]);}else{logger[_0x5917('0x12')]('Plugin,\x20%s,\x20%s',_0x149f32,_0x5917('0x14'));_0x45b376(_0x5413c6[_0x5917('0x1b')]['message']);}})[_0x5917('0x1c')](function(_0x3490d4){logger[_0x5917('0x18')](_0x5917('0x13'),_0x149f32,_0x3490d4);_0x446f21(_0x3490d4);});});}exports[_0x5917('0x1d')]=function(_0x21dcc1){var _0x5f0eb9=this;return new Promise(function(_0x5b7123,_0xac8f8e){return db['Plugin']['create'](_0x21dcc1[_0x5917('0x1e')],{'raw':_0x21dcc1['options']?_0x21dcc1['options']['raw']===undefined?!![]:![]:!![]})['then'](function(_0xb1b9ab){logger['info'](_0x5917('0x1d'),_0x21dcc1);logger[_0x5917('0x15')](_0x5917('0x1d'),_0x21dcc1,JSON[_0x5917('0x17')](_0xb1b9ab));_0x5b7123(_0xb1b9ab);})[_0x5917('0x1c')](function(_0x212434){logger['error'](_0x5917('0x1d'),_0x212434['message'],_0x21dcc1);_0xac8f8e(_0x5f0eb9[_0x5917('0x18')](0x1f4,_0x212434[_0x5917('0x1a')]));});});};