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 年前219 查看次数
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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则