- Contents
Interaction Administrator Help
Audio Sources Introduction
Audio Sources is a feature that provides “named” audio sources that continuously transmit audio and can be listened to simultaneously by multiple calls. A common use of Audio Sources is for hold music, either for system-wide calls on-hold or in-queue waiting for an agent, but there is no restriction on the use of this feature.
CIC currently supports voice resources that continuously play an audio file.
ACD workgroup on-hold music
To implement ACD workgroup on-hold music using an Audio Source:
-
Create a name for an audio source in the Audio Source Entry Name dialog box.
-
Configure the WAV file audio source in the Audio Source Configuration dialog box.
-
Navigate to the Workgroups container.
-
Right-click on the workgroup you want to hear the audio source and select Properties.
-
In the Files tab, type “Audio:AudioSourceName” in the On-Hold Music field.
-
Repeat steps 4 and 5 for other workgroups.
Note: When using an audio source for on-hold music, playback begins at a random point in the audio file.
Custom implementations
Use the “Audio:AudioSourceName” call attribute name in a Play Audio File tool step to create custom handlers for other Audio Source implementations.
There is also an optional timeout setting in seconds, that can be used with the "Audio:AudioSourceName" parameter, For example:
audio:audiosourcename:#seconds
The "#seconds" is a timeout value that TS uses to play the audio source for that number of seconds, and then stops playing the audio.
Note: This optional timeout setting is not normally used. See the Interaction Designer online help for more information.