Good Afternoon Tek Tippers
I am wondering if anyone can help me with a contact centre script call handler. See below script.
This is working very well at the moment. What I am trying to achieve is the following.
After X amount of minutes being played the section loop 2 comfort message, if still not answered I would like to introduce a 3rd comfort message and play this, then if still not answered after that go back to the beginning of the comfort messages and start again at voice segment 1.
I know it has something to do with loop counters, but haven't a clue where to start.
Any help would be much appreciated.
GIVE RINGBACK
IF NOT OUT OF SERVICE skillset_cv THEN
QUEUE TO SKILLSET skillset_cv WITH PRIORITY priority_cv
WAIT 2
ELSE
OPEN VOICE SESSION
PLAY PROMPT
VOICE SEGMENT vs_unforseen
END VOICE SESSION
DISCONNECT
END IF
WAIT 5
OPEN VOICE SESSION
PLAY PROMPT
VOICE SEGMENT vs_1
END VOICE SESSION
SECTION Loop
GIVE RINGBACK
WAIT 25
OPEN VOICE SESSION
PLAY PROMPT
VOICE SEGMENT vs_2
END VOICE SESSION
EXECUTE Loop
I am wondering if anyone can help me with a contact centre script call handler. See below script.
This is working very well at the moment. What I am trying to achieve is the following.
After X amount of minutes being played the section loop 2 comfort message, if still not answered I would like to introduce a 3rd comfort message and play this, then if still not answered after that go back to the beginning of the comfort messages and start again at voice segment 1.
I know it has something to do with loop counters, but haven't a clue where to start.
Any help would be much appreciated.
GIVE RINGBACK
IF NOT OUT OF SERVICE skillset_cv THEN
QUEUE TO SKILLSET skillset_cv WITH PRIORITY priority_cv
WAIT 2
ELSE
OPEN VOICE SESSION
PLAY PROMPT
VOICE SEGMENT vs_unforseen
END VOICE SESSION
DISCONNECT
END IF
WAIT 5
OPEN VOICE SESSION
PLAY PROMPT
VOICE SEGMENT vs_1
END VOICE SESSION
SECTION Loop
GIVE RINGBACK
WAIT 25
OPEN VOICE SESSION
PLAY PROMPT
VOICE SEGMENT vs_2
END VOICE SESSION
EXECUTE Loop