83c6b871edc45c553d3cc5fedfcefb443395c532
[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 _0x2baa=['firstName','number','queue','active','type','scheduledat','countbusyretry','countcongestionretry','countnoanswerretry','countnosuchnumberretry','countdropretry','countabandonedretry','countmachineretry','countagentrejectretry','ContactId','ListId','UserId','VoiceQueueId','CampaignId','ContactFirstName','starttime','format','YYYY-MM-DD\x20HH:mm:ss','callback','callbackuniqueid','callbackat','recallme','originatecalleridname','prototype','\x22%s\x22\x20<%s>','voiceQueue','dialCutDigit','substring','exports','util','moment','isNil','string','uniqueid','name','Contact','phone'];(function(_0x3c3698,_0xa0bf08){var _0x4e6637=function(_0x1fc9a4){while(--_0x1fc9a4){_0x3c3698['push'](_0x3c3698['shift']());}};_0x4e6637(++_0xa0bf08);}(_0x2baa,0xa0));var _0xa2ba=function(_0xd03887,_0x2d5fbb){_0xd03887=_0xd03887-0x0;var _0x2921ca=_0x2baa[_0xd03887];return _0x2921ca;};'use strict';var util=require(_0xa2ba('0x0'));var _=require('lodash');var moment=require(_0xa2ba('0x1'));function checkNameSurname(_0x1ba657,_0x128f38,_0x5e60a1){var _0x31cf2d='';if(!_[_0xa2ba('0x2')](_0x128f38)&&_0xa2ba('0x3')===typeof _0x128f38){_0x31cf2d+=_0x128f38;}if(!_[_0xa2ba('0x2')](_0x5e60a1)&&_0xa2ba('0x3')===typeof _0x5e60a1){_0x31cf2d+='\x20'+_0x5e60a1;}if(_0x31cf2d!==''){return _0x31cf2d;}return _0x1ba657;}function Action(_0x47ecdc,_0x244343,_0x45be9f){this['voiceQueue']=_0x47ecdc;this[_0xa2ba('0x4')]=_0x45be9f||undefined;this[_0xa2ba('0x5')]=checkNameSurname(_0x244343[_0xa2ba('0x6')][_0xa2ba('0x7')],_0x244343[_0xa2ba('0x6')][_0xa2ba('0x8')],_0x244343[_0xa2ba('0x6')]['lastName']);this[_0xa2ba('0x9')]=_0x244343[_0xa2ba('0x6')][_0xa2ba('0x7')];this[_0xa2ba('0xa')]=_0x47ecdc[_0xa2ba('0x5')];this[_0xa2ba('0xb')]=_0x244343['active']||![];this['type']=_0x47ecdc[_0xa2ba('0xc')];this['dialQueueTimeout']=_0x47ecdc['dialQueueTimeout']||0x3;this[_0xa2ba('0xd')]=_0x244343[_0xa2ba('0xd')];this[_0xa2ba('0xe')]=_0x244343[_0xa2ba('0xe')];this[_0xa2ba('0xf')]=_0x244343[_0xa2ba('0xf')];this['countnoanswerretry']=_0x244343[_0xa2ba('0x10')];this['countnosuchnumberretry']=_0x244343[_0xa2ba('0x11')];this[_0xa2ba('0x12')]=_0x244343[_0xa2ba('0x12')];this[_0xa2ba('0x13')]=_0x244343[_0xa2ba('0x13')];this[_0xa2ba('0x14')]=_0x244343[_0xa2ba('0x14')];this[_0xa2ba('0x15')]=_0x244343['countagentrejectretry'];this[_0xa2ba('0x16')]=_0x244343[_0xa2ba('0x16')];this[_0xa2ba('0x17')]=_0x244343[_0xa2ba('0x17')];this[_0xa2ba('0x18')]=_0x244343[_0xa2ba('0x18')];this[_0xa2ba('0x19')]=_0x244343[_0xa2ba('0x19')];this[_0xa2ba('0x1a')]=_0x244343['CampaignId'];this['idHopper']=_0x244343['id'];this[_0xa2ba('0x1b')]=_0x244343['Contact'][_0xa2ba('0x8')]||'';this[_0xa2ba('0x1c')]=moment()[_0xa2ba('0x1d')](_0xa2ba('0x1e'));this[_0xa2ba('0x1f')]=_0x244343[_0xa2ba('0x1f')];this[_0xa2ba('0x20')]=_0x244343[_0xa2ba('0x20')];this[_0xa2ba('0x21')]=_0x244343[_0xa2ba('0x21')];this[_0xa2ba('0x22')]=_0x244343[_0xa2ba('0x22')];this['originatecalleridnum']='';this[_0xa2ba('0x23')]='';}Action[_0xa2ba('0x24')]['getCaller']=function(){return util[_0xa2ba('0x1d')](_0xa2ba('0x25'),this[_0xa2ba('0x5')],this[_0xa2ba('0x26')][_0xa2ba('0x27')]>0x0?this[_0xa2ba('0x9')][_0xa2ba('0x28')](this[_0xa2ba('0x26')][_0xa2ba('0x27')]):this['number']);};Action[_0xa2ba('0x24')]['getQueue']=function(){return this[_0xa2ba('0xa')];};module[_0xa2ba('0x29')]=Action;