The minimum UDP port number the telephony engine’s internal RTP stack will use. This value must be an even number. Normally set to 8000. The telephony engine will use ports in the range of MinLocalRtpPort through (MaxLocalRtpPort-1) during normal operation. For further information, see the description for MaxLocalRtpPort immediately following this description.

Namespace:  LanScape
Assembly:  LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700

Syntax

C#
public int MinLocalRtpPort
Visual Basic (Declaration)
Public MinLocalRtpPort As Integer
Visual C++
public:
int MinLocalRtpPort
J#
public int MinLocalRtpPort

See Also