Creates a new SoftPhone on all network interfaces.
| C# | Visual Basic | Visual C++ |
public static ISoftPhone CreateSoftPhone( int minPort, int maxPort, int sipPort )
Public Shared Function CreateSoftPhone ( _ minPort As Integer, _ maxPort As Integer, _ sipPort As Integer _ ) As ISoftPhone
public: static ISoftPhone^ CreateSoftPhone( int minPort, int maxPort, int sipPort )
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. |