Built motion from commit (unavailable).|2.5.19
[motion2.git] / server / api / cdr / cdr.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 _0x3f2b=['../../config/utils','../../config/logger','../../config/environment','client','http','info','Cdr,\x20%s,\x20%s','request\x20sent','debug','stringify','error','message','result','catch','moment','bluebird','ioredis'];(function(_0x3e3b32,_0x3c4447){var _0x564cbc=function(_0x42e36a){while(--_0x42e36a){_0x3e3b32['push'](_0x3e3b32['shift']());}};_0x564cbc(++_0x3c4447);}(_0x3f2b,0x85));var _0xb3f2=function(_0x1c9524,_0x468fee){_0x1c9524=_0x1c9524-0x0;var _0x2c6416=_0x3f2b[_0x1c9524];return _0x2c6416;};'use strict';var _=require('lodash');var util=require('util');var moment=require(_0xb3f2('0x0'));var BPromise=require(_0xb3f2('0x1'));var rs=require('randomstring');var fs=require('fs');var Redis=require(_0xb3f2('0x2'));var db=require('../../mysqldb')['db'];var utils=require(_0xb3f2('0x3'));var logger=require(_0xb3f2('0x4'))('rpc');var config=require(_0xb3f2('0x5'));var jayson=require('jayson/promise');var client=jayson[_0xb3f2('0x6')][_0xb3f2('0x7')]({'port':0x232a});function respondWithRpcPromise(_0x178ca9,_0x35616e,_0x11cd6d){return new BPromise(function(_0x18eefd,_0x541a99){return client['request'](_0x178ca9,_0x11cd6d)['then'](function(_0x4e886a){logger[_0xb3f2('0x8')](_0xb3f2('0x9'),_0x35616e,_0xb3f2('0xa'));logger[_0xb3f2('0xb')]('Cdr,\x20%s,\x20%s,\x20%s',_0x35616e,_0xb3f2('0xa'),JSON[_0xb3f2('0xc')](_0x4e886a));if(_0x4e886a['error']){if(_0x4e886a['error']['code']===0x1f4){logger[_0xb3f2('0xd')](_0xb3f2('0x9'),_0x35616e,_0x4e886a[_0xb3f2('0xd')][_0xb3f2('0xe')]);return _0x541a99(_0x4e886a['error'][_0xb3f2('0xe')]);}logger[_0xb3f2('0xd')](_0xb3f2('0x9'),_0x35616e,_0x4e886a[_0xb3f2('0xd')]['message']);return _0x18eefd(_0x4e886a['error']['message']);}else{logger['info'](_0xb3f2('0x9'),_0x35616e,'request\x20sent');_0x18eefd(_0x4e886a[_0xb3f2('0xf')][_0xb3f2('0xe')]);}})[_0xb3f2('0x10')](function(_0x54c91b){logger[_0xb3f2('0xd')]('Cdr,\x20%s,\x20%s',_0x35616e,_0x54c91b);_0x541a99(_0x54c91b);});});}