ICallStartDTMFSignal(DtmfNamedEvents) Method |
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: 10.4.54.0
Syntaxbool StartDTMFSignal(
DtmfNamedEvents signal
)
Function StartDTMFSignal (
signal As DtmfNamedEvents
) As Boolean
bool StartDTMFSignal(
DtmfNamedEvents signal
)
abstract StartDTMFSignal :
signal : DtmfNamedEvents -> bool
Parameters
- signal DtmfNamedEvents
- The event signal.
Return Value
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