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 94 of 259
+CPBF - Find Phonebook Entries
<number> - string type phone number of format <type>
<type> - type of phone number octet in integer format
129 - national numbering scheme
145 - international numbering scheme (contains the character "+")
<text> - the alphanumeric text associated to the number; used character set
should be the one selected with command +CSCS.
Note: +CPBF is not applicable if the current selected storage (see +CPBS)
is either “MC”, either “RC” or “LD” or “DC”.
Note: if <findtext>=”” the command returns all the phonebook records.
Note: if no PB records satisfy the search criteria then an ERROR message
is reported.
AT+CPBF=? Test command reports the maximum lengths of <number> and <text>
fields, in the format:
+CPBF: [<nlength>],[<tlength>]
where:
<nlength> - maximum length of field <number>, integer type
<tlength> - maximum length of field <text>, integer type
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