I recently built a Symposium 5.0 (SU_07) server, with CallPilot 4.0 and Succession 3.0.
After completing the configuration Symposium acquires all resourses correctly and CallPilot has registered all channels correctly. However when a script calls for a voice segment to be played (either by GIVE IVR, GIVE Broadcast or Open Voice Session) the caller only hears dead air and not the recording.
I've confirmed that all ports are configured correctly on M1 and am at a loss onto what the issue is. My vendor also hasn't been able to come up with any recommendations thus far.
Notes:
- The CP Channels show activity (light up) on the cooresponding IVR and Access channel when the recording is 'supposed' to be playing
- Symposium was fully booted before starting CallPilot
- Global Settings configured for 4 broadcast (of 6 in total)
- All IVR, ACCESS and CDN's acquire without issue
- Reboots of all environments have not resolved the issue
VOICE SEGMENT TEST SCRIPT
/* Title: Master Script */
IF TRANSFERRED OR CONFERENCED THEN
GIVE RINGBACK
WAIT 5
ELSE
GIVE RINGBACK
WAIT 2
END IF
WHERE CDN EQUALS
VALUE chd_CDN_gv: EXECUTE chd_Section
DEFAULT: ROUTE CALL DEFAULT DN
END WHERE
/* --------- IVRDN ACCESSDN TESTS ------------- */
SECTION chd_Section
GIVE CONTROLLED BROADCAST ANNOUNCEMENT
PLAY PROMPT VOICE SEGMENT Test_vs
WAIT 5
OPEN VOICE SESSION 6330
PLAY PROMPT VOICE SEGMENT Test_vs
END VOICE SESSION
WAIT 5
GIVE IVR 6340 WITH TREATMENT 6770
WAIT 5
EXECUTE chd_Section
After completing the configuration Symposium acquires all resourses correctly and CallPilot has registered all channels correctly. However when a script calls for a voice segment to be played (either by GIVE IVR, GIVE Broadcast or Open Voice Session) the caller only hears dead air and not the recording.
I've confirmed that all ports are configured correctly on M1 and am at a loss onto what the issue is. My vendor also hasn't been able to come up with any recommendations thus far.
Notes:
- The CP Channels show activity (light up) on the cooresponding IVR and Access channel when the recording is 'supposed' to be playing
- Symposium was fully booted before starting CallPilot
- Global Settings configured for 4 broadcast (of 6 in total)
- All IVR, ACCESS and CDN's acquire without issue
- Reboots of all environments have not resolved the issue
VOICE SEGMENT TEST SCRIPT
/* Title: Master Script */
IF TRANSFERRED OR CONFERENCED THEN
GIVE RINGBACK
WAIT 5
ELSE
GIVE RINGBACK
WAIT 2
END IF
WHERE CDN EQUALS
VALUE chd_CDN_gv: EXECUTE chd_Section
DEFAULT: ROUTE CALL DEFAULT DN
END WHERE
/* --------- IVRDN ACCESSDN TESTS ------------- */
SECTION chd_Section
GIVE CONTROLLED BROADCAST ANNOUNCEMENT
PLAY PROMPT VOICE SEGMENT Test_vs
WAIT 5
OPEN VOICE SESSION 6330
PLAY PROMPT VOICE SEGMENT Test_vs
END VOICE SESSION
WAIT 5
GIVE IVR 6340 WITH TREATMENT 6770
WAIT 5
EXECUTE chd_Section