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: 10.4.13.0
Syntax
public class InfoDtmfEvent

The InfoDtmfEvent type exposes the following members.

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