Ozeki VoIP SDK Class library
StopDTMFSignal Method (voipMediaType, signal)
NamespacesOzeki.VoIPICallStopDTMFSignal(VoIPMediaType, DtmfNamedEvents)
Stop some DTMF event.
Declaration Syntax
C#Visual BasicVisual C++
void StopDTMFSignal(
	VoIPMediaType voipMediaType,
	DtmfNamedEvents signal
)
Sub StopDTMFSignal ( _
	voipMediaType As VoIPMediaType, _
	signal As DtmfNamedEvents _
)
void StopDTMFSignal(
	VoIPMediaType voipMediaType, 
	DtmfNamedEvents signal
)
Parameters
voipMediaType (VoIPMediaType)
The given media channel where the event is going to be stopped.
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