cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
978
Views
0
Helpful
3
Replies

Digit collection while on hold

patrick.boyle
Level 1
Level 1

We have a customer that wants users to have the

ability to press a key at any time while on hold to leave a

voicemail for the agents. Any ideas folks?

3 Replies 3

westlad
Level 1
Level 1

I have done this before, not sure if I used the best method though. I set the queuing audio file as a menu prompt with no replays and a timeout to be the same length as the audio file. If the customer pressed any button they went to a planned destination i.e. voicemail. If no buttons pressed then they continued to the next planned message or looped.

Worked ok.  But other may be able to present a better way.....

Thanks

Duncan

geoff
Level 10
Level 10

Talk them out of that. It used to be common with old TDM IVRs, but they were easier to program for that sort of interrupt.

With IP IVR (CRS) it is far easier to ask every time you report that all agents are busy. Something like "all agents are busy helping other customers. Press 1 to leave a voice mail, press any other key, or just stay on the line, for the next available agent".

This is a reasonably standard approach. It's essentially equivalent functionality.

Regards,

Geoff

Hi,

You can also use the Create container prompt step to pull all the prompts you need. After that you can use the Get digit String step with the "container prompt" as your Prompt, then set this step (get digit string) to be interruptible. So you will have a succesfull step where you can send the call to the voice mail and a timeout and unsuccesful step where you can put a "go to" step to send the call to the queue again.

Gabriel