ILocalCallFactoryCreateOutgoingCall Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax AbstractLocalCall CreateOutgoingCall(
DialParameters dialParams,
IExtensionBase owner,
string callID = null
)
Function CreateOutgoingCall (
dialParams As DialParameters,
owner As IExtensionBase,
Optional callID As String = Nothing
) As AbstractLocalCall
AbstractLocalCall^ CreateOutgoingCall(
DialParameters^ dialParams,
IExtensionBase^ owner,
String^ callID = nullptr
)
abstract CreateOutgoingCall :
dialParams : DialParameters *
owner : IExtensionBase *
?callID : string
(* Defaults:
let _callID = defaultArg callID null
*)
-> AbstractLocalCall
Parameters
- dialParams
- Type: Ozeki.VoIPDialParameters
- owner
- Type: Ozeki.VoIPIExtensionBase
- callID (Optional)
- Type: SystemString
Return Value
Type:
AbstractLocalCallSee Also