I am trying to use a VQ to measure time spent in executing a strategy (including playing prompts etc). For this I placed the call in a VQ at the beginning of the strategy and at the end I did a ClearTargets on that VQ.
I am able to count the number of cleared calls , but I cannot measure the time. Does anyone have some ideas ?
I tried creating this statistic in CCP StatServer, TotalTimeToClear, but it doesn’t work:
When the call enters the RP do a capture of the time stamp and attach to a KVP. When call enters to an agent on his softphone capture again the current timestamp, then capture the kvp holding the initial time stamp, do a rest and print it.
Done.