User Manual
<Number> is the phone number;
<type> is the type of number:
145 - international numbering scheme
129 - national numbering scheme
<text> is the alphanumeric name associated with the number or in the case the index number
does not correspond to a written record:
+CME ERROR: 22 or simply ERROR.
For example:
1- Let us assume you want to select the "SM" normal phonebook for operations,
command
AT+CPBS="SM"<cr>
response
OK
Now you might want to look for the entry at the position index = 7
command
AT+CPBR=7<cr>
the response may look like
+CPBR= 7,"+39404192369",145,"Fabio"
OK
Now you might want to look for the entries at the positions from 7 to 9 and for example the
position at index 8 is empty
command
AT+CPBR=7,9<cr>
the response may look like
+CPBR= 7,"+39404192369",145,"Fabio"
+CPBR= 9,"0404192111",129,"Fabrizio"
OK
First you must select the desired storage as active (see par. 5.1.1.1). Then:
send command AT+CPBW=<index>,<number>,<type>,<text><cr>
where: