How long a call waited in queue?

0

Hi
i am trying to find how i can get the the value of how long the call waited in queue when its answered?
And store this value as a contact Attribute .

Eventually this attribute will be passed to the agent dashboard and displayed to the agent when a call is answered

Thanks in advance
CodeBug

CodeBug
已提問 5 年前檢視次數 204 次
1 個回答
0

Hi CodeBug,

The way I'd solve this would be to set a ContactAttribute for TimePlacedInQueue (You'll need a Lambda to do this!), then use the Streams API to retrieve this on Agent Connection, do a calculation to compare the current time to TimePlacedInQueue and display as required.

Thanks
Dan

DanBloy
已回答 5 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南