Click or drag to resize
InfoDtmfEvent Class
Ha SIP INFO-ban jon a DTMF, tartalmazza a duration-t. Hogy egyseges legyen, az RFC 2833 miatt, DtmfStarted es DtmfReceived eventeket kell hasznalni ennel is. Amikor megerkezik az INFO, akkor DtmfStarted, majd inditani kell egy timert a duration-nel. Ha a timer tickel, akkor ki kell valtani a DtmfStopped esemenyt.
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPInfoDtmfEvent

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class InfoDtmfEvent : IDisposable

The InfoDtmfEvent type exposes the following members.

Constructors
  NameDescription
Public methodInfoDtmfEvent
Initializes a new instance of the InfoDtmfEvent class
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the InfoDtmfEvent
Public methodStart
Top
Properties
  NameDescription
Public propertyDialogID
Public propertyInfoData
Public propertySignal
Top
Events
  NameDescription
Public eventSignalEnded
Top
See Also