Allows application software to specify the use of sequential RTP media ports or random RTP media ports. The use of sequential RTP media ports can be useful when debugging VOIP applications. Alternatively, using random RTP media ports may improve security.

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

Syntax

C#
public bool UseSequentialRtpPorts
Visual Basic (Declaration)
Public UseSequentialRtpPorts As Boolean
Visual C++
public:
bool UseSequentialRtpPorts
J#
public boolean UseSequentialRtpPorts

See Also