Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OutsideAccess
specifies the number to dial to access an outside line from this location.
Values
Outside_access_code |
Specifies the number to dial to access an outside line. Outside_access_code is a string. |
This string type supports empty elements.
Valid Passes
Parent Hierarchy
Microsoft-Windows-TapiSetup | TapiUnattendLocation | OutsideAccess
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>