> Thanks a much.
> I have solved this with AT+CLCC and AT+CHUP.
OK. But I was thinking more of using "AT+CLIP=1" to read the
calling number (the command is used once, and each new call then
displays the number).
Used in conjunction with "AT+CRC=1", this will give you the call
type too. I was too lazy earlier to refresh my memory of these
commands. The following example shows their effect on my Siemens
S55, and your terminal should behave the same.
at+clip=1
OK
RING
+CLIP: "02nnnn",129,,,,0
at+crc=1
OK
+CRING: VOICE
+CLIP: "02nnnn",129,,,,0
(where "nnnn" replaces my home phone number).
John