- FreeSWITCH 1.8
- Anthony Minessale II Giovanni Maruzzelli
- 52字
- 2025-04-04 18:52:56
playback
The playback application plays an audio file to the caller. Files can be in many formats as supported by FreeSWITCH modules. The sound and music files included in FreeSWITCH demo are all .wav files.
Argument syntax: absolute path to a sound file or relative path to the default sound directory.
Examples:
<action application="playback" data="/absolute/path/to/sound.wav"/> <action application="playback" data="voicemail/vm-goodbye.wav"/>