Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I dial a phone using the bundled Windows dialer?
Message
 
À
09/09/2002 20:31:03
Paul Mac
Mac's Computing Services
La Mesa, Californie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00698581
Message ID:
00698647
Vues:
14
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform