Specifications
ISU AT Command Reference Phase III AT Commands
Iridium Proprietary Version 2.45
20 June 2011 58
7.13 +CCLK - Real-Time Clock
Set Command: +CCLK=[<time>]
Sets the real-time clock of the ISU. If setting fails, ERROR is returned.
<time>: string type value; format is “yy/MM/dd,hh:mm:sszz”, where characters indicate year (two last
digits), month, day, hour, minutes, seconds and time zone. There is no blank space between the
two double quotes. Since time zone feature is not supported in Iridium, this particular field (zz) is
ignored if it is entered. The range of valid years is between 1970 and 2058.
For example, 15
th
of May 2002, 22:10:00 hours can be set using +CCLK= “02/05/15,22:10:00”.
Read Command: +CCLK?
Read command returns the current setting of the clock.
+CCLK: <time>
7.14 -MSVTS - DTMF Generation in Voice Call
Set Command: -MSVTS=<string>
Generate the specified DTMF tone (i.e., send tone DTMF message to network). The parameter <string>
shall consist of elements in a list where each element is separated by a comma. Each element should either
be (1) a single ASCII character; or (2) string that follows the format: <tone>[,<time>] with each string
enclosed in square brackets “[]”. The string parameter values are defined as follows:
<tone> specifies the string of tones to be played or generated. The valid values are (in ASCII):
‘0’-’9’, ‘#’, ‘*’
<time> specifies the duration of each tone in 180-millisecond unit. Default value is 1 for 180 ms.
For example, the command string -MSVTS=1,[9,2],[5,3] will:
1. Generate DTMF 1 with a duration of 180 ms (default).
2. Generate DTMF 9 with a duration of 360 ms (2 * 180 ms).
3. Generate DTMF 5 with a duration of 540 ms (3 * 180 ms).
Test Command:
-MSVTS=?
List the supported parameter settings. The response is in the form:
-MSVTS: (supported <tone>s),(supported <time>s)
Note: DTMF generated with the –MSVTS command is never played back locally as tones and is therefore
neither played nor muted under control of the –MSVLS command.