Built motion from commit (unavailable).|2.5.30
[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 _0xc643=['Plugin,\x20%s,\x20%s,\x20%s','stringify','error','message','CreatePlugin','Plugin','create','body','options','raw','catch','lodash','moment','bluebird','randomstring','ioredis','../../config/utils','rpc','../../config/environment','jayson/promise','client','http','redis','localhost','socket.io-emitter','./plugin.socket','register','request','then','info','Plugin,\x20%s,\x20%s','request\x20sent','debug'];(function(_0x20a584,_0xe384a5){var _0x4b41a8=function(_0x2127c6){while(--_0x2127c6){_0x20a584['push'](_0x20a584['shift']());}};_0x4b41a8(++_0xe384a5);}(_0xc643,0x1d9));var _0x3c64=function(_0x9cea8b,_0x200200){_0x9cea8b=_0x9cea8b-0x0;var _0x9c8c09=_0xc643[_0x9cea8b];return _0x9c8c09;};'use strict';var _=require(_0x3c64('0x0'));var util=require('util');var moment=require(_0x3c64('0x1'));var BPromise=require(_0x3c64('0x2'));var rs=require(_0x3c64('0x3'));var fs=require('fs');var Redis=require(_0x3c64('0x4'));var db=require('../../mysqldb')['db'];var utils=require(_0x3c64('0x5'));var logger=require('../../config/logger')(_0x3c64('0x6'));var config=require(_0x3c64('0x7'));var jayson=require(_0x3c64('0x8'));var client=jayson[_0x3c64('0x9')][_0x3c64('0xa')]({'port':0x232a});config[_0x3c64('0xb')]=_['defaults'](config[_0x3c64('0xb')],{'host':_0x3c64('0xc'),'port':0x18eb});var socket=require(_0x3c64('0xd'))(new Redis(config['redis']));require(_0x3c64('0xe'))[_0x3c64('0xf')](socket);function respondWithRpcPromise(_0x5e89c8,_0x4012be,_0x408e57){return new BPromise(function(_0x3538f3,_0x360696){return client[_0x3c64('0x10')](_0x5e89c8,_0x408e57)[_0x3c64('0x11')](function(_0x356e9c){logger[_0x3c64('0x12')](_0x3c64('0x13'),_0x4012be,_0x3c64('0x14'));logger[_0x3c64('0x15')](_0x3c64('0x16'),_0x4012be,'request\x20sent',JSON[_0x3c64('0x17')](_0x356e9c));if(_0x356e9c[_0x3c64('0x18')]){if(_0x356e9c[_0x3c64('0x18')]['code']===0x1f4){logger[_0x3c64('0x18')](_0x3c64('0x13'),_0x4012be,_0x356e9c[_0x3c64('0x18')][_0x3c64('0x19')]);return _0x360696(_0x356e9c[_0x3c64('0x18')]['message']);}logger['error'](_0x3c64('0x13'),_0x4012be,_0x356e9c[_0x3c64('0x18')][_0x3c64('0x19')]);return _0x3538f3(_0x356e9c['error'][_0x3c64('0x19')]);}else{logger['info'](_0x3c64('0x13'),_0x4012be,_0x3c64('0x14'));_0x3538f3(_0x356e9c['result']['message']);}})['catch'](function(_0x13af4b){logger[_0x3c64('0x18')](_0x3c64('0x13'),_0x4012be,_0x13af4b);_0x360696(_0x13af4b);});});}exports[_0x3c64('0x1a')]=function(_0x4b73bd){var _0x58bb0d=this;return new Promise(function(_0xf10bcb,_0x439ad5){return db[_0x3c64('0x1b')][_0x3c64('0x1c')](_0x4b73bd[_0x3c64('0x1d')],{'raw':_0x4b73bd[_0x3c64('0x1e')]?_0x4b73bd[_0x3c64('0x1e')][_0x3c64('0x1f')]===undefined?!![]:![]:!![]})[_0x3c64('0x11')](function(_0x3a13cf){logger[_0x3c64('0x12')](_0x3c64('0x1a'),_0x4b73bd);logger[_0x3c64('0x15')](_0x3c64('0x1a'),_0x4b73bd,JSON[_0x3c64('0x17')](_0x3a13cf));_0xf10bcb(_0x3a13cf);})[_0x3c64('0x20')](function(_0x3055c9){logger[_0x3c64('0x18')]('CreatePlugin',_0x3055c9[_0x3c64('0x19')],_0x4b73bd);_0x439ad5(_0x58bb0d[_0x3c64('0x18')](0x1f4,_0x3055c9['message']));});});};