Built motion from commit 52c8a02d.|2.6.29
[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 _0x7bac=['catch','CreatePlugin','body','options','raw','stringify','lodash','util','bluebird','randomstring','ioredis','../../mysqldb','../../config/utils','../../config/logger','rpc','../../config/environment','jayson/promise','client','http','redis','defaults','localhost','socket.io-emitter','./plugin.socket','register','request','then','Plugin,\x20%s,\x20%s','request\x20sent','debug','Plugin,\x20%s,\x20%s,\x20%s','error','message','info','result'];(function(_0x5c3c8e,_0x554a61){var _0x2e035e=function(_0x236067){while(--_0x236067){_0x5c3c8e['push'](_0x5c3c8e['shift']());}};_0x2e035e(++_0x554a61);}(_0x7bac,0x1cd));var _0xc7ba=function(_0x2181e0,_0x165371){_0x2181e0=_0x2181e0-0x0;var _0x10137e=_0x7bac[_0x2181e0];return _0x10137e;};'use strict';var _=require(_0xc7ba('0x0'));var util=require(_0xc7ba('0x1'));var moment=require('moment');var BPromise=require(_0xc7ba('0x2'));var rs=require(_0xc7ba('0x3'));var fs=require('fs');var Redis=require(_0xc7ba('0x4'));var db=require(_0xc7ba('0x5'))['db'];var utils=require(_0xc7ba('0x6'));var logger=require(_0xc7ba('0x7'))(_0xc7ba('0x8'));var config=require(_0xc7ba('0x9'));var jayson=require(_0xc7ba('0xa'));var client=jayson[_0xc7ba('0xb')][_0xc7ba('0xc')]({'port':0x232a});config[_0xc7ba('0xd')]=_[_0xc7ba('0xe')](config['redis'],{'host':_0xc7ba('0xf'),'port':0x18eb});var socket=require(_0xc7ba('0x10'))(new Redis(config[_0xc7ba('0xd')]));require(_0xc7ba('0x11'))[_0xc7ba('0x12')](socket);function respondWithRpcPromise(_0x3f3f31,_0x5e627e,_0x3322b7){return new BPromise(function(_0x4fd3db,_0x58ab76){return client[_0xc7ba('0x13')](_0x3f3f31,_0x3322b7)[_0xc7ba('0x14')](function(_0x2415e7){logger['info'](_0xc7ba('0x15'),_0x5e627e,_0xc7ba('0x16'));logger[_0xc7ba('0x17')](_0xc7ba('0x18'),_0x5e627e,'request\x20sent',JSON['stringify'](_0x2415e7));if(_0x2415e7[_0xc7ba('0x19')]){if(_0x2415e7['error']['code']===0x1f4){logger[_0xc7ba('0x19')](_0xc7ba('0x15'),_0x5e627e,_0x2415e7[_0xc7ba('0x19')][_0xc7ba('0x1a')]);return _0x58ab76(_0x2415e7[_0xc7ba('0x19')][_0xc7ba('0x1a')]);}logger[_0xc7ba('0x19')](_0xc7ba('0x15'),_0x5e627e,_0x2415e7['error'][_0xc7ba('0x1a')]);return _0x4fd3db(_0x2415e7[_0xc7ba('0x19')][_0xc7ba('0x1a')]);}else{logger[_0xc7ba('0x1b')](_0xc7ba('0x15'),_0x5e627e,_0xc7ba('0x16'));_0x4fd3db(_0x2415e7[_0xc7ba('0x1c')][_0xc7ba('0x1a')]);}})[_0xc7ba('0x1d')](function(_0x40a384){logger['error']('Plugin,\x20%s,\x20%s',_0x5e627e,_0x40a384);_0x58ab76(_0x40a384);});});}exports[_0xc7ba('0x1e')]=function(_0x510c74){var _0xd18877=this;return new Promise(function(_0x5ce141,_0x3c1f84){return db['Plugin']['create'](_0x510c74[_0xc7ba('0x1f')],{'raw':_0x510c74[_0xc7ba('0x20')]?_0x510c74[_0xc7ba('0x20')][_0xc7ba('0x21')]===undefined?!![]:![]:!![]})[_0xc7ba('0x14')](function(_0x4d7147){logger[_0xc7ba('0x1b')](_0xc7ba('0x1e'),_0x510c74);logger[_0xc7ba('0x17')](_0xc7ba('0x1e'),_0x510c74,JSON[_0xc7ba('0x22')](_0x4d7147));_0x5ce141(_0x4d7147);})[_0xc7ba('0x1d')](function(_0x1d0d6e){logger[_0xc7ba('0x19')](_0xc7ba('0x1e'),_0x1d0d6e['message'],_0x510c74);_0x3c1f84(_0xd18877[_0xc7ba('0x19')](0x1f4,_0x1d0d6e[_0xc7ba('0x1a')]));});});};