A string containing all supported events/DTMF tones the far end supports. If this string is empty, VOIP applications should assume the far end supports RFC2833 events 0-15 (i.e. DTMF digits 0-9,*,#,A,B,C,D).
Note:
The values of the DTMF digits supported by RFC2833 DTMF signaling are the same as the integer values of the media engine DTMF tone enumeration VoipMediaEngine..::.DTMF_TONE.

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

Syntax

C#
public string SupportedEvents
Visual Basic (Declaration)
Public SupportedEvents As String
Visual C++
public:
String^ SupportedEvents
J#
public String SupportedEvents

See Also