bffdcc039764454788af6e795a25ffcacaa8456a
[motion2.git] / server / api / attachment / attachment.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 _0x5f7f=['error','message','result','catch','create','body','raw','debug','CreateAttachment','util','moment','ioredis','../../config/utils','../../config/logger','rpc','../../config/environment','jayson/promise','client','http','then','info','Attachment,\x20%s,\x20%s','request\x20sent','Attachment,\x20%s,\x20%s,\x20%s'];(function(_0x3dd15e,_0x1f0015){var _0x231fd0=function(_0x4f680a){while(--_0x4f680a){_0x3dd15e['push'](_0x3dd15e['shift']());}};_0x231fd0(++_0x1f0015);}(_0x5f7f,0x81));var _0xf5f7=function(_0x3947c9,_0x4d6c97){_0x3947c9=_0x3947c9-0x0;var _0x2e7871=_0x5f7f[_0x3947c9];return _0x2e7871;};'use strict';var _=require('lodash');var util=require(_0xf5f7('0x0'));var moment=require(_0xf5f7('0x1'));var BPromise=require('bluebird');var rs=require('randomstring');var fs=require('fs');var Redis=require(_0xf5f7('0x2'));var db=require('../../mysqldb')['db'];var utils=require(_0xf5f7('0x3'));var logger=require(_0xf5f7('0x4'))(_0xf5f7('0x5'));var config=require(_0xf5f7('0x6'));var jayson=require(_0xf5f7('0x7'));var client=jayson[_0xf5f7('0x8')][_0xf5f7('0x9')]({'port':0x232a});function respondWithRpcPromise(_0x5441d8,_0x37917d,_0x5267db){return new BPromise(function(_0x91ed11,_0x5b6999){return client['request'](_0x5441d8,_0x5267db)[_0xf5f7('0xa')](function(_0x11dfb1){logger[_0xf5f7('0xb')](_0xf5f7('0xc'),_0x37917d,_0xf5f7('0xd'));logger['debug'](_0xf5f7('0xe'),_0x37917d,'request\x20sent',JSON['stringify'](_0x11dfb1));if(_0x11dfb1[_0xf5f7('0xf')]){if(_0x11dfb1[_0xf5f7('0xf')]['code']===0x1f4){logger['error']('Attachment,\x20%s,\x20%s',_0x37917d,_0x11dfb1[_0xf5f7('0xf')][_0xf5f7('0x10')]);return _0x5b6999(_0x11dfb1[_0xf5f7('0xf')]['message']);}logger['error'](_0xf5f7('0xc'),_0x37917d,_0x11dfb1[_0xf5f7('0xf')]['message']);return _0x91ed11(_0x11dfb1[_0xf5f7('0xf')][_0xf5f7('0x10')]);}else{logger[_0xf5f7('0xb')](_0xf5f7('0xc'),_0x37917d,_0xf5f7('0xd'));_0x91ed11(_0x11dfb1[_0xf5f7('0x11')][_0xf5f7('0x10')]);}})[_0xf5f7('0x12')](function(_0x163004){logger[_0xf5f7('0xf')](_0xf5f7('0xc'),_0x37917d,_0x163004);_0x5b6999(_0x163004);});});}exports['CreateAttachment']=function(_0x8da134){var _0x327aeb=this;return new Promise(function(_0x4fc04a,_0x430fcc){return db['Attachment'][_0xf5f7('0x13')](_0x8da134[_0xf5f7('0x14')],{'raw':_0x8da134['options']?_0x8da134['options'][_0xf5f7('0x15')]===undefined?!![]:![]:!![]})[_0xf5f7('0xa')](function(_0x35c320){logger[_0xf5f7('0xb')]('CreateAttachment',_0x8da134);logger[_0xf5f7('0x16')](_0xf5f7('0x17'),_0x8da134,JSON['stringify'](_0x35c320));_0x4fc04a(_0x35c320);})[_0xf5f7('0x12')](function(_0x2e6414){logger[_0xf5f7('0xf')](_0xf5f7('0x17'),_0x2e6414[_0xf5f7('0x10')],_0x8da134);_0x430fcc(_0x327aeb[_0xf5f7('0xf')](0x1f4,_0x2e6414['message']));});});};