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

Play Diferent Prompts while caller is waiting

Marco Villani
Level 1
Level 1

Hello, i need to have my script to play different prompts while the callers is waiting for an available agent, my customer wants the prompt played to change every 15 seconds. can somebody direct me on how to do this , share a file or direct me where to look . Thanks in advance.

3 Replies 3

How many prompts the customer want to cycle through? Are this prepared prompts or do they needed to be updated ad hoc (as in updated with queue statistics). And 15 seconds is a very short period of time. Most prompts that I work with are longer than 15 seconds by themselves. Does the user just want to present a number of random prompts to the caller?

Thank you for the reply.

There are 4 prompts , i already loaded them on the CRS. The customer wants the prompt to be played in sequence and in a loop. so after 15 sec that the caller is waiting play prompt 1 - after 30 sec prompt 2 - 45 sec prompt 3 - 60 sec prompt 4 and than 1 again.

Thanks.

There are two ways to do this assuming that each prompt is the length of time you listed above. There is no way to override an active Play Prompt step and start playing a different WAV file. The first WAV needs to complete.

The more elegant is to use the Create Generated Prompt step. This will allow you to get the same Play Prompt step to play a different WAV file each time it is invoked or concatenate multiple WAV files into one variable depending on how you configure it.

The second is to manually concatinate them together within a single Play Prompt step

(P[example1.wav] + P[example2.wav])

Cisco Unified Contact Center Express Scripting and Development Series: Volume 2, Editor Step Reference 7.0(1)

http://cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/crs/express_7_0/user/guide/uccx701edstepref.pdf