ISoftPhoneCreateDirectIPCallObject Method |
Makes a call to a remote address.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax IPhoneCall CreateDirectIPCallObject(
IPhoneLine iline,
DirectIPDialParameters dialParams,
string remoteAddress
)
Function CreateDirectIPCallObject (
iline As IPhoneLine,
dialParams As DirectIPDialParameters,
remoteAddress As String
) As IPhoneCall
IPhoneCall^ CreateDirectIPCallObject(
IPhoneLine^ iline,
DirectIPDialParameters^ dialParams,
String^ remoteAddress
)
abstract CreateDirectIPCallObject :
iline : IPhoneLine *
dialParams : DirectIPDialParameters *
remoteAddress : string -> IPhoneCall
Parameters
- iline
- Type: Ozeki.VoIPIPhoneLine
The phone line the call will be created on. - dialParams
- Type: Ozeki.VoIPDirectIPDialParameters
The parameters for the outgoing call (such as dialed number or media types). - remoteAddress
- Type: SystemString
The remote endpoint where the SIP messages will be sent.
Return Value
Type:
IPhoneCallThe created phone call object.
See Also