(Sysprep)

Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2

[TapiLocation]

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.

AreaCode

Specifies the area code for the computer’s location.

Syntax
AreaCode = area_code
Value Description

area_code

Area code.

Example
[TapiLocation]
AreaCode = 425
Comments

None.

CountryCode

Specifies the country/region code to use for telephony.

Syntax
CountryCode = country/region code number
Value Description

country/region code number

Country or region code.

Example
[TapiLocation]
CountryCode = 030
Comments

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:

  1. Before running Setup Manager, add the following section to the answer file and set CountryCode equal to the appropriate number.

    [TapiLocation]
    CountryCode =number
    
  2. 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
    

Dialing

Specifies the type of dialing to use for the telephony device in the computer.

Syntax
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.

Example
[TapiLocation]
Dialing = Tone
Comments

None.

LongDistanceAccess

Specifies the number to dial to gain access to an outside line, such as 9.

Syntax
LongDistanceAccess = number to get outside line
Value Description

number to get outside line

Country or region code.

Example
[TapiLocation]
LongDistanceAccess = 9
Comments

None.