Built motion from commit (unavailable).|2.5.27
[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 _0x1123=['recallme','prototype','format','\x22%s\x22\x20<%s>','dialCutDigit','substring','queue','moment','isNil','string','voiceQueue','uniqueid','name','Contact','firstName','lastName','number','active','type','dialQueueTimeout','countbusyretry','countcongestionretry','countnoanswerretry','countnosuchnumberretry','countabandonedretry','countmachineretry','countagentrejectretry','ContactId','ListId','UserId','VoiceQueueId','CampaignId','idHopper','ContactFirstName','starttime','YYYY-MM-DD\x20HH:mm:ss','callback','callbackuniqueid','callbackat'];(function(_0x1104d6,_0x1020cf){var _0x44463c=function(_0x178473){while(--_0x178473){_0x1104d6['push'](_0x1104d6['shift']());}};_0x44463c(++_0x1020cf);}(_0x1123,0x118));var _0x3112=function(_0x2c91e9,_0x2fb965){_0x2c91e9=_0x2c91e9-0x0;var _0x13f0ff=_0x1123[_0x2c91e9];return _0x13f0ff;};'use strict';var util=require('util');var _=require('lodash');var moment=require(_0x3112('0x0'));function checkNameSurname(_0x558da2,_0x1baf4e,_0x324dd8){var _0x17f650='';if(!_['isNil'](_0x1baf4e)&&'string'===typeof _0x1baf4e){_0x17f650+=_0x1baf4e;}if(!_[_0x3112('0x1')](_0x324dd8)&&_0x3112('0x2')===typeof _0x324dd8){_0x17f650+='\x20'+_0x324dd8;}if(_0x17f650!==''){return _0x17f650;}return _0x558da2;}function Action(_0x21752a,_0x34ad01,_0xc4b189){this[_0x3112('0x3')]=_0x21752a;this[_0x3112('0x4')]=_0xc4b189||undefined;this[_0x3112('0x5')]=checkNameSurname(_0x34ad01[_0x3112('0x6')]['phone'],_0x34ad01[_0x3112('0x6')][_0x3112('0x7')],_0x34ad01[_0x3112('0x6')][_0x3112('0x8')]);this[_0x3112('0x9')]=_0x34ad01[_0x3112('0x6')]['phone'];this['queue']=_0x21752a[_0x3112('0x5')];this[_0x3112('0xa')]=_0x34ad01[_0x3112('0xa')]||![];this[_0x3112('0xb')]=_0x21752a[_0x3112('0xb')];this['dialQueueTimeout']=_0x21752a[_0x3112('0xc')]||0x3;this['scheduledat']=_0x34ad01['scheduledat'];this[_0x3112('0xd')]=_0x34ad01[_0x3112('0xd')];this[_0x3112('0xe')]=_0x34ad01['countcongestionretry'];this['countnoanswerretry']=_0x34ad01[_0x3112('0xf')];this['countnosuchnumberretry']=_0x34ad01[_0x3112('0x10')];this['countdropretry']=_0x34ad01['countdropretry'];this[_0x3112('0x11')]=_0x34ad01[_0x3112('0x11')];this['countmachineretry']=_0x34ad01[_0x3112('0x12')];this[_0x3112('0x13')]=_0x34ad01['countagentrejectretry'];this['ContactId']=_0x34ad01[_0x3112('0x14')];this['ListId']=_0x34ad01[_0x3112('0x15')];this[_0x3112('0x16')]=_0x34ad01['UserId'];this['VoiceQueueId']=_0x34ad01[_0x3112('0x17')];this[_0x3112('0x18')]=_0x34ad01[_0x3112('0x18')];this[_0x3112('0x19')]=_0x34ad01['id'];this[_0x3112('0x1a')]=_0x34ad01[_0x3112('0x6')]['firstName']||'';this[_0x3112('0x1b')]=moment()['format'](_0x3112('0x1c'));this[_0x3112('0x1d')]=_0x34ad01[_0x3112('0x1d')];this[_0x3112('0x1e')]=_0x34ad01[_0x3112('0x1e')];this['callbackat']=_0x34ad01[_0x3112('0x1f')];this['recallme']=_0x34ad01[_0x3112('0x20')];this['originatecalleridnum']='';this['originatecalleridname']='';}Action[_0x3112('0x21')]['getCaller']=function(){return util[_0x3112('0x22')](_0x3112('0x23'),this[_0x3112('0x5')],this['voiceQueue'][_0x3112('0x24')]>0x0?this[_0x3112('0x9')][_0x3112('0x25')](this[_0x3112('0x3')]['dialCutDigit']):this[_0x3112('0x9')]);};Action[_0x3112('0x21')]['getQueue']=function(){return this[_0x3112('0x26')];};module['exports']=Action;