PulseOrToneDialing
Applies To: Windows 7, Windows 8, Windows 8.1, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows Vista
PulseOrToneDialing
specifies whether to use pulse dialing or tone dialing.
Values
0 |
Specifies pulse dialing. |
1 |
Specifies tone dialing. |
Valid Passes
specialize
Parent Hierarchy
Microsoft-Windows-TapiSetup | TapiUnattendLocation | PulseOrToneDialing
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>