Forwards the caller to another extension.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxbool Forward(
string target
)
Function Forward (
target As String
) As Boolean
bool Forward(
String^ target
)
abstract Forward :
target : string -> bool
Parameters
- target
- Type: SystemString
Return Value
Type:
Boolean
See Also