Built motion from commit (unavailable).|2.5.1
[motion2.git] / server / services / ami / dialer / action.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 _0x3c34=['callback','callbackuniqueid','callbackat','recallme','originatecalleridnum','originatecalleridname','prototype','getCaller','voiceQueue','dialCutDigit','substring','exports','util','lodash','moment','string','isNil','uniqueid','name','Contact','phone','firstName','lastName','number','queue','active','type','dialQueueTimeout','scheduledat','countbusyretry','countcongestionretry','countnoanswerretry','ContactId','ListId','UserId','VoiceQueueId','CampaignId','ContactFirstName','format','YYYY-MM-DD\x20HH:mm:ss'];(function(_0x22b17c,_0x4dfb2e){var _0x8e8140=function(_0x534351){while(--_0x534351){_0x22b17c['push'](_0x22b17c['shift']());}};_0x8e8140(++_0x4dfb2e);}(_0x3c34,0x14c));var _0x43c3=function(_0x27e811,_0x20137c){_0x27e811=_0x27e811-0x0;var _0x1627fa=_0x3c34[_0x27e811];return _0x1627fa;};'use strict';var util=require(_0x43c3('0x0'));var _=require(_0x43c3('0x1'));var moment=require(_0x43c3('0x2'));function checkNameSurname(_0x96d3f9,_0x432b95,_0x29434f){var _0x543105='';if(!_['isNil'](_0x432b95)&&_0x43c3('0x3')===typeof _0x432b95){_0x543105+=_0x432b95;}if(!_[_0x43c3('0x4')](_0x29434f)&&_0x43c3('0x3')===typeof _0x29434f){_0x543105+='\x20'+_0x29434f;}if(_0x543105!==''){return _0x543105;}return _0x96d3f9;}function Action(_0x301446,_0x3b7cdd,_0x49135e){this['voiceQueue']=_0x301446;this[_0x43c3('0x5')]=_0x49135e||undefined;this[_0x43c3('0x6')]=checkNameSurname(_0x3b7cdd[_0x43c3('0x7')][_0x43c3('0x8')],_0x3b7cdd[_0x43c3('0x7')][_0x43c3('0x9')],_0x3b7cdd['Contact'][_0x43c3('0xa')]);this[_0x43c3('0xb')]=_0x3b7cdd[_0x43c3('0x7')]['phone'];this[_0x43c3('0xc')]=_0x301446[_0x43c3('0x6')];this[_0x43c3('0xd')]=_0x3b7cdd[_0x43c3('0xd')]||![];this[_0x43c3('0xe')]=_0x301446['type'];this[_0x43c3('0xf')]=_0x301446['dialQueueTimeout']||0x3;this[_0x43c3('0x10')]=_0x3b7cdd[_0x43c3('0x10')];this[_0x43c3('0x11')]=_0x3b7cdd[_0x43c3('0x11')];this[_0x43c3('0x12')]=_0x3b7cdd['countcongestionretry'];this[_0x43c3('0x13')]=_0x3b7cdd['countnoanswerretry'];this[_0x43c3('0x14')]=_0x3b7cdd[_0x43c3('0x14')];this[_0x43c3('0x15')]=_0x3b7cdd[_0x43c3('0x15')];this[_0x43c3('0x16')]=_0x3b7cdd[_0x43c3('0x16')];this[_0x43c3('0x17')]=_0x3b7cdd[_0x43c3('0x17')];this[_0x43c3('0x18')]=_0x3b7cdd[_0x43c3('0x18')];this['idHopper']=_0x3b7cdd['id'];this[_0x43c3('0x19')]=_0x3b7cdd[_0x43c3('0x7')][_0x43c3('0x9')]||'';this['starttime']=moment()[_0x43c3('0x1a')](_0x43c3('0x1b'));this[_0x43c3('0x1c')]=_0x3b7cdd[_0x43c3('0x1c')];this[_0x43c3('0x1d')]=_0x3b7cdd[_0x43c3('0x1d')];this[_0x43c3('0x1e')]=_0x3b7cdd[_0x43c3('0x1e')];this[_0x43c3('0x1f')]=_0x3b7cdd['recallme'];this[_0x43c3('0x20')]='';this[_0x43c3('0x21')]='';}Action[_0x43c3('0x22')][_0x43c3('0x23')]=function(){return util['format']('\x22%s\x22\x20<%s>',this[_0x43c3('0x6')],this[_0x43c3('0x24')][_0x43c3('0x25')]>0x0?this[_0x43c3('0xb')][_0x43c3('0x26')](this[_0x43c3('0x24')][_0x43c3('0x25')]):this[_0x43c3('0xb')]);};Action[_0x43c3('0x22')]['getQueue']=function(){return this['queue'];};module[_0x43c3('0x27')]=Action;