Built motion from commit da617fac.|2.6.6
[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 _0x08c8=['countbusyretry','countcongestionretry','countnoanswerretry','countnosuchnumberretry','countdropretry','countabandonedretry','countmachineretry','countagentrejectretry','ContactId','ListId','UserId','VoiceQueueId','CampaignId','idHopper','ContactFirstName','starttime','YYYY-MM-DD\x20HH:mm:ss','callback','callbackuniqueid','callbackat','recallme','originatecalleridnum','getCaller','format','\x22%s\x22\x20<%s>','dialCutDigit','substring','number','prototype','exports','moment','isNil','string','voiceQueue','name','phone','Contact','queue','type','dialQueueTimeout','scheduledat'];(function(_0x4abc04,_0x536d38){var _0x2a4095=function(_0xb3aeda){while(--_0xb3aeda){_0x4abc04['push'](_0x4abc04['shift']());}};_0x2a4095(++_0x536d38);}(_0x08c8,0x1e1));var _0x808c=function(_0x243183,_0x2d7b66){_0x243183=_0x243183-0x0;var _0x1fc70b=_0x08c8[_0x243183];return _0x1fc70b;};'use strict';var util=require('util');var _=require('lodash');var moment=require(_0x808c('0x0'));function checkNameSurname(_0x3fb860,_0x1f67c1,_0x3bc4a1){var _0x3261d1='';if(!_[_0x808c('0x1')](_0x1f67c1)&&'string'===typeof _0x1f67c1){_0x3261d1+=_0x1f67c1;}if(!_[_0x808c('0x1')](_0x3bc4a1)&&_0x808c('0x2')===typeof _0x3bc4a1){_0x3261d1+='\x20'+_0x3bc4a1;}if(_0x3261d1!==''){return _0x3261d1;}return _0x3fb860;}function Action(_0x5f2926,_0x839cd5,_0x26d118){this[_0x808c('0x3')]=_0x5f2926;this['uniqueid']=_0x26d118||undefined;this[_0x808c('0x4')]=checkNameSurname(_0x839cd5['Contact'][_0x808c('0x5')],_0x839cd5[_0x808c('0x6')]['firstName'],_0x839cd5[_0x808c('0x6')]['lastName']);this['number']=_0x839cd5['phone'];this[_0x808c('0x7')]=_0x5f2926[_0x808c('0x4')];this['active']=_0x839cd5['active']||![];this[_0x808c('0x8')]=_0x5f2926[_0x808c('0x8')];this['dialQueueTimeout']=_0x5f2926[_0x808c('0x9')]||0x3;this[_0x808c('0xa')]=_0x839cd5[_0x808c('0xa')];this[_0x808c('0xb')]=_0x839cd5[_0x808c('0xb')];this['countcongestionretry']=_0x839cd5[_0x808c('0xc')];this[_0x808c('0xd')]=_0x839cd5[_0x808c('0xd')];this[_0x808c('0xe')]=_0x839cd5[_0x808c('0xe')];this[_0x808c('0xf')]=_0x839cd5[_0x808c('0xf')];this[_0x808c('0x10')]=_0x839cd5['countabandonedretry'];this[_0x808c('0x11')]=_0x839cd5['countmachineretry'];this['countagentrejectretry']=_0x839cd5[_0x808c('0x12')];this[_0x808c('0x13')]=_0x839cd5[_0x808c('0x13')];this[_0x808c('0x14')]=_0x839cd5[_0x808c('0x14')];this[_0x808c('0x15')]=_0x839cd5[_0x808c('0x15')];this[_0x808c('0x16')]=_0x839cd5['VoiceQueueId'];this[_0x808c('0x17')]=_0x839cd5[_0x808c('0x17')];this[_0x808c('0x18')]=_0x839cd5['id'];this[_0x808c('0x19')]=_0x839cd5[_0x808c('0x6')]['firstName']||'';this[_0x808c('0x1a')]=moment()['format'](_0x808c('0x1b'));this[_0x808c('0x1c')]=_0x839cd5[_0x808c('0x1c')];this[_0x808c('0x1d')]=_0x839cd5[_0x808c('0x1d')];this[_0x808c('0x1e')]=_0x839cd5[_0x808c('0x1e')];this['recallme']=_0x839cd5[_0x808c('0x1f')];this[_0x808c('0x20')]='';this['originatecalleridname']='';}Action['prototype'][_0x808c('0x21')]=function(){return util[_0x808c('0x22')](_0x808c('0x23'),this['name'],this[_0x808c('0x3')][_0x808c('0x24')]>0x0?this['number'][_0x808c('0x25')](this[_0x808c('0x3')][_0x808c('0x24')]):this[_0x808c('0x26')]);};Action[_0x808c('0x27')]['getQueue']=function(){return this['queue'];};module[_0x808c('0x28')]=Action;