Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am reading the SMS details from GSM-Modem(T-Modem) attached to COM port.
Now, I am trying to read missed call details from GSM-Modem, but I am not getting the missed call details. If any one has done it before kindly share the details.

What I have tried:

I have tried below commands in HyperTerminal but it is giving me "OK" only not missed call number details.

AT +CPBS="MC"
OK
AT+CPBR=1
OK
Posted
Updated 14-Mar-17 20:01pm

1 solution

The same question was asked a while ago put should still be relevant: How to use AT Commands to Missed Call Alert & Make a Voice call in c#.net - GSM MODEM[^]

[EDIT]

Another answer: AT commands ,see missed calls[^]
 
Share this answer
 
v2
Comments
Member 12611698 15-Mar-17 2:16am    
Thanks Graeme_Grant for your prompt response. I already tried this solution but I am not getting the result which I want.
Graeme_Grant 15-Mar-17 2:21am    
I saw a few more answers with this google search: How do I get the missed call details from GSM modem - Google Search[^] - maybe one of these are what you are looking for.
Graeme_Grant 15-Mar-17 2:23am    
This appears to be a valid answer: AT commands ,see missed calls[^]

You will need to google for a bit...
Member 12611698 19-Mar-17 23:48pm    
Hi Graeme_Grant
I already tried this answer but it is not working. I have searched all possible answers on Google but no success yet.
This is really unfortunate that no one has answer of this question.
Graeme_Grant 19-Mar-17 23:55pm    
Are you sure? These commands are usually an industry standard.

I would more suspect it to be either a). the phone that you are using does not support the function that you are trying to use; b) with your code.

The manufacturer of the handset will have technical documentation to explain the command set available to you and the difference(s) if any.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900