ICallStartDTMFSignal Method (DtmfNamedEvents) |
Starts sending the given DTMF signal continously until the StopDTMFSignal method called. The signalling mode will be detected automatically.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax bool StartDTMFSignal(
DtmfNamedEvents signal
)
Function StartDTMFSignal (
signal As DtmfNamedEvents
) As Boolean
bool StartDTMFSignal(
DtmfNamedEvents signal
)
abstract StartDTMFSignal :
signal : DtmfNamedEvents -> bool
Parameters
- signal
- Type: Ozeki.VoIPDtmfNamedEvents
The event signal.
Return Value
Type:
BooleanFalse, 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