Connecting Tech Pros Worldwide Help | Site Map

Want to use computer as telephone

  #1  
Old August 28th, 2008, 12:15 AM
mwulfe@yahoo.com
Guest
 
Posts: n/a
I want to use my PC to make telephone calls, without using VOIP or the
Internet. So for example, using VB (VB6 or .Net), I want to define
the number to call, and using the mscomm component (or other, if more
appropriate), use the audio card's speakers and mic to listen and
talk.

I have tried the VB6 DIALER.VBP, but it does some strange things, like
leaving the line open even after the port is closed, and will not
really make a connection.

Does anyone have a more up-do-date example of how to do this?

TIA!!
  #2  
Old August 28th, 2008, 09:25 AM
Dean Earley
Guest
 
Posts: n/a

re: Want to use computer as telephone


mwulfe@yahoo.com wrote:
Quote:
I want to use my PC to make telephone calls, without using VOIP or the
Internet. So for example, using VB (VB6 or .Net), I want to define
the number to call, and using the mscomm component (or other, if more
appropriate), use the audio card's speakers and mic to listen and
talk.
>
I have tried the VB6 DIALER.VBP, but it does some strange things, like
leaving the line open even after the port is closed, and will not
really make a connection.
>
Does anyone have a more up-do-date example of how to do this?
You may want to look at the TAPI (telephony API) and its associated VB
control.

--
Dean Earley (dean.earley@icode.co.uk)
i-Catcher Development Team

iCode Systems
  #3  
Old August 28th, 2008, 02:35 PM
mwulfe@yahoo.com
Guest
 
Posts: n/a

re: Want to use computer as telephone


According to the documentation, TAPI is for Windows CE. I am working
on a Vista desktop (actually a laptop computer). The purpose is to
allow distributed data entry operators to call respondents without
having to fumble with dialing their phone while entering data at the
same time.

On Thu, 28 Aug 2008 09:18:17 +0100, Dean Earley
<dean.earley@icode.co.ukwrote:
Quote:
>mwulfe@yahoo.com wrote:
Quote:
>I want to use my PC to make telephone calls, without using VOIP or the
>Internet. So for example, using VB (VB6 or .Net), I want to define
>the number to call, and using the mscomm component (or other, if more
>appropriate), use the audio card's speakers and mic to listen and
>talk.
>>
>I have tried the VB6 DIALER.VBP, but it does some strange things, like
>leaving the line open even after the port is closed, and will not
>really make a connection.
>>
>Does anyone have a more up-do-date example of how to do this?
>
>You may want to look at the TAPI (telephony API) and its associated VB
>control.
  #4  
Old August 28th, 2008, 02:45 PM
Dean Earley
Guest
 
Posts: n/a

re: Want to use computer as telephone


mwulfe@yahoo.com wrote:
Quote:
According to the documentation, TAPI is for Windows CE. I am working
on a Vista desktop (actually a laptop computer).
No, just the first reference you came across happened to be for WinCE.
The 6th result (for me) is the full Win32 TAPI reference.
http://msdn.microsoft.com/en-us/libr...33(VS.85).aspx

--
Dean Earley (dean.earley@icode.co.uk)
i-Catcher Development Team

iCode Systems
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
forcing c++ to use an overloaded method mrbrightsidestolemymoney@googlemail.com answers 3 June 1st, 2006 12:25 PM
comp.lang.c Answers to Frequently Asked Questions (FAQ List) Steve Summit answers 0 November 13th, 2005 09:56 PM
comp.lang.c Answers to Frequently Asked Questions (FAQ List) Steve Summit answers 0 November 13th, 2005 03:15 AM
Can I identify a Telephone number to use it in a query for information Iftikhar Hussain answers 4 November 12th, 2005 03:20 PM