(Unattended Installation)
Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2
The [TapiLocation] section contains entries for specifying the telephony API (TAPI). It is valid only if a modem is present on the computer.
Answer File Entries for the [TapiLocation] Section
Entry | Description |
---|---|
AreaCode |
Specifies the area code for the computer's location. |
CountryCode |
Specifies the country/region code to use for telephony. |
Dialing |
Specifies the type of dialing to use for the telephony device in the computer. |
LongDistanceAccess |
Specifies the number to dial to gain access to an outside line, such as 9. |
Specifies the area code for the computer’s location.
AreaCode = area_code
Value | Description |
---|---|
area_code |
Area code. |
[TapiLocation]
AreaCode = 425
None.
Specifies the country/region code to use for telephony.
CountryCode = country/region code number
Value | Description |
---|---|
country/region code number |
Country or region code. |
[TapiLocation]
CountryCode = 030
For example, use 1 for the United States.
In some software modem drivers, particularly those used in portable computers, the default modem location is set to USA. To make sure that the correct location is chosen, use one of the following methods:
Before running Setup Manager, add the following section to the answer file and set CountryCode equal to the appropriate number.
[TapiLocation] CountryCode =number
After using Setup Manager to create a configuration set, add the following section to the answer file in your configuration set and set CountryCode equal to the appropriate number.
[TapiLocation] CountryCode =number
Specifies the type of dialing to use for the telephony device in the computer.
Dialing = Tone | Pulse
Value | Description |
---|---|
Tone |
Specifies dialing with a multifrequency tone, such as a push-button phone. |
Pulse |
Specifies dialing with transmitting pulses of electricity, such as a rotary dial phone. |
[TapiLocation]
Dialing = Tone
None.
Specifies the number to dial to gain access to an outside line, such as 9.
LongDistanceAccess = number to get outside line
Value | Description |
---|---|
number to get outside line |
Country or region code. |
[TapiLocation]
LongDistanceAccess = 9
None.