Built motion from commit (unavailable).|2.5.14
[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 _0x0469=['socket.io-emitter','./plugin.socket','register','request','then','info','Plugin,\x20%s,\x20%s','request\x20sent','debug','stringify','error','code','message','result','catch','CreatePlugin','Plugin','create','body','options','raw','lodash','moment','ioredis','../../mysqldb','../../config/utils','../../config/logger','../../config/environment','jayson/promise','http','redis','localhost'];(function(_0x413feb,_0x10477f){var _0x40ee88=function(_0x32a3f6){while(--_0x32a3f6){_0x413feb['push'](_0x413feb['shift']());}};_0x40ee88(++_0x10477f);}(_0x0469,0x75));var _0x9046=function(_0x19a4a5,_0x405e18){_0x19a4a5=_0x19a4a5-0x0;var _0x1196b3=_0x0469[_0x19a4a5];return _0x1196b3;};'use strict';var _=require(_0x9046('0x0'));var util=require('util');var moment=require(_0x9046('0x1'));var BPromise=require('bluebird');var rs=require('randomstring');var fs=require('fs');var Redis=require(_0x9046('0x2'));var db=require(_0x9046('0x3'))['db'];var utils=require(_0x9046('0x4'));var logger=require(_0x9046('0x5'))('rpc');var config=require(_0x9046('0x6'));var jayson=require(_0x9046('0x7'));var client=jayson['client'][_0x9046('0x8')]({'port':0x232a});config[_0x9046('0x9')]=_['defaults'](config[_0x9046('0x9')],{'host':_0x9046('0xa'),'port':0x18eb});var socket=require(_0x9046('0xb'))(new Redis(config[_0x9046('0x9')]));require(_0x9046('0xc'))[_0x9046('0xd')](socket);function respondWithRpcPromise(_0x75fc0e,_0x5b284b,_0x25574a){return new BPromise(function(_0x4a7771,_0x27cef3){return client[_0x9046('0xe')](_0x75fc0e,_0x25574a)[_0x9046('0xf')](function(_0x4a15fe){logger[_0x9046('0x10')](_0x9046('0x11'),_0x5b284b,_0x9046('0x12'));logger[_0x9046('0x13')]('Plugin,\x20%s,\x20%s,\x20%s',_0x5b284b,_0x9046('0x12'),JSON[_0x9046('0x14')](_0x4a15fe));if(_0x4a15fe[_0x9046('0x15')]){if(_0x4a15fe[_0x9046('0x15')][_0x9046('0x16')]===0x1f4){logger[_0x9046('0x15')](_0x9046('0x11'),_0x5b284b,_0x4a15fe[_0x9046('0x15')][_0x9046('0x17')]);return _0x27cef3(_0x4a15fe[_0x9046('0x15')]['message']);}logger[_0x9046('0x15')](_0x9046('0x11'),_0x5b284b,_0x4a15fe[_0x9046('0x15')][_0x9046('0x17')]);return _0x4a7771(_0x4a15fe[_0x9046('0x15')][_0x9046('0x17')]);}else{logger[_0x9046('0x10')]('Plugin,\x20%s,\x20%s',_0x5b284b,'request\x20sent');_0x4a7771(_0x4a15fe[_0x9046('0x18')][_0x9046('0x17')]);}})[_0x9046('0x19')](function(_0x12926e){logger[_0x9046('0x15')](_0x9046('0x11'),_0x5b284b,_0x12926e);_0x27cef3(_0x12926e);});});}exports[_0x9046('0x1a')]=function(_0x22f3f5){var _0x4ac8e5=this;return new Promise(function(_0x2b1e9,_0x27028d){return db[_0x9046('0x1b')][_0x9046('0x1c')](_0x22f3f5[_0x9046('0x1d')],{'raw':_0x22f3f5[_0x9046('0x1e')]?_0x22f3f5['options'][_0x9046('0x1f')]===undefined?!![]:![]:!![]})[_0x9046('0xf')](function(_0x2aef8a){logger[_0x9046('0x10')](_0x9046('0x1a'),_0x22f3f5);logger[_0x9046('0x13')](_0x9046('0x1a'),_0x22f3f5,JSON[_0x9046('0x14')](_0x2aef8a));_0x2b1e9(_0x2aef8a);})[_0x9046('0x19')](function(_0x233014){logger[_0x9046('0x15')](_0x9046('0x1a'),_0x233014[_0x9046('0x17')],_0x22f3f5);_0x27028d(_0x4ac8e5[_0x9046('0x15')](0x1f4,_0x233014[_0x9046('0x17')]));});});};