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
demandé il y a 5 ans203 vues
1 réponse
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
répondu il y a 5 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions