IOzPhoneCallBlindTransfer Method |
Transfers the call to another phone number.
A blind transfer is defined as a transfer made without notifying the destination party before transferring the call.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax void BlindTransfer(
string target
)
Sub BlindTransfer (
target As String
)
void BlindTransfer(
String^ target
)
abstract BlindTransfer :
target : string -> unit
Parameters
- target
- Type: SystemString
The call will be forwarded to this phone number
See Also