Click or drag to resize

ICallStartDTMFSignal(DtmfNamedEvents) Method

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.4.54.0
Syntax
bool StartDTMFSignal(
	DtmfNamedEvents signal
)

Parameters

signal  DtmfNamedEvents
The event signal.

Return Value

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