UMServer.SipTcpListeningPort Property
Gets or sets the TCP port that is used by the Unified Messaging server to receive incoming calls.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property SipTcpListeningPort As Integer
Get
Set
'Usage
Dim instance As UMServer
Dim value As Integer
value = instance.SipTcpListeningPort
instance.SipTcpListeningPort = value
[ParameterAttribute(Mandatory = false)]
public int SipTcpListeningPort { get; set; }
Property Value
Type: System.Int32
The TCP port for incoming calls. The default value is 5060.
Remarks
The SipTcpListeningPort property specifies the TCP port that is used by Unified Messaging servers that are added to a UM dial plan that is not configured to use Session Initiation Protocol (SIP)-secured or secured mode.
See Also