Make a Phone Call
-
Hi, I wanna make a phone call from C# code. How can do this ?
Thanks, Sun Rays To get something you must have to try once. My Articles
-
Hi, I wanna make a phone call from C# code. How can do this ?
Thanks, Sun Rays To get something you must have to try once. My Articles
- Get a modem that supports voice calls. Talk to the manufacturer and see if they have an SDK, or public API's. Or 2) Connect a phone that supports computer automation (A lot of mobiles do I believe). Talk to the manufacturer and see if they have drivers, an SDK, or public API's. Or 3) VOIP You can either do VOIP computer to computer only, in which case you'll need to put your software on both computers, or you can find a VOIP service provider who will give you the ability to to VOIP from computer to phone line. http://www.codeproject.com/KB/IP/AsteriskIAXClientWrapper.aspx[^] VOIP software[^] http://www.mysipswitch.com/[^] Good luck.
Simon
-
- Get a modem that supports voice calls. Talk to the manufacturer and see if they have an SDK, or public API's. Or 2) Connect a phone that supports computer automation (A lot of mobiles do I believe). Talk to the manufacturer and see if they have drivers, an SDK, or public API's. Or 3) VOIP You can either do VOIP computer to computer only, in which case you'll need to put your software on both computers, or you can find a VOIP service provider who will give you the ability to to VOIP from computer to phone line. http://www.codeproject.com/KB/IP/AsteriskIAXClientWrapper.aspx[^] VOIP software[^] http://www.mysipswitch.com/[^] Good luck.
Simon
Hey Thanks, is there anything related to TAPI ? I have searched lot but TAPI 3 is not supported to .Net ? Is there anything using TAPI ?
Thanks, Sun Rays To get something you must have to try once. My Articles
-
Hey Thanks, is there anything related to TAPI ? I have searched lot but TAPI 3 is not supported to .Net ? Is there anything using TAPI ?
Thanks, Sun Rays To get something you must have to try once. My Articles
see the link http://www.codeproject.com/KB/IP/devangpro.aspx Thanks TONY