Built motion from commit (unavailable).|2.4.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 _0xc4e0=['error','code','Plugin,\x20%s,\x20%s','message','result','catch','Plugin','create','body','options','raw','then','debug','CreatePlugin','lodash','util','moment','bluebird','randomstring','ioredis','../../config/utils','rpc','../../config/environment','jayson/promise','client','defaults','redis','socket.io-emitter','./plugin.socket','register','request','info','request\x20sent','stringify'];(function(_0x12e7ef,_0x36d3a0){var _0x3e2219=function(_0x49e921){while(--_0x49e921){_0x12e7ef['push'](_0x12e7ef['shift']());}};_0x3e2219(++_0x36d3a0);}(_0xc4e0,0x11e));var _0x0c4e=function(_0x5bede6,_0x26feed){_0x5bede6=_0x5bede6-0x0;var _0x36f286=_0xc4e0[_0x5bede6];return _0x36f286;};'use strict';var _=require(_0x0c4e('0x0'));var util=require(_0x0c4e('0x1'));var moment=require(_0x0c4e('0x2'));var BPromise=require(_0x0c4e('0x3'));var rs=require(_0x0c4e('0x4'));var fs=require('fs');var Redis=require(_0x0c4e('0x5'));var db=require('../../mysqldb')['db'];var utils=require(_0x0c4e('0x6'));var logger=require('../../config/logger')(_0x0c4e('0x7'));var config=require(_0x0c4e('0x8'));var jayson=require(_0x0c4e('0x9'));var client=jayson[_0x0c4e('0xa')]['http']({'port':0x232a});config['redis']=_[_0x0c4e('0xb')](config[_0x0c4e('0xc')],{'host':'localhost','port':0x18eb});var socket=require(_0x0c4e('0xd'))(new Redis(config[_0x0c4e('0xc')]));require(_0x0c4e('0xe'))[_0x0c4e('0xf')](socket);function respondWithRpcPromise(_0x37e1ac,_0x41bc66,_0x32bf99){return new BPromise(function(_0x5fb4af,_0x1f3d17){return client[_0x0c4e('0x10')](_0x37e1ac,_0x32bf99)['then'](function(_0x48e8d9){logger[_0x0c4e('0x11')]('Plugin,\x20%s,\x20%s',_0x41bc66,_0x0c4e('0x12'));logger['debug']('Plugin,\x20%s,\x20%s,\x20%s',_0x41bc66,_0x0c4e('0x12'),JSON[_0x0c4e('0x13')](_0x48e8d9));if(_0x48e8d9['error']){if(_0x48e8d9[_0x0c4e('0x14')][_0x0c4e('0x15')]===0x1f4){logger[_0x0c4e('0x14')](_0x0c4e('0x16'),_0x41bc66,_0x48e8d9[_0x0c4e('0x14')][_0x0c4e('0x17')]);return _0x1f3d17(_0x48e8d9['error'][_0x0c4e('0x17')]);}logger[_0x0c4e('0x14')]('Plugin,\x20%s,\x20%s',_0x41bc66,_0x48e8d9[_0x0c4e('0x14')][_0x0c4e('0x17')]);return _0x5fb4af(_0x48e8d9[_0x0c4e('0x14')][_0x0c4e('0x17')]);}else{logger[_0x0c4e('0x11')]('Plugin,\x20%s,\x20%s',_0x41bc66,_0x0c4e('0x12'));_0x5fb4af(_0x48e8d9[_0x0c4e('0x18')][_0x0c4e('0x17')]);}})[_0x0c4e('0x19')](function(_0x1971bc){logger['error'](_0x0c4e('0x16'),_0x41bc66,_0x1971bc);_0x1f3d17(_0x1971bc);});});}exports['CreatePlugin']=function(_0x2a16bb){var _0x53a3d9=this;return new Promise(function(_0x2b650d,_0x5d17f2){return db[_0x0c4e('0x1a')][_0x0c4e('0x1b')](_0x2a16bb[_0x0c4e('0x1c')],{'raw':_0x2a16bb[_0x0c4e('0x1d')]?_0x2a16bb[_0x0c4e('0x1d')][_0x0c4e('0x1e')]===undefined?!![]:![]:!![]})[_0x0c4e('0x1f')](function(_0x157600){logger[_0x0c4e('0x11')]('CreatePlugin',_0x2a16bb);logger[_0x0c4e('0x20')](_0x0c4e('0x21'),_0x2a16bb,JSON['stringify'](_0x157600));_0x2b650d(_0x157600);})[_0x0c4e('0x19')](function(_0x4808c9){logger['error'](_0x0c4e('0x21'),_0x4808c9[_0x0c4e('0x17')],_0x2a16bb);_0x5d17f2(_0x53a3d9[_0x0c4e('0x14')](0x1f4,_0x4808c9[_0x0c4e('0x17')]));});});};