Built motion from commit 0900f080.|2.5.45
[motion2.git] / server / services / ami / dialer / hangup.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 _0xea0d=['uniqueid','calleridname','name','calleridnum','starttime','responsetime','endtime','holdtime','membername','cause-txt','callback','callbackuniqueid','recallme','ContactId','ListId','UserId','VoiceQueueId','CampaignId','util','moment','milliseconds','diff','seconds','statedesc','scheduledat','type','outbound','queue','countbusyretry','countnoanswerretry','countglobal','countcongestionretry','countnosuchnumberretry','countabandonedretry','countmachineretry','countagentrejectretry','countdropretry'];(function(_0x13f64e,_0x1d1626){var _0x395f6c=function(_0x516bc0){while(--_0x516bc0){_0x13f64e['push'](_0x13f64e['shift']());}};_0x395f6c(++_0x1d1626);}(_0xea0d,0x115));var _0xdea0=function(_0x2211b2,_0x3c32a7){_0x2211b2=_0x2211b2-0x0;var _0x1ff209=_0xea0d[_0x2211b2];return _0x1ff209;};'use strict';var util=require(_0xdea0('0x0'));var _=require('lodash');var moment=require(_0xdea0('0x1'));function getSeconds(_0x23b0a8,_0x26091b){var _0x25119f=moment(_0x23b0a8)[_0xdea0('0x2')](0x0);var _0x30276a=moment(_0x26091b)[_0xdea0('0x2')](0x0);return _0x25119f[_0xdea0('0x3')](_0x30276a,_0xdea0('0x4'));}function Hangup(_0x20d78b,_0x254014){this['state']=0x4;this[_0xdea0('0x5')]='Answer';this[_0xdea0('0x6')]=_0x20d78b[_0xdea0('0x6')];this[_0xdea0('0x7')]=_0x20d78b[_0xdea0('0x7')];this['campaigntype']=_0x20d78b[_0xdea0('0x7')]===_0xdea0('0x8')?_0xdea0('0x9'):_0x20d78b[_0xdea0('0x7')];this[_0xdea0('0xa')]=_0x20d78b[_0xdea0('0xa')];this['countcongestionretry']=_0x20d78b['countcongestionretry'];this[_0xdea0('0xb')]=_0x20d78b['countnoanswerretry'];this[_0xdea0('0xc')]=_0x20d78b[_0xdea0('0xa')]+_0x20d78b[_0xdea0('0xd')]+_0x20d78b[_0xdea0('0xb')]+_0x20d78b[_0xdea0('0xe')]+_0x20d78b['countdropretry']+_0x20d78b[_0xdea0('0xf')]+_0x20d78b[_0xdea0('0x10')]+_0x20d78b[_0xdea0('0x11')];this[_0xdea0('0xe')]=_0x20d78b[_0xdea0('0xe')];this[_0xdea0('0x12')]=_0x20d78b[_0xdea0('0x12')];this[_0xdea0('0xf')]=_0x20d78b[_0xdea0('0xf')];this[_0xdea0('0x10')]=_0x20d78b[_0xdea0('0x10')];this[_0xdea0('0x11')]=_0x20d78b[_0xdea0('0x11')];this[_0xdea0('0x13')]=_0x254014[_0xdea0('0x13')];this[_0xdea0('0x14')]=_0x20d78b[_0xdea0('0x15')];this[_0xdea0('0x16')]=_0x20d78b['number'];this[_0xdea0('0x17')]=_0x20d78b[_0xdea0('0x17')];this['responsetime']=_0x20d78b[_0xdea0('0x18')];this[_0xdea0('0x19')]=moment()['format']('YYYY-MM-DD\x20HH:mm:ss');this['ringtime']=getSeconds(_0x20d78b['responsetime'],_0x20d78b[_0xdea0('0x17')]);this[_0xdea0('0x1a')]=0x0;this['talktime']=getSeconds(this['endtime'],_0x20d78b[_0xdea0('0x18')]);this[_0xdea0('0x9')]=_0x20d78b[_0xdea0('0x9')];this[_0xdea0('0x1b')]='IVR';this['reason']=_0x254014[_0xdea0('0x1c')];this[_0xdea0('0x1d')]=_0x20d78b[_0xdea0('0x1d')];this[_0xdea0('0x1e')]=_0x20d78b[_0xdea0('0x1e')];this['callbackat']=_0x20d78b['callbackat'];this[_0xdea0('0x1f')]=_0x20d78b[_0xdea0('0x1f')];this[_0xdea0('0x20')]=_0x20d78b[_0xdea0('0x20')];this['ListId']=_0x20d78b[_0xdea0('0x21')];this[_0xdea0('0x22')]=_0x20d78b[_0xdea0('0x22')];this['VoiceQueueId']=_0x20d78b[_0xdea0('0x23')];this[_0xdea0('0x24')]=_0x20d78b['CampaignId'];}module['exports']=Hangup;