LongDistanceCarrierCode (Standard 8 Module Reference)
7/8/2014
Review the applicable Feature modules and any examples for the LongDistanceCarrierCode setting in Windows Embedded 8 Standard (Standard 8).
This setting contains the number to dial to access the long distance telephone carrier.
Modules
The following table shows the modules that you can apply this setting to. In Image Configuration Editor (ICE), you can follow the corresponding path to set this setting for a module.
Module |
Path |
---|---|
Features/Application Development Frameworks/Legacy Support/Telephony API Client/TapiUnattendLocation/LongDistanceCarrierCode |
|
Features/Networking/Network Management/Remote Access/TapiUnattendLocation/LongDistanceCarrierCode |
XML Example
The following XML example shows how to configure the location that the device calls from.
<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>