Can someone help???
I have just written a new script for a campaign which starts with a few if statements (see script below)
However when within these times instead of giving the relevant voice promt all i am getting is ringback but outside of these times (which is during normal office hours) the rest of the script runs fine?????
Is there something i am missing?
IF DAY OF WEEK = WEEKEND AND TIME OF DAY = x_1_tod
THEN
OPEN VOICE SESSION
PLAY PROMPT VOICE SEGMENT 1_closed
END VOICE SESSION
DISCONNECT
END IF
IF TIME OF DAY = x_new_tod
THEN
OPEN VOICE SESSION
PLAY PROMPT VOICE SEGMENT new_closed
END VOICE SESSION
DISCONNECT
END IF
MoMoZoNe
I have just written a new script for a campaign which starts with a few if statements (see script below)
However when within these times instead of giving the relevant voice promt all i am getting is ringback but outside of these times (which is during normal office hours) the rest of the script runs fine?????
Is there something i am missing?
IF DAY OF WEEK = WEEKEND AND TIME OF DAY = x_1_tod
THEN
OPEN VOICE SESSION
PLAY PROMPT VOICE SEGMENT 1_closed
END VOICE SESSION
DISCONNECT
END IF
IF TIME OF DAY = x_new_tod
THEN
OPEN VOICE SESSION
PLAY PROMPT VOICE SEGMENT new_closed
END VOICE SESSION
DISCONNECT
END IF
MoMoZoNe