Built motion from commit a61a4a20.|2.5.46
[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 _0x353a=['ioredis','../../mysqldb','../../config/utils','rpc','jayson/promise','client','http','redis','defaults','localhost','socket.io-emitter','./plugin.socket','then','info','Plugin,\x20%s,\x20%s','request\x20sent','debug','Plugin,\x20%s,\x20%s,\x20%s','stringify','code','error','message','result','catch','CreatePlugin','Plugin','create','body','options','raw','lodash','util','moment','bluebird','randomstring'];(function(_0x3054be,_0x1bdc8b){var _0x3df150=function(_0x56cfbf){while(--_0x56cfbf){_0x3054be['push'](_0x3054be['shift']());}};_0x3df150(++_0x1bdc8b);}(_0x353a,0x113));var _0xa353=function(_0x290201,_0x279632){_0x290201=_0x290201-0x0;var _0x3d5c08=_0x353a[_0x290201];return _0x3d5c08;};'use strict';var _=require(_0xa353('0x0'));var util=require(_0xa353('0x1'));var moment=require(_0xa353('0x2'));var BPromise=require(_0xa353('0x3'));var rs=require(_0xa353('0x4'));var fs=require('fs');var Redis=require(_0xa353('0x5'));var db=require(_0xa353('0x6'))['db'];var utils=require(_0xa353('0x7'));var logger=require('../../config/logger')(_0xa353('0x8'));var config=require('../../config/environment');var jayson=require(_0xa353('0x9'));var client=jayson[_0xa353('0xa')][_0xa353('0xb')]({'port':0x232a});config[_0xa353('0xc')]=_[_0xa353('0xd')](config[_0xa353('0xc')],{'host':_0xa353('0xe'),'port':0x18eb});var socket=require(_0xa353('0xf'))(new Redis(config[_0xa353('0xc')]));require(_0xa353('0x10'))['register'](socket);function respondWithRpcPromise(_0x1dc9d7,_0x2a4a07,_0x2e3e01){return new BPromise(function(_0x35a686,_0x134837){return client['request'](_0x1dc9d7,_0x2e3e01)[_0xa353('0x11')](function(_0x5c8890){logger[_0xa353('0x12')](_0xa353('0x13'),_0x2a4a07,_0xa353('0x14'));logger[_0xa353('0x15')](_0xa353('0x16'),_0x2a4a07,_0xa353('0x14'),JSON[_0xa353('0x17')](_0x5c8890));if(_0x5c8890['error']){if(_0x5c8890['error'][_0xa353('0x18')]===0x1f4){logger[_0xa353('0x19')]('Plugin,\x20%s,\x20%s',_0x2a4a07,_0x5c8890[_0xa353('0x19')][_0xa353('0x1a')]);return _0x134837(_0x5c8890[_0xa353('0x19')][_0xa353('0x1a')]);}logger[_0xa353('0x19')](_0xa353('0x13'),_0x2a4a07,_0x5c8890[_0xa353('0x19')][_0xa353('0x1a')]);return _0x35a686(_0x5c8890[_0xa353('0x19')]['message']);}else{logger[_0xa353('0x12')](_0xa353('0x13'),_0x2a4a07,_0xa353('0x14'));_0x35a686(_0x5c8890[_0xa353('0x1b')]['message']);}})[_0xa353('0x1c')](function(_0x29a357){logger['error'](_0xa353('0x13'),_0x2a4a07,_0x29a357);_0x134837(_0x29a357);});});}exports[_0xa353('0x1d')]=function(_0x327bb1){var _0x5145c9=this;return new Promise(function(_0x404342,_0x4414ed){return db[_0xa353('0x1e')][_0xa353('0x1f')](_0x327bb1[_0xa353('0x20')],{'raw':_0x327bb1[_0xa353('0x21')]?_0x327bb1[_0xa353('0x21')][_0xa353('0x22')]===undefined?!![]:![]:!![]})['then'](function(_0x34f8e0){logger['info'](_0xa353('0x1d'),_0x327bb1);logger[_0xa353('0x15')](_0xa353('0x1d'),_0x327bb1,JSON[_0xa353('0x17')](_0x34f8e0));_0x404342(_0x34f8e0);})['catch'](function(_0x24f7dd){logger[_0xa353('0x19')]('CreatePlugin',_0x24f7dd[_0xa353('0x1a')],_0x327bb1);_0x4414ed(_0x5145c9[_0xa353('0x19')](0x1f4,_0x24f7dd['message']));});});};