I build a script and while doing my final test I experience a funny situation I never saw before.
Here what hapen
I manage many call center at a major hospital.
Call center A has in his script
.
GIVE CONTROLLED BROADCAST ANNOUCEMENT
PLAY PROMPT WITH LANGUAGE ENGLISH
VOICE SEGMENT Wait_message
WAIT 2
.
.
Call center B has in his script the following
.
.
GIVE CONTROLLED BROADCAST ANNOUCEMENT
PLAY PROMPT WITH LANGUAGE ENGLISH
VOICE SEGMENT Wait_message
VOICE SEGMENT have_your_card
VOICE SEGMENT Advice_new_adress
wait 2
.
.
Now if a call arrive at call Center A and if it queued for voice segment at the same time as a call for call center B, the caller for call center A will hear the 3 segments even if it is not configure in the script.
If there is not call from call center B queued for segment, then call from call center A will hear only the segment configure.
variable are well configure and every things work fine as long as there is no call comming for both call center queud at the same time for segment.
I did configure a script with only segment ''Wait_message'' configure and the script will play all 3 segments every time there is call queue for segment coming for call center B.
I did even remove the second segment from the script for call center B and then it will play the two other segment at call center A when both call center have queued for segment.
Thanks
Here what hapen
I manage many call center at a major hospital.
Call center A has in his script
.
GIVE CONTROLLED BROADCAST ANNOUCEMENT
PLAY PROMPT WITH LANGUAGE ENGLISH
VOICE SEGMENT Wait_message
WAIT 2
.
.
Call center B has in his script the following
.
.
GIVE CONTROLLED BROADCAST ANNOUCEMENT
PLAY PROMPT WITH LANGUAGE ENGLISH
VOICE SEGMENT Wait_message
VOICE SEGMENT have_your_card
VOICE SEGMENT Advice_new_adress
wait 2
.
.
Now if a call arrive at call Center A and if it queued for voice segment at the same time as a call for call center B, the caller for call center A will hear the 3 segments even if it is not configure in the script.
If there is not call from call center B queued for segment, then call from call center A will hear only the segment configure.
variable are well configure and every things work fine as long as there is no call comming for both call center queud at the same time for segment.
I did configure a script with only segment ''Wait_message'' configure and the script will play all 3 segments every time there is call queue for segment coming for call center B.
I did even remove the second segment from the script for call center B and then it will play the two other segment at call center A when both call center have queued for segment.
Thanks