Built motion from commit (unavailable).|2.5.6
[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 _0x2f95=['calleridname','name','calleridnum','number','responsetime','endtime','format','YYYY-MM-DD\x20HH:mm:ss','ringtime','starttime','holdtime','talktime','queue','membername','IVR','reason','callback','callbackuniqueid','recallme','ContactId','ListId','UserId','VoiceQueueId','CampaignId','util','milliseconds','diff','statedesc','Answer','scheduledat','type','campaigntype','countnoanswerretry','countglobal','countbusyretry','countcongestionretry','countnosuchnumberretry','countdropretry','countabandonedretry','countmachineretry','uniqueid'];(function(_0x110940,_0x398c0b){var _0x20822e=function(_0x95b316){while(--_0x95b316){_0x110940['push'](_0x110940['shift']());}};_0x20822e(++_0x398c0b);}(_0x2f95,0x160));var _0x52f9=function(_0x5572e4,_0x252aa5){_0x5572e4=_0x5572e4-0x0;var _0x37e924=_0x2f95[_0x5572e4];return _0x37e924;};'use strict';var util=require(_0x52f9('0x0'));var _=require('lodash');var moment=require('moment');function getSeconds(_0x47e0c2,_0x26bac4){var _0x171172=moment(_0x47e0c2)[_0x52f9('0x1')](0x0);var _0x25f72a=moment(_0x26bac4)[_0x52f9('0x1')](0x0);return _0x171172[_0x52f9('0x2')](_0x25f72a,'seconds');}function Hangup(_0x12f663,_0x2b3cbe){this['state']=0x4;this[_0x52f9('0x3')]=_0x52f9('0x4');this[_0x52f9('0x5')]=_0x12f663[_0x52f9('0x5')];this['type']=_0x12f663[_0x52f9('0x6')];this[_0x52f9('0x7')]=_0x12f663['type']==='outbound'?'queue':_0x12f663[_0x52f9('0x6')];this['countbusyretry']=_0x12f663['countbusyretry'];this['countcongestionretry']=_0x12f663['countcongestionretry'];this['countnoanswerretry']=_0x12f663[_0x52f9('0x8')];this[_0x52f9('0x9')]=_0x12f663[_0x52f9('0xa')]+_0x12f663[_0x52f9('0xb')]+_0x12f663[_0x52f9('0x8')]+_0x12f663[_0x52f9('0xc')]+_0x12f663[_0x52f9('0xd')]+_0x12f663[_0x52f9('0xe')]+_0x12f663[_0x52f9('0xf')]+_0x12f663['countagentrejectretry'];this[_0x52f9('0xc')]=_0x12f663[_0x52f9('0xc')];this[_0x52f9('0xd')]=_0x12f663[_0x52f9('0xd')];this['countabandonedretry']=_0x12f663[_0x52f9('0xe')];this[_0x52f9('0xf')]=_0x12f663[_0x52f9('0xf')];this['countagentrejectretry']=_0x12f663['countagentrejectretry'];this[_0x52f9('0x10')]=_0x2b3cbe['uniqueid'];this[_0x52f9('0x11')]=_0x12f663[_0x52f9('0x12')];this[_0x52f9('0x13')]=_0x12f663[_0x52f9('0x14')];this['starttime']=_0x12f663['starttime'];this['responsetime']=_0x12f663[_0x52f9('0x15')];this[_0x52f9('0x16')]=moment()[_0x52f9('0x17')](_0x52f9('0x18'));this[_0x52f9('0x19')]=getSeconds(_0x12f663[_0x52f9('0x15')],_0x12f663[_0x52f9('0x1a')]);this[_0x52f9('0x1b')]=0x0;this[_0x52f9('0x1c')]=getSeconds(this[_0x52f9('0x16')],_0x12f663[_0x52f9('0x15')]);this['queue']=_0x12f663[_0x52f9('0x1d')];this[_0x52f9('0x1e')]=_0x52f9('0x1f');this[_0x52f9('0x20')]=_0x2b3cbe['cause-txt'];this[_0x52f9('0x21')]=_0x12f663[_0x52f9('0x21')];this['callbackuniqueid']=_0x12f663[_0x52f9('0x22')];this['callbackat']=_0x12f663['callbackat'];this[_0x52f9('0x23')]=_0x12f663['recallme'];this[_0x52f9('0x24')]=_0x12f663[_0x52f9('0x24')];this['ListId']=_0x12f663[_0x52f9('0x25')];this[_0x52f9('0x26')]=_0x12f663['UserId'];this[_0x52f9('0x27')]=_0x12f663['VoiceQueueId'];this['CampaignId']=_0x12f663[_0x52f9('0x28')];}module['exports']=Hangup;