Click or drag to resize
DtmfSignalingMode Enumeration
Defines different types of DTMF signaling methods

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public enum DtmfSignalingMode
Members
  Member nameValueDescription
RFC28330 Specially marked events in the RTP stream (RTP EVENT).
SIPINFO1 The body of the SIP INFO message consists of signaling information.
InBand2 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
Auto3 Automatically selects the best method for DTMF signaling.
See Also