ISoftphoneCallFactoryCreateOutgoingPhoneCall Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax AbstractLocalCall CreateOutgoingPhoneCall(
AbstractPhoneLine line,
DialParameters dialParams,
string remoteAddress,
int remotePort
)
Function CreateOutgoingPhoneCall (
line As AbstractPhoneLine,
dialParams As DialParameters,
remoteAddress As String,
remotePort As Integer
) As AbstractLocalCall
AbstractLocalCall^ CreateOutgoingPhoneCall(
AbstractPhoneLine^ line,
DialParameters^ dialParams,
String^ remoteAddress,
int remotePort
)
abstract CreateOutgoingPhoneCall :
line : AbstractPhoneLine *
dialParams : DialParameters *
remoteAddress : string *
remotePort : int -> AbstractLocalCall
Parameters
- line
- Type: Ozeki.VoIPAbstractPhoneLine
- dialParams
- Type: Ozeki.VoIPDialParameters
- remoteAddress
- Type: SystemString
- remotePort
- Type: SystemInt32
Return Value
Type:
AbstractLocalCallSee Also