Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I dial a phone using the bundled Windows dialer?
Message
 
To
09/09/2002 20:31:03
Paul Mac
Mac's Computing Services
La Mesa, California, United States
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00698581
Message ID:
00698647
Views:
15
>I am trying to call a phone number from a field in a table using a button on a form. Once the ring starts, I can disconnect from my app and continue the call from the regular phone instrument. It would be nice to hear the ring in the external speakers too. I do not want to have to include a third party product in my rollout to accomplish this.
>
>Thanks,
>Paul

Hello Paul,

This function call the default TAPI Window Dialer
FUNCTION MakeTapiCall 

LPARAMETERS tcNumber,tcContact 

DECLARE LONG tapiRequestMakeCall IN tapi32.DLL STRING cNumber, STRING cDummy1, STRING cDummy2, STRING cDummy3

RETURN tapiRequestMakeCall(tcNumber,"",tcContact,"")
Marcel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform