Click or drag to resize

ICallStartDTMFSignal Method (DtmfNamedEvents)

Starts sending the given DTMF signal continously until the StopDTMFSignal method called. The signalling mode will be detected automatically.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
bool StartDTMFSignal(
	DtmfNamedEvents signal
)

Parameters

signal
Type: Ozeki.VoIPDtmfNamedEvents
The event signal.

Return Value

Type: Boolean
False, if the remote part does not support receiving DTMF signals, or the call is not in state when DTMF signal can be sent; otherwise true.
See Also