banner

Tapi.get_PhoneSystem method

Returns the type of telephone system that the Tapi object uses when dialing a telephone modem.

Syntax

iPhoneSystemType = window.external.Tapi.get_PhoneSystem();

Parameters None
Return Values Integer. The number value for the type of telephone system that the Tapi object uses when dialing a telephone modem.
Value Description
0 Pulse dialing
1 Touch-tone dialing
Applies To window.external.Tapi
Example
iPhoneSystemType = window.external.Tapi.get_PhoneSystem();