InternationalCarrierCode (Standard 8 Module Reference)
7/8/2014
Review the applicable Feature modules and any examples for the InternationalCarrierCode setting in Windows Embedded 8 Standard (Standard 8).
This setting contains the carrier code to dial when making international telephone calls.
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/InternationalCarrierCode |
|
Features/Networking/Network Management/Remote Access/TapiUnattendLocation/InternationalCarrierCode |
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>