Defines the supported DTMF tones of the media engine's DTMF generators and decoders. The DTMF tones defined here apply to the fully integrated DTMF generation and detection the media engine supports. These DTMF tones (not including the Flash tone) are also fully supported by the media engine's stand alone DTMF generators and decoders.

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

Syntax

C#
public enum DTMF_TONE
Visual Basic (Declaration)
Public Enumeration DTMF_TONE
Visual C++
public enum class DTMF_TONE
J#
public enum DTMF_TONE

Members

Member nameDescription
DtmfToneUndefined
Not used.
DtmfToneFlash
DTMF tone Flash. Not used for in-band DTMF.
DtmfToneD
DTMF tone D.
DtmfToneC
DTMF tone C.
DtmfToneB
DTMF tone B.
DtmfToneA
DTMF tone A.
DtmfTonePound
DTMF tone #.
DtmfToneAsterisk
DTMF tone *.
DtmfTone9
DTMF tone 9.
DtmfTone8
DTMF tone 8.
DtmfTone7
DTMF tone 7.
DtmfTone6
DTMF tone 6.
DtmfTone5
DTMF tone 5.
DtmfTone4
DTMF tone 4.
DtmfTone3
DTMF tone 3.
DtmfTone2
DTMF tone 2.
DtmfTone1
DTMF tone 1.
DtmfTone0
DTMF tone 0.

See Also