Modem call and AT commands
-
Hello, I am developping with vb.net 2005 (or 2008) I am trying to create a small phone application and get all the phone calls that I am getting at home. I would like to be able to see who is calling and at what time and date. I success to call my modem with a cellular phone and I got succesfully info on phone number , date and time. In addition when calling, I get RING message. The problem is when I am answering to the call through the phone through my cellular (for example), I do not get any indication that the call was answered. The same thing if I am not answering the call, I do not get any indication that it was missed call. Is your activex support those important issues? Any idea, thank your for help
Shay Noy
-
Hello, I am developping with vb.net 2005 (or 2008) I am trying to create a small phone application and get all the phone calls that I am getting at home. I would like to be able to see who is calling and at what time and date. I success to call my modem with a cellular phone and I got succesfully info on phone number , date and time. In addition when calling, I get RING message. The problem is when I am answering to the call through the phone through my cellular (for example), I do not get any indication that the call was answered. The same thing if I am not answering the call, I do not get any indication that it was missed call. Is your activex support those important issues? Any idea, thank your for help
Shay Noy
shaynoy wrote:
Is your activex support those important issues?
Who's ActiveX control?? What's it called?? The CodeProject does not supply any kind of controls. They are example projects written by individuals, so if you got a control from here, the best place to find any kind of support on it is the forum at the bottom of the article where you got the control. Also, it would be up to the phones capabilities if this was going to work or not. You'd have to consult with the manfacturer of the phone to find out if this is even possible.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009... -
shaynoy wrote:
Is your activex support those important issues?
Who's ActiveX control?? What's it called?? The CodeProject does not supply any kind of controls. They are example projects written by individuals, so if you got a control from here, the best place to find any kind of support on it is the forum at the bottom of the article where you got the control. Also, it would be up to the phones capabilities if this was going to work or not. You'd have to consult with the manfacturer of the phone to find out if this is even possible.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009...I am working with Rs232 class (can be downloaded from lutliple place in the internet), there are a lot of examples how to use it. But all the examples I saw do not showing the prbolem I have. See http://www.vbinsider.com/callerid.htm[^] Thank you
Shay Noy
-
I am working with Rs232 class (can be downloaded from lutliple place in the internet), there are a lot of examples how to use it. But all the examples I saw do not showing the prbolem I have. See http://www.vbinsider.com/callerid.htm[^] Thank you
Shay Noy
I already told you what you have to do. Communicating with the phone is not the problem. Whether or not it will support what you want to do is.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009...