Click or drag to resize

ICallStartDTMFSignal(DtmfNamedEvents, DtmfSignalingMode) Method

Starts sending the given DTMF signal continously until the StopDTMFSignal method called. If the remote party does not support the specified method, no DTMF signal will be sent.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
bool StartDTMFSignal(
	DtmfNamedEvents signal,
	DtmfSignalingMode mode
)

Parameters

signal  DtmfNamedEvents
The event signal.
mode  DtmfSignalingMode
Specifies the method used for signalling (eg. SIP INFO or RTP event)

Return Value

Boolean
False, if the remote part does not support the specified signalling mode, or the call is not in state when DTMF signal can be sent; otherwise true.
See Also