First off, thanks in advance for your input.
Environment:
- Symposium 5.0
- CallPilot 4.0
- M1 81C (rel 25.40b) soon to be upgraded to 4.5
We recently completed building our Symposium 5.0 server. This project has been put on hold several times due to various reasons. It's up and running and I've tested most of the functions and all seems okay.
I have however uncovered a problem with when placing multiple calls to the same skill-set. Below is part of the call treatment script which loops while the call is on hold.
/* CHD_CCT SCRIPT */
GIVE CONTROLLED BROADCAST ANNOUNCEMENT
PLAY PROMPT WITH LANGUAGE language_cv VOICE SEGMENT chd_1stwait_vs
GIVE MUSIC 5
I've noticed that the voice segment does not play to all callers (tested it with 3 simultaneous calls). In some cases "DEAD AIR" is played (caller notices a pause of music for duration of voice segment). What's more concerning is that in some rare instances Symposium is bridging a "LIVE PRIVATE EXTENSION" call for the duration of the voice segment. You can actually hear a private call during the voice segment window (5 seconds).
I definitely can't roll this into production without resolving this issue. I've checked the access and IVR ports of CallPilot and can't find any issues. And I have no idea of how/why the system is doing this.
Any assistance or suggestions is appreciated.
Environment:
- Symposium 5.0
- CallPilot 4.0
- M1 81C (rel 25.40b) soon to be upgraded to 4.5
We recently completed building our Symposium 5.0 server. This project has been put on hold several times due to various reasons. It's up and running and I've tested most of the functions and all seems okay.
I have however uncovered a problem with when placing multiple calls to the same skill-set. Below is part of the call treatment script which loops while the call is on hold.
/* CHD_CCT SCRIPT */
GIVE CONTROLLED BROADCAST ANNOUNCEMENT
PLAY PROMPT WITH LANGUAGE language_cv VOICE SEGMENT chd_1stwait_vs
GIVE MUSIC 5
I've noticed that the voice segment does not play to all callers (tested it with 3 simultaneous calls). In some cases "DEAD AIR" is played (caller notices a pause of music for duration of voice segment). What's more concerning is that in some rare instances Symposium is bridging a "LIVE PRIVATE EXTENSION" call for the duration of the voice segment. You can actually hear a private call during the voice segment window (5 seconds).
I definitely can't roll this into production without resolving this issue. I've checked the access and IVR ports of CallPilot and can't find any issues. And I have no idea of how/why the system is doing this.
Any assistance or suggestions is appreciated.