Hello
we have had queue posisition announcements active for a couple of years on some of our scripts (we use these in conjunction with wait times etc) and we have recently had a couple of caller stats they were told they were 7 then next loop they were 8 (as an example) - as I say only had a couple of people say this - thousands of callers have not - and it is as far as I can see impossible to prove or disprove - anyone had similar feedback before and is it even possible?
The below is the script I use and this is in a loop
many thanks (ps new to this forum so hopefully have done it right!)
ASSIGN POSITION IN QUEUE Skillset_cv TO pos_holder_cv
IF pos_holder_cv <= pos_check_cv THEN
OPEN VOICE SESSION
PLAY PROMPT
VOICE SEGMENT queue_pos1
NUMBER pos_holder_cv
VOICE SEGMENT queue_pos_end
END VOICE SESSION
ASSIGN pos_holder_cv TO pos_check_cv
END IF
we have had queue posisition announcements active for a couple of years on some of our scripts (we use these in conjunction with wait times etc) and we have recently had a couple of caller stats they were told they were 7 then next loop they were 8 (as an example) - as I say only had a couple of people say this - thousands of callers have not - and it is as far as I can see impossible to prove or disprove - anyone had similar feedback before and is it even possible?
The below is the script I use and this is in a loop
many thanks (ps new to this forum so hopefully have done it right!)
ASSIGN POSITION IN QUEUE Skillset_cv TO pos_holder_cv
IF pos_holder_cv <= pos_check_cv THEN
OPEN VOICE SESSION
PLAY PROMPT
VOICE SEGMENT queue_pos1
NUMBER pos_holder_cv
VOICE SEGMENT queue_pos_end
END VOICE SESSION
ASSIGN pos_holder_cv TO pos_check_cv
END IF