Previous | Next | Contents | Index |
Controls the output device to which audio data is directed.
Requires SYSPRV privilege to set information for users other than yourself; requires SYSPRV or SYSNAM privilege to show information about users other than yourself.
SET AUDIO_DEVICE device
SET NOAUDIO_DEVICE
SHOW AUDIO_DEVICE
Qualifiers Defaults /ALL /NOALL /LOG /NOLOG /UIC="[g,m]" None /USER=username None
device
Device to which to direct audio data.
The
SET
andSHOW AUDIO_DEVICE
commands control which device audio data is directed to in order to play back audio messages and files. By default, all audio data is directed to the device_SOA0:
. To select, for instance, the deviceAUD0:
, issue the command
EMAIL> SET AUDIO_DEVICE AUD0: EMAIL> SHOW AUDIO_DEVICE Audio device is AUD0:. EMAIL>To undo a setting made with
SET AUDIO_DEVICE
, useSET NOAUDIO_DEVICE
. This will restore the setting to the default,_SOA0:
. The current setting, if any, may be queried withSHOW AUDIO_DEVICE
.
Previous | Next | Contents | Index |