Specifications

February 23, 2000 Motorola Personal Communications Sector Page 26
Satellite Subscriber Products Division
Motorola Personal Communications Sector
Satellite Subscriber Products Division
ISU AT Command Reference Extended Cellular Commands (+C)
Query phone activity status. The response is in the form:
+CPAS: <x>
where <x> can take the following values:
0 Ready.
1 Unavailable.
2 Unknown.
3 Ringing.
4 In Call.
4.21 +CPBF - Find phonebook entries
Exec Command: +CPBF=<findtext>
Execution command returns phonebook entries (from the current phonebook memory storage selected with
+CPBS) which alphanumeric field start with string <findtext>. <findtext> should of string type enclosed by
““; for example, “John”.
Entry fields returned are location number <index n>, phone number stored there <number> (of address type
<type>), and text <text> associated with the number. Response is in the following format:
+CPBF: <index1>,<number>,<type>,<text>[[...]<CR><LF>+CBPF:
<index2>,<number>,<type>,<text>]
Test Command: +CPBF=?
Test command returns the maximum lengths of <number> and <text> fields for phonebook entries.
Response is in the form:
+CPBF: <nlength>,<tlength>
where <nlength> indicates the maximum length of <number> and <tlength> shows the maximum length of
<text>.
4.22 +CPBR - Read phonebook entries
Exec Command: +CPBR=<index1>[,<index2>]
Execution command returns phonebook entries in location number range <index1>... <index2> from the
current phonebook memory storage selected with +CPBS. If <index2> is left out, only location <index1> is
returned.
Entry fields returned are location number <index n>, phone number stored there <number> (of address type
<type>) and text <text> associated with the number. Response is in the form:
+CPBR: <index1>,<number>,<type>,<text>[[...] <CR><LF>+CPBR:
<index2>,<number>,<type>,<text>]
Test Command: +CPBR=?
Test command returns location range supported by the current storage and the maximum lengths of <num-
ber> and <text> fields. Response is in the form:
+CPBR: (list of supported <index>s),<nlength>,<tlength>
where <nlength> indicates the maximum length of <number> and <tlength> shows the maximum length of
<text>.