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年前218ビュー
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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ