f43e2cc100f0ef2c739e1cb06563355536a5844c
[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 _0x1bc6=['countmachineretry','countagentrejectretry','ContactId','ListId','UserId','VoiceQueueId','CampaignId','idHopper','ContactFirstName','format','YYYY-MM-DD\x20HH:mm:ss','callback','callbackuniqueid','callbackat','recallme','originatecalleridnum','originatecalleridname','prototype','\x22%s\x22\x20<%s>','dialCutDigit','number','getQueue','util','lodash','moment','string','isNil','voiceQueue','uniqueid','name','phone','firstName','lastName','Contact','queue','dialQueueTimeout','scheduledat','countcongestionretry','countnoanswerretry','countnosuchnumberretry','countdropretry','countabandonedretry'];(function(_0x124723,_0x75c904){var _0x358697=function(_0xd72599){while(--_0xd72599){_0x124723['push'](_0x124723['shift']());}};_0x358697(++_0x75c904);}(_0x1bc6,0x94));var _0x61bc=function(_0x5686a5,_0x39431b){_0x5686a5=_0x5686a5-0x0;var _0x198ae5=_0x1bc6[_0x5686a5];return _0x198ae5;};'use strict';var util=require(_0x61bc('0x0'));var _=require(_0x61bc('0x1'));var moment=require(_0x61bc('0x2'));function checkNameSurname(_0x92f1f7,_0x24a893,_0xc948a3){var _0x3b6377='';if(!_['isNil'](_0x24a893)&&_0x61bc('0x3')===typeof _0x24a893){_0x3b6377+=_0x24a893;}if(!_[_0x61bc('0x4')](_0xc948a3)&&_0x61bc('0x3')===typeof _0xc948a3){_0x3b6377+='\x20'+_0xc948a3;}if(_0x3b6377!==''){return _0x3b6377;}return _0x92f1f7;}function Action(_0x225202,_0x362ebb,_0x1af9bc){this[_0x61bc('0x5')]=_0x225202;this[_0x61bc('0x6')]=_0x1af9bc||undefined;this[_0x61bc('0x7')]=checkNameSurname(_0x362ebb['Contact'][_0x61bc('0x8')],_0x362ebb['Contact'][_0x61bc('0x9')],_0x362ebb['Contact'][_0x61bc('0xa')]);this['number']=_0x362ebb[_0x61bc('0xb')][_0x61bc('0x8')];this[_0x61bc('0xc')]=_0x225202['name'];this['active']=_0x362ebb['active']||![];this['type']=_0x225202['type'];this[_0x61bc('0xd')]=_0x225202['dialQueueTimeout']||0x3;this[_0x61bc('0xe')]=_0x362ebb[_0x61bc('0xe')];this['countbusyretry']=_0x362ebb['countbusyretry'];this['countcongestionretry']=_0x362ebb[_0x61bc('0xf')];this[_0x61bc('0x10')]=_0x362ebb['countnoanswerretry'];this[_0x61bc('0x11')]=_0x362ebb[_0x61bc('0x11')];this[_0x61bc('0x12')]=_0x362ebb[_0x61bc('0x12')];this[_0x61bc('0x13')]=_0x362ebb[_0x61bc('0x13')];this['countmachineretry']=_0x362ebb[_0x61bc('0x14')];this[_0x61bc('0x15')]=_0x362ebb['countagentrejectretry'];this['ContactId']=_0x362ebb[_0x61bc('0x16')];this[_0x61bc('0x17')]=_0x362ebb[_0x61bc('0x17')];this['UserId']=_0x362ebb[_0x61bc('0x18')];this[_0x61bc('0x19')]=_0x362ebb[_0x61bc('0x19')];this[_0x61bc('0x1a')]=_0x362ebb['CampaignId'];this[_0x61bc('0x1b')]=_0x362ebb['id'];this[_0x61bc('0x1c')]=_0x362ebb[_0x61bc('0xb')][_0x61bc('0x9')]||'';this['starttime']=moment()[_0x61bc('0x1d')](_0x61bc('0x1e'));this[_0x61bc('0x1f')]=_0x362ebb[_0x61bc('0x1f')];this[_0x61bc('0x20')]=_0x362ebb[_0x61bc('0x20')];this[_0x61bc('0x21')]=_0x362ebb['callbackat'];this[_0x61bc('0x22')]=_0x362ebb[_0x61bc('0x22')];this[_0x61bc('0x23')]='';this[_0x61bc('0x24')]='';}Action[_0x61bc('0x25')]['getCaller']=function(){return util[_0x61bc('0x1d')](_0x61bc('0x26'),this[_0x61bc('0x7')],this[_0x61bc('0x5')][_0x61bc('0x27')]>0x0?this['number']['substring'](this[_0x61bc('0x5')]['dialCutDigit']):this[_0x61bc('0x28')]);};Action[_0x61bc('0x25')][_0x61bc('0x29')]=function(){return this[_0x61bc('0xc')];};module['exports']=Action;