Built motion from commit b0a9a629.|2.6.33
[motion2.git] / server / services / ami / dialer / models / 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 _0x581a=['originatecalleridname','getCaller','format','substring','dialCutDigit','number','util','lodash','moment','isNil','voiceQueue','uniqueid','name','Contact','phone','firstName','lastName','queue','active','type','dialQueueTimeout','scheduledat','countbusyretry','countcongestionretry','countnoanswerretry','countnosuchnumberretry','countdropretry','countabandonedretry','countmachineretry','countagentrejectretry','ContactId','ListId','UserId','VoiceQueueId','CampaignId','idHopper','starttime','YYYY-MM-DD\x20HH:mm:ss','callback','callbackuniqueid','recallme','originatecalleridnum'];(function(_0x594576,_0x1844f0){var _0xfdbabb=function(_0x1afe6d){while(--_0x1afe6d){_0x594576['push'](_0x594576['shift']());}};_0xfdbabb(++_0x1844f0);}(_0x581a,0x180));var _0xa581=function(_0x3c2f6f,_0x5acf4d){_0x3c2f6f=_0x3c2f6f-0x0;var _0xf18f48=_0x581a[_0x3c2f6f];return _0xf18f48;};'use strict';var util=require(_0xa581('0x0'));var _=require(_0xa581('0x1'));var moment=require(_0xa581('0x2'));function checkNameSurname(_0x1e6e13,_0xf5fce5,_0x572aa0){var _0x5241a9='';if(!_[_0xa581('0x3')](_0xf5fce5)&&'string'===typeof _0xf5fce5){_0x5241a9+=_0xf5fce5;}if(!_[_0xa581('0x3')](_0x572aa0)&&'string'===typeof _0x572aa0){_0x5241a9+='\x20'+_0x572aa0;}if(_0x5241a9!==''){return _0x5241a9;}return _0x1e6e13;}function Action(_0x2581bc,_0x4598bf,_0x2f6afa){this[_0xa581('0x4')]=_0x2581bc;this[_0xa581('0x5')]=_0x2f6afa||undefined;this[_0xa581('0x6')]=checkNameSurname(_0x4598bf[_0xa581('0x7')][_0xa581('0x8')],_0x4598bf[_0xa581('0x7')][_0xa581('0x9')],_0x4598bf[_0xa581('0x7')][_0xa581('0xa')]);this['number']=_0x4598bf['phone'];this[_0xa581('0xb')]=_0x2581bc[_0xa581('0x6')];this[_0xa581('0xc')]=_0x4598bf['active']||![];this[_0xa581('0xd')]=_0x2581bc[_0xa581('0xd')];this[_0xa581('0xe')]=_0x2581bc['dialQueueTimeout']||0x3;this[_0xa581('0xf')]=_0x4598bf[_0xa581('0xf')];this['countbusyretry']=_0x4598bf[_0xa581('0x10')];this[_0xa581('0x11')]=_0x4598bf[_0xa581('0x11')];this['countnoanswerretry']=_0x4598bf[_0xa581('0x12')];this[_0xa581('0x13')]=_0x4598bf[_0xa581('0x13')];this[_0xa581('0x14')]=_0x4598bf[_0xa581('0x14')];this[_0xa581('0x15')]=_0x4598bf['countabandonedretry'];this[_0xa581('0x16')]=_0x4598bf[_0xa581('0x16')];this[_0xa581('0x17')]=_0x4598bf[_0xa581('0x17')];this[_0xa581('0x18')]=_0x4598bf[_0xa581('0x18')];this[_0xa581('0x19')]=_0x4598bf[_0xa581('0x19')];this[_0xa581('0x1a')]=_0x4598bf[_0xa581('0x1a')];this[_0xa581('0x1b')]=_0x4598bf['VoiceQueueId'];this[_0xa581('0x1c')]=_0x4598bf[_0xa581('0x1c')];this[_0xa581('0x1d')]=_0x4598bf['id'];this['ContactFirstName']=_0x4598bf['Contact'][_0xa581('0x9')]||'';this[_0xa581('0x1e')]=moment()['format'](_0xa581('0x1f'));this[_0xa581('0x20')]=_0x4598bf['callback'];this[_0xa581('0x21')]=_0x4598bf['callbackuniqueid'];this['callbackat']=_0x4598bf['callbackat'];this[_0xa581('0x22')]=_0x4598bf['recallme'];this[_0xa581('0x23')]='';this[_0xa581('0x24')]='';}Action['prototype'][_0xa581('0x25')]=function(){return util[_0xa581('0x26')]('\x22%s\x22\x20<%s>',this[_0xa581('0x6')],this['voiceQueue']['dialCutDigit']>0x0?this['number'][_0xa581('0x27')](this[_0xa581('0x4')][_0xa581('0x28')]):this[_0xa581('0x29')]);};Action['prototype']['getQueue']=function(){return this[_0xa581('0xb')];};module['exports']=Action;