DisableCallWaiting (Standard 8 Module Reference)

7/8/2014

Review the applicable Feature modules and any examples for the DisableCallWaiting setting in Windows Embedded 8 Standard (Standard 8).

This setting contains an integer between 0 and 9 that specifies the telephone number to dial to disable call waiting.

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

Telephony API Client

Features/Application Development Frameworks/Legacy Support/Telephony API Client/TapiUnattendLocation/DisableCallWaiting

Remote Access

Features/Networking/Network Management/Remote Access/TapiUnattendLocation/DisableCallWaiting

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>

See Also

Reference

Thin Client Template

Concepts

Feature Module Settings