Built motion from commit da617fac.|2.6.6
[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 _0xac0e=['request\x20sent','debug','error','code','message','result','Plugin','create','body','options','raw','CreatePlugin','stringify','lodash','util','moment','bluebird','randomstring','ioredis','../../mysqldb','../../config/utils','../../config/logger','rpc','../../config/environment','client','http','redis','defaults','socket.io-emitter','./plugin.socket','register','then','info','Plugin,\x20%s,\x20%s'];(function(_0x2b92ec,_0x18e0e3){var _0x12be46=function(_0x18118b){while(--_0x18118b){_0x2b92ec['push'](_0x2b92ec['shift']());}};_0x12be46(++_0x18e0e3);}(_0xac0e,0x13f));var _0xeac0=function(_0x342922,_0x316192){_0x342922=_0x342922-0x0;var _0x366a13=_0xac0e[_0x342922];return _0x366a13;};'use strict';var _=require(_0xeac0('0x0'));var util=require(_0xeac0('0x1'));var moment=require(_0xeac0('0x2'));var BPromise=require(_0xeac0('0x3'));var rs=require(_0xeac0('0x4'));var fs=require('fs');var Redis=require(_0xeac0('0x5'));var db=require(_0xeac0('0x6'))['db'];var utils=require(_0xeac0('0x7'));var logger=require(_0xeac0('0x8'))(_0xeac0('0x9'));var config=require(_0xeac0('0xa'));var jayson=require('jayson/promise');var client=jayson[_0xeac0('0xb')][_0xeac0('0xc')]({'port':0x232a});config[_0xeac0('0xd')]=_[_0xeac0('0xe')](config[_0xeac0('0xd')],{'host':'localhost','port':0x18eb});var socket=require(_0xeac0('0xf'))(new Redis(config[_0xeac0('0xd')]));require(_0xeac0('0x10'))[_0xeac0('0x11')](socket);function respondWithRpcPromise(_0x571711,_0xc6f281,_0x32688d){return new BPromise(function(_0x31a8c4,_0x34edee){return client['request'](_0x571711,_0x32688d)[_0xeac0('0x12')](function(_0x8d5b89){logger[_0xeac0('0x13')](_0xeac0('0x14'),_0xc6f281,_0xeac0('0x15'));logger[_0xeac0('0x16')]('Plugin,\x20%s,\x20%s,\x20%s',_0xc6f281,_0xeac0('0x15'),JSON['stringify'](_0x8d5b89));if(_0x8d5b89[_0xeac0('0x17')]){if(_0x8d5b89[_0xeac0('0x17')][_0xeac0('0x18')]===0x1f4){logger[_0xeac0('0x17')](_0xeac0('0x14'),_0xc6f281,_0x8d5b89[_0xeac0('0x17')]['message']);return _0x34edee(_0x8d5b89[_0xeac0('0x17')][_0xeac0('0x19')]);}logger[_0xeac0('0x17')]('Plugin,\x20%s,\x20%s',_0xc6f281,_0x8d5b89['error']['message']);return _0x31a8c4(_0x8d5b89['error'][_0xeac0('0x19')]);}else{logger['info'](_0xeac0('0x14'),_0xc6f281,_0xeac0('0x15'));_0x31a8c4(_0x8d5b89[_0xeac0('0x1a')][_0xeac0('0x19')]);}})['catch'](function(_0x4d9d5b){logger[_0xeac0('0x17')](_0xeac0('0x14'),_0xc6f281,_0x4d9d5b);_0x34edee(_0x4d9d5b);});});}exports['CreatePlugin']=function(_0x10e768){var _0x4c4326=this;return new Promise(function(_0xb4dcfe,_0x247e41){return db[_0xeac0('0x1b')][_0xeac0('0x1c')](_0x10e768[_0xeac0('0x1d')],{'raw':_0x10e768[_0xeac0('0x1e')]?_0x10e768[_0xeac0('0x1e')][_0xeac0('0x1f')]===undefined?!![]:![]:!![]})['then'](function(_0x270522){logger[_0xeac0('0x13')](_0xeac0('0x20'),_0x10e768);logger[_0xeac0('0x16')](_0xeac0('0x20'),_0x10e768,JSON[_0xeac0('0x21')](_0x270522));_0xb4dcfe(_0x270522);})['catch'](function(_0x39f485){logger[_0xeac0('0x17')](_0xeac0('0x20'),_0x39f485['message'],_0x10e768);_0x247e41(_0x4c4326[_0xeac0('0x17')](0x1f4,_0x39f485[_0xeac0('0x19')]));});});};