Is it possible to delete the missed calls list?

I can see the list of missed calls
but I don’t understand how to delete it

AT+CPBS="MC"
OK

AT+CPBR=1,20
+CPBR: 1,"+XXXXXXXXXX",145,""
+CPBR: 2,"+XXXXXXXXXX",145,""
+CPBR: 3,"+XXXXXXXXXX",145,""
+CPBR: 4,"+XXXXXXXXXX",145,""

OK

for now I have only tried the command:

AT^RESET

can anyone help me?

Hi @compact
Can you try on AT+CPBW?


1 Like

thanks for replying :grinning:

I tried with the command “AT+CPBW=1” but it doesn’t work.

The documentation says that the command “AT+CPBW” is not applicable to the “MC” storage.

AT+CPBS="MC"
OK

AT+CPBR=1,20
+CPBR: 1,"+XXXXXXXXXX",145,""
+CPBR: 2,"+XXXXXXXXXX",145,""
+CPBR: 3,"+XXXXXXXXXX",145,""
+CPBR: 4,"+XXXXXXXXXX",145,""
+CPBR: 5,"+XXXXXXXXXX",145,""
+CPBR: 6,"+XXXXXXXXXX",145,""
+CPBR: 7,"+XXXXXXXXXX",145,""
+CPBR: 8,"+XXXXXXXXXX",145,""
+CPBR: 9,"+XXXXXXXXXX",145,""

OK

AT+CPBW=1
+CME ERROR: 3

AT+CPBW=2
+CME ERROR: 3

AT+CPBW=3
+CME ERROR: 3

do you have any other solution?