DtmfSignalingMode Enumeration |
Defines different types of DTMF signaling methods
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public enum DtmfSignalingMode
Public Enumeration DtmfSignalingMode
public enum class DtmfSignalingMode
Members
| Member name | Value | Description |
---|
| RFC2833 | 0 |
Specially marked events in the RTP stream (RTP EVENT).
|
| SIPINFO | 1 |
The body of the SIP INFO message consists of signaling information.
|
| InBand | 2 |
In-band signaling is the sending of metadata and control information within the same band or channel used for voice (e.g. DTMF tones) and can be heard by the callers
|
| Auto | 3 |
Automatically selects the best method for DTMF signaling.
|
See Also