70 536EX Chipset Developer’s Manual
Intel Confidential
IS-101 Voice Mode AT Commands
IS-101 Voice Mode AT Commands 6
The 536EX chipsets implement a voice mode AT command set that allows a DTE to record and
play back voice messages. This product is compatible with the EIA/TIA IS-101 voice command
set. This section lists supported commands and a detailed description of each command (see
Table 25 on page 71). When multiple commands are placed on a line, a semicolon (;) must be
placed after each voice (and fax) command.
Note: To originate a call, to answer, and to hang up, use the ATD, AT+VLS
≠0, and AT+VLS=0
commands, respectively.
Each command may be used as follows:
+V<command>? Read current setting
+V<command> = ? Read permissible settings
+V<command> = <parameter> Set parameter
For example, AT+FCLASS? determines whether the modem is configured for data (or fax) mode
or voice mode. AT+FCLASS=? determines which data/fax/voice modes are supported by the
modem. AT+FCLASS=m switches between voice mode and data mode.
The modem exchanges streams of data with the DTE while executing the commands for voice
playback (AT+VTX) and record (AT+VRX) and while in voice command mode (with either the
modem being off-hook or using the local phone—AT+VLS=m). In these modes, the DCE searches
for DTMF, calling tone, and dial tones and reports them to the DTE whenever they are detected.
Detection information and data stream terminators are passed between the DTE and DCE by first
sending an ASCII
<DLE> character ($10h) followed by a special character. Special characters in
the data stream are used as follows:
any data ... <DLE><ETX> end of data stream
any data ... <DLE><DLE> single 10h<DLE> in data stream
any data ... <DLE><X> X is a special character,
delete both <DLE> and X from
the data stream
When the DTE transfers data to the modem during playback mode (AT+VTX command), the DTE
must insert a
<DLE> for each <DLE> in the original data stream. When data is no longer available,
the DTE must add the stream terminator
<DLE><ETX> to the end of the data stream. If the modem
detects the two terminating characters
<DLE><ETX> within the data stream, it transmits the data
immediately to the remote modem without waiting for the buffer to fill up. To abort playback mode
without waiting for the modem to empty the internal modem buffer, send
<DLE><CAN><DLE><ETX>. Immediately aborting the playback mode eliminates long delays
between receiving a DTMF tone or keyboard abort and starting a new function such as playing
back or recording a new message.
When the modem transfers data to the DTE during record mode (AT+VRX command), the DTE
must filter the data stream by removing all character pairs beginning with
<DLE>. The DTE also
must recognize
<DLE><ETX> as the stream terminator. Upon detecting <DLE><DLE>, the DTE
must reinsert a single
<DLE> in its place. The modem buffers up to 512 bytes of voice data
received from the SAFE analog-to-digital converters if the DTE cannot read the data immediately.