cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
230
Views
0
Helpful
2
Replies

IPCC Queued calls with menus

t.cameron
Level 1
Level 1

I'm having an issue where I've written a script for my IPCC server that is not behaving as expected.

When a caller is queued (after passing previous time and agent count tests), I want to prompt them every 45 seconds with the ability to get to an operator with a "0" keypress. The problem I have is that the hold music stops, and I don't think the keypress will actually stop the delay statement and go back to the menu.

I have attached my current script. If anyone can spot an error, I would be very happy to hear about it. Thanks!!

2 Replies 2

Jonathan Schulenberg
Hall of Fame
Hall of Fame

You are correct: DTMF input will not interrupt the Delay step. If you have set the Menu step not to clear the input buffer, it will still get the digit when the queued_loop returns to that step. Normally, I recommend you word the menu prompt like "...press 0 now" so the caller knows when to make the selection.

I've discussed this in more depth here:

http://forums.cisco.com/eforum/servlet/NetProf?page=netprof&forum=Unified%20Communications%20and%20Video&topic=Contact%20Center&CommCmd=MB%3Fcmd%3Dpass_through%26location%3Doutline%40^1%40%40.2cc23657/1#selected_message

I am using IPCC, writing a Customer Response Solution (CRS). I have the loop around the menu working properly now, which is good. But, I can't make the menu play a concatenated prompt. What's the secret?