Creates a new SoftPhone
| C# | Visual Basic | Visual C++ |
public static ISoftPhone CreateSoftPhone( string localAddress, int minPort, int maxPort, int sipPort, string logFile )
Public Shared Function CreateSoftPhone ( localAddress As String, minPort As Integer, maxPort As Integer, sipPort As Integer, logFile As String ) As ISoftPhone
public: static ISoftPhone^ CreateSoftPhone( String^ localAddress, int minPort, int maxPort, int sipPort, String^ logFile )
The softphone needs a port range from where you can get ports for multiple calls and registrations.
Every registration, every call needs unique ports.
| Exception | Condition |
|---|---|
| LicenseException | Throws a license exception, when license is not appropiate. |
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 10.1.12.649