Is there a VOIP Control that I can use in my form

T

ThomasAJ

Has anyone ever heard of a VOIP Control or even an application that I can
interact with. I am happy to pay for it.

ie let the user make calls but my software can record the number/time/user
etc.
 
A

Arvin Meyer [MVP]

There is a dialer for a computer modem that uses TAPI which would work for
VoIP phones like Vonage. There's even a wizard, just turn on the toolbox
wizards and add a command button. The navigate to Miscellaneous on the left
listbox, and AutoDialer on the right listbox.
 
T

ThomasAJ

But it's not the equivalent of a softphone. Is it?

--
Regards
Tom


Arvin Meyer said:
There is a dialer for a computer modem that uses TAPI which would work for
VoIP phones like Vonage. There's even a wizard, just turn on the toolbox
wizards and add a command button. The navigate to Miscellaneous on the left
listbox, and AutoDialer on the right listbox.
 
A

Arvin Meyer [MVP]

No it is not. You may be able to use a softphone by shelling out to that
app, but unless there are "hooks" that you can program to in that app,
there's no way to force the number or the call from an outside application.
I'd contact the VoIP provider and see if he has an SDK. (Software
Development Kit)
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com

ThomasAJ said:
But it's not the equivalent of a softphone. Is it?
 
Top