Specifications

Chapter 15 – Phonebook Commands
Multi-Tech Systems, Inc. AT Commands for EDGE (E1) Modems (S000474A) 247
15.2 AT+CNUM Read Own Numbers
Description: AT+CNUM returns the subscribers own number(s) from the SIM.
Syntax: Test Command: AT+CNUM=?
Response: OK
Exec Command: AT+CNUM
Responses: [+CNUM: [<alpha>], <number>, <type>]
[+CNUM: ... ]
OK
ERROR
+CME ERROR: <err>
Parameters:
<alpha>
Optional alphanumeric string associated with <number>.
<number>
Phone number in format specified by <type>.
<type>
Type of address octet, see also: AT+CPBR <type>.
Notes:
Users should be aware that when using this AT command quickly after SIM PIN authentication, the SIM data
may not yet be accessible, resulting in a short delay before the requested AT command response is returned.
See Section 20.1, Restricted Access to SIM Data after SIM PIN Authentication.
This command is PIN protected.
This command is supported in airplane mode.
15.3 AT+CPBR Read from Phonebook
Description: AT+CPBR serves to read one or more entries from the phonebook selected with AT+CPBS.
The test command returns the location range supported by the current phonebook storage, the
maximum length of <number> field and the maximum length of <text> field. Length information
may not be available while SIM storage is selected. If storage does not offer format information,
the format list contains empty parenthesizes.
The write command determines the phonebook entry to be displayed with <location1> or a
location range from <location1> to <location2>. Hence, if no <location2> is given only the entry
at <location1> will be displayed. If no entries are found at the selected location “OK” will be
returned.
Syntax: Test Command: AT+CPBR=?
Response: +CPBR: (1-<maxloc>), <nlength>, <tlength>
OK
ERROR
+CME ERROR: <err>
Write Command: AT+CPBR=<location1>[, <location2>]
Response: [+CPBR: <location1>, <number>, <type>, <text>]
[+CPBR: <location2>, <number>, <type>, <text>]
OK
ERROR
+CME ERROR: <err>
Parameters:
<location1>
The first (lowest) location number within phonebook memory where to start reading. The maximum range
supported by the current phonebook is given in the test command response.
If <location1> exceeds the upper bound <maxloc> (as indicated by the test command), command will respond
with “+CME ERROR: invalid index”.
<location2>
The last (highest) location number within phonebook memory where to stop reading. The maximum range
supported by the current phonebook is given in the test command response.
If both <location1> and <location2> are in the range indicated by the test command parameter <maxloc> the list
of entries will be output and terminated with “OK”.
If <location2> exceeds the range indicated by the test command parameter <maxloc>, the list of entries will be
output but terminated with “+CME ERROR: invalid index”.