PhoneDialUp
Dials to a phone number using Telephony Application Program Interface (TAPI).
Function
| Group
| Execution
| Windows
| Embedded
| Thin Client
| Mobile Access
|
PhoneDialUp | Dial-up
| Asynchronous
| Supported (see note)
| Not supported
| Supported
| Not supported
|
Note: This function is not supported on Windows 7.
Syntax
PhoneDialUp( strPhoneNumber, optStrModemName )
- strPhoneNumber
- Telephone number the function will call.
- optStrModemName
- Name of the modem used to dial. If you do not specify a modem, the function will use the first modem found on the operating system.
Returned value
0
| OK (dial triggered)
|
−1
| Invalid number of parameters
|
−3
| INDTAPI.DLL library not found
|
-4
| PhoneDialUp () function not supported by the current INDTAPI.DLL library
|
Examples
Tag Name
| Expression
|
| PhoneDialUp ( “512-123-4567″ ) |
| PhoneDialUp ( StringPhoneNumberTag ) |
| PhoneDialUp ( StringPhoneNumberTag, StringModemNameTag ) |
PhoneDialUp