ISoftPhoneCreateCallObject Method (IPhoneLine, String) |
Creates a phone call with the specified dialed number.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax IPhoneCall CreateCallObject(
IPhoneLine line,
string dial
)
Function CreateCallObject (
line As IPhoneLine,
dial As String
) As IPhoneCall
IPhoneCall^ CreateCallObject(
IPhoneLine^ line,
String^ dial
)
abstract CreateCallObject :
line : IPhoneLine *
dial : string -> IPhoneCall
Parameters
- line
- Type: Ozeki.VoIPIPhoneLine
The phone line the call will be created on. - dial
- Type: SystemString
The dialed number or the dialed SIP address (eg. '4001' or '4001@example.com' or 'sip:4001@example.com').
Return Value
Type:
IPhoneCallThe created phone call object.
See Also