This value can be set to a non zero value to allow the media engine to temporarily disable local DTMF tone playback for the tone.
Caution:
IMPORTANT:

If you set this member to a non zero value to disable DTMF tone playback for the DTMF ON event indication, you must also set this member to a non zero value to disable DTMF tone playback for the DTMF OFF event indication. The reason behind this is that internal DTMF playback tone generation ON/OFF transitions are reference counted. In order for local DTMF tone playback to be managed properly, the muting of ON and OFF transitions must be the same. If you follow this rule, local DTMF tone generation playback will function as expected.

Namespace:  LanScape
Assembly:  LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700

Syntax

C#
public bool MuteLocalDtmfTonePlayback
Visual Basic (Declaration)
Public MuteLocalDtmfTonePlayback As Boolean
Visual C++
public:
bool MuteLocalDtmfTonePlayback
J#
public boolean MuteLocalDtmfTonePlayback

See Also