Specifications

UC864-E/G AT Commands Reference Guide
80304ST10041a Rev. 3 - 18/07/08
Reproduction forbidden without Telit Communications S.p.A. written authorization - All Rights Reserved page 95 of 259
3.5.4.4.10 Write Phonebook Entry - +CPBW
+CPBW - Write Phonebook Entry
AT+CPBW=
[<index>]
[,<number>
[,<type>
[,<text>]]]
Execution command writes phonebook entry in location number <index> in
the current phonebook memory storage selected with +CPBS.
Parameters:
<index> - integer type, value in the range of location numbers of the
currently selected phonebook memory storage (see +CPBS).
<number> - string type, phone number in the format <type>
<type> - the type of number
129 - national numbering scheme
145 - international numbering scheme (contains the character "+")
<text> - the text associated to the number, string type; used character set
should be the one selected with command +CSCS.
Note: If record number <index> already exists, it will be overwritten.
Note: if either <number>, <type> and <text> are omitted, the phonebook
entry in location <index> is deleted.
Note: if <index> is omitted or <index>=0, the number <number> is stored
in the first free phonebook location.
Note: if either “LD”, “MC” or “RC” memory storage has been selected (see
+CPBS) it is possible just to delete the phonebook entry in location
<index>, therefore parameters <number>, <type> and <text> must be
omitted.
AT+CPBW=? Test command returns location range supported by the current storage as
a compound value, the maximum length of <number> field, supported
number format of the storage and maximum length of <text> field. The
format is:
+CPBW: (list of supported <index>s),<nlength>,
(list of supported <type>s),<tlength>
where:
<nlength> - integer type value indicating the maximum length of field
<number>.
<tlength> - integer type value indicating the maximum length of field
<text>
Reference 3GPP TS 27.007
Example
AT+CPBW=?
+CPBW: (1-100),40,(128-255),255
OK
AT+CPBW=6,"18651896699",129,"John"