Click or drag to resize

ConnectionPolicyLocalUdpPortMax Property

Property to set Maximum value of the local UDP Port in UDP port Range.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public int LocalUdpPortMax { get; set; }

Property Value

Type: Int32
Remarks
If the port range is not specified or invalid then default port range will be used for UDP registration. Default Port Range is 5060 � 5070. Default Maximum value of the local UDP Port is 5070. Port range will be considered as invalid if not matches with following: Minimum port should be less than Maximum port. Both Minimum and Maximum port should be configured. Minimum port should be greater than 1024 and less than 65535. Minimum or Maximum port should not be zero. Some Servers allow Port 5061 only for TLS connection hence port 5061 will be skipped for UDP connection even includes in configured port range. localUDPPortMax - Maximum value of local UDP port to use for SIP signaling
See Also