ILocalCallFactoryCreateOutgoingCall Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
SyntaxAbstractLocalCall 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 DialParameters
-
- owner IExtensionBase
-
- callID String (Optional)
-
Return Value
AbstractLocalCall
See Also