Specifications
UC864-E/G/WD/WDU AT Commands Reference Guide
80304ST10041a Rev. 7 - 2010-10-14
Reproduction forbidden without Telit Communications S.p.A’s. written authorization - All Rights Reserved. Page 104 of 318
+CPBF - Find Phonebook Entries
Note Remember to select the PB storage with +CPBS command before issuing
PB commands.
Example AT+CPBS="ME"
Selecting phonebook
OK
AT+CPBF="J"
Searching for string “J”
+CPBF: 1,"01048771234",129,"James"
+CPBF: 2,"0169998888",129,"Jane"
OK
Searching for everything in phone book, and finding all entries
AT+CPBF=""
+CPBF: 1,"01048771234",129,"James"
+CPBF: 2,"0169998888",129,"Jane"
+CPBF: 7,"0115556666",129,"Juliet"
+CPBF: 5,"0181111234",129,"Kevin"
OK
Reference 3GPP TS 27.007
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.










