Ozeki VoIP SDK Class library
StartDTMFSignal Method (voipMediaType, signal)
NamespacesOzeki.VoIPICallStartDTMFSignal(VoIPMediaType, DtmfNamedEvents)
Start some DTMF event.
Declaration Syntax
C#Visual BasicVisual C++
void StartDTMFSignal(
	VoIPMediaType voipMediaType,
	DtmfNamedEvents signal
)
Sub StartDTMFSignal ( _
	voipMediaType As VoIPMediaType, _
	signal As DtmfNamedEvents _
)
void StartDTMFSignal(
	VoIPMediaType voipMediaType, 
	DtmfNamedEvents signal
)
Parameters
voipMediaType (VoIPMediaType)
The given media channel where the event is going to be emitted.
signal (DtmfNamedEvents)
The event signal.
Remarks
Multiple DTMF signal can be sent on the same phonecall. It is necesary to start a signal and to stop it.

Assembly: VoIPSDK (Module: VoIPSDK) Version: 10.0.2.115