|
-
Jun 15th, 2006, 02:41 AM
#1
Thread Starter
New Member
Get the hour of the calls
Hello!
I'm doing a program for the mobile phones and I want to get the list of the calls were doing. I get the numbers of calls by these AT command:
AT+CPBS="LD": for the calls I've done
AT+CPBS="RC": for recive calls
AT+CPBS="MC": for lost calls
But I want to get the date and the hour the calls were done. Anybody knows how I can do that? If it is posible by AT commands?
Thank you very much.
-
Jun 16th, 2006, 02:22 PM
#2
Re: Get the hour of the calls
Depends on your phone - AT commands aren't a single set of commands, they're "suggestions". Manufacturers can implement whichever ones they like and add anything they like.
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
-
Jun 19th, 2006, 02:08 AM
#3
Thread Starter
New Member
Re: Get the hour of the calls
My telephone is Siemens S55. Can you help me, please?
-
Jun 22nd, 2006, 03:08 PM
#4
Re: Get the hour of the calls
You'll have to check Siemens' documentation on the phone. I don't have one.
Or just talk to the phone with Hyperterminal and see which commands it responds to.
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|