TapiUnattendLocation

TapiUnattendLocation specifies unattended installation settings for a telephony location.

If one of the child elements is not applicable in your country or region, you must specify an empty string in the unattended installation answer file, by entering two quotation marks ("").

Child Elements

Setting Description
AreaCode Specifies the local telephone area code.
CountryOrRegion Specifies the region ID for this location. This not the same as the country or region code used for dialing.
DisableCallWaiting Specifies the number to dial to disable call waiting.
InternationalCarrierCode Specifies the international telephone carrier.
LongDistanceAccess Specifies the number to dial from this location for long distance access.
LongDistanceCarrierCode Specifies the long distance carrier.
Name Specifies the name of this location. This appears in the user interface (UI).
OutsideAccess Specifies the number to dial to access an outside line from this location.
PulseOrToneDialing Specifies whether to use pulse dialing or tone dialing.

Valid Configuration Passes

specialize

Parent Hierarchy

Microsoft-Windows-TAPISetup | TapiUnattendLocation

Applies To

For the list of the supported Windows editions and architectures that this component supports, see microsoft-windows-tapisetup-.

XML Example

The following XML output shows how to set the location from which you are calling.

<TapiUnattendLocation>
   <AreaCode>123</AreaCode>
   <CountryOrRegion>123</CountryOrRegion>
   <DisableCallWaiting>7</DisableCallWaiting>
   <InternationalCarrierCode>123456789</InternationalCarrierCode>
   <LongDistanceAccess>11</LongDistanceAccess>
   <LongDistanceCarrierCode>123456789</LongDistanceCarrierCode>
   <Name>MyLocation</Name>
   <OutsideAccess>9</OutsideAccess>
   <PulseOrToneDialing>1</PulseOrToneDialing>
</TapiUnattendLocation>

Microsoft-Windows-TAPISetup