Author Topic: Get the current action after the clicked button  (Read 2536 times)

Offline mndir

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
Get the current action after the clicked button
« on: October 22, 2015, 11:49:10 AM »
Hello friends,
I want the current action of the clicked button. Example, if a call is on hold during 30s, alert the user.
This is to start a thread in relation to the action.
All help is welcome.
I am new in precise customization of iws
« Last Edit: October 22, 2015, 12:18:51 PM by mndir »

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2752
  • Karma: 44
Re: Get the current action after the clicked button
« Reply #1 on: October 22, 2015, 03:03:36 PM »
What is your current code-behind? Try to describe clearly, what is not clear for you within the task.

Offline mndir

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
Re: Get the current action after the clicked button
« Reply #2 on: October 22, 2015, 03:19:04 PM »
Thank you for answering and forgive my bad English.
In fact I want to alert the user when time hold  is x seconds.
I try to intercept the click of button hold but cannot get the statistics data. I do not have the SDK to statistic.
I have this code
  commandManager.CommandsByName ["InteractionVoiceHoldCall"]. Insert (0,
                CommandActivator new () {CommandType = typeof (BeforeResumeCallCommand)});

But it does not help me much to have the hold time

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7639
  • Karma: 56330
Re: Get the current action after the clicked button
« Reply #3 on: October 22, 2015, 04:33:09 PM »
Why not create a metric for him on IWS and just give levels to it?
Read about KPI on IWS