AT Commands Phone Terminal Terminated 115
4.21.2 Use scenarios
Phonebook Read
This scenario shows how reading from the phonebook is performed.
Callers Allowed Write
This scenario shows how call screening is controlled.
AT command Response Comment
AT+CPBR=? Read index range and element lengths
+CPBR: (1-99),
30,30
OK
Max 99 entries
Max number length equals 30
AT+CPBR=2 Read one entry at index 2
+CPBR: 2,”90510”,
129,”Dieter”
OK
AT+CPBR=1,4 Read entries from index 1 to 4
Only entries set are returned
+CPBR: 1,”12356”,
129,”Klaus”
+CPBR: 2,”90510”,
129,”Dieter”
+CPBR: 4,”54321”,
129,”Helmut”
OK
Index 1
Index 2
Index 4
AT command Response Comment
AT*ECAW=,”ME”,15 Write ME PB entry 15 to first free position in CA list
OK
AT*ECAW=2 Delete position 2 in CA list
OK
AT*ECAW=4,”ME”,
15
Supplying all three parameters will result in an error
ERROR