cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
406
Views
5
Helpful
3
Replies

ipcc script

Nkechi Latunji
Level 1
Level 1

i struggle with ipcc scripts. can someone pls explain how to make a message loop 30 sec and then 90 sec, until caller hangs up if no agents available. i have got it working to where the message is played that all agents are busy. i would like this to loop

Thanks

Nki

3 Replies 3

Hi,

You need to use the label step and the go to step.

Start

Accept

Select Resource

     Label Loop

          Play Prompt

     Go to Loop

Terminate

End

That way the caller will hear the prompt or prompts you want to play for them.

Gabriel.

Thanks, how to I get the message/prompt to loop in 30 seconds and then 60 seconds until infinity

Well, with that, the call will be there until the agent gets ready or the caller hungs up. So you can have one or more prompts there.

Gabriel.