Creates a phone call with the specified dialed number.

C# | Visual Basic | Visual C++ |
IPhoneCall CreateCallObject( IPhoneLine line, string dial )
Function CreateCallObject ( line As IPhoneLine, dial As String ) As IPhoneCall
IPhoneCall^ CreateCallObject( IPhoneLine^ line, String^ dial )

- line (IPhoneLine)
- The phone line the call will be created on.
- dial (String)
- The dialed number or the dialed SIP address (eg. '4001' or '4001@example.com' or 'sip:4001@example.com').

IPhoneCall
The created phone call object.
The created phone call object.
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290