a29b652a584dcbee6b79bfcfee4d3bb7ff1478cd
[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 _0x8f4e=['getCaller','\x22%s\x22\x20<%s>','number','substring','dialCutDigit','util','moment','isNil','string','voiceQueue','uniqueid','name','Contact','phone','firstName','queue','active','type','dialQueueTimeout','scheduledat','countbusyretry','countcongestionretry','countnoanswerretry','ContactId','ListId','UserId','CampaignId','starttime','YYYY-MM-DD\x20HH:mm:ss','callback','callbackuniqueid','callbackat','recallme','originatecalleridnum','originatecalleridname','prototype'];(function(_0x3f1327,_0x5287cd){var _0x2ff753=function(_0x221d14){while(--_0x221d14){_0x3f1327['push'](_0x3f1327['shift']());}};_0x2ff753(++_0x5287cd);}(_0x8f4e,0x149));var _0xe8f4=function(_0x3e326d,_0x22958b){_0x3e326d=_0x3e326d-0x0;var _0x382b9c=_0x8f4e[_0x3e326d];return _0x382b9c;};'use strict';var util=require(_0xe8f4('0x0'));var _=require('lodash');var moment=require(_0xe8f4('0x1'));function checkNameSurname(_0x303b95,_0x42326d,_0x4cbe76){var _0x1a9c39='';if(!_[_0xe8f4('0x2')](_0x42326d)&&_0xe8f4('0x3')===typeof _0x42326d){_0x1a9c39+=_0x42326d;}if(!_[_0xe8f4('0x2')](_0x4cbe76)&&_0xe8f4('0x3')===typeof _0x4cbe76){_0x1a9c39+='\x20'+_0x4cbe76;}if(_0x1a9c39!==''){return _0x1a9c39;}return _0x303b95;}function Action(_0xcf6d41,_0x4d2238,_0x37c911){this[_0xe8f4('0x4')]=_0xcf6d41;this[_0xe8f4('0x5')]=_0x37c911||undefined;this[_0xe8f4('0x6')]=checkNameSurname(_0x4d2238[_0xe8f4('0x7')][_0xe8f4('0x8')],_0x4d2238[_0xe8f4('0x7')][_0xe8f4('0x9')],_0x4d2238[_0xe8f4('0x7')]['lastName']);this['number']=_0x4d2238['Contact'][_0xe8f4('0x8')];this[_0xe8f4('0xa')]=_0xcf6d41['name'];this['active']=_0x4d2238[_0xe8f4('0xb')]||![];this[_0xe8f4('0xc')]=_0xcf6d41[_0xe8f4('0xc')];this[_0xe8f4('0xd')]=_0xcf6d41[_0xe8f4('0xd')]||0x3;this[_0xe8f4('0xe')]=_0x4d2238[_0xe8f4('0xe')];this[_0xe8f4('0xf')]=_0x4d2238['countbusyretry'];this[_0xe8f4('0x10')]=_0x4d2238['countcongestionretry'];this[_0xe8f4('0x11')]=_0x4d2238[_0xe8f4('0x11')];this[_0xe8f4('0x12')]=_0x4d2238[_0xe8f4('0x12')];this[_0xe8f4('0x13')]=_0x4d2238[_0xe8f4('0x13')];this['UserId']=_0x4d2238[_0xe8f4('0x14')];this['VoiceQueueId']=_0x4d2238['VoiceQueueId'];this[_0xe8f4('0x15')]=_0x4d2238[_0xe8f4('0x15')];this['idHopper']=_0x4d2238['id'];this['ContactFirstName']=_0x4d2238['Contact']['firstName']||'';this[_0xe8f4('0x16')]=moment()['format'](_0xe8f4('0x17'));this['callback']=_0x4d2238[_0xe8f4('0x18')];this[_0xe8f4('0x19')]=_0x4d2238[_0xe8f4('0x19')];this[_0xe8f4('0x1a')]=_0x4d2238['callbackat'];this[_0xe8f4('0x1b')]=_0x4d2238[_0xe8f4('0x1b')];this[_0xe8f4('0x1c')]='';this[_0xe8f4('0x1d')]='';}Action[_0xe8f4('0x1e')][_0xe8f4('0x1f')]=function(){return util['format'](_0xe8f4('0x20'),this[_0xe8f4('0x6')],this[_0xe8f4('0x4')]['dialCutDigit']>0x0?this[_0xe8f4('0x21')][_0xe8f4('0x22')](this[_0xe8f4('0x4')][_0xe8f4('0x23')]):this[_0xe8f4('0x21')]);};Action[_0xe8f4('0x1e')]['getQueue']=function(){return this[_0xe8f4('0xa')];};module['exports']=Action;