Click or drag to resize

PBXBaseSetListenPort Method

Sets the local address and port on which the PBX will listen for SIP connections.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public bool SetListenPort(
	string localAddress,
	int port,
	TransportType transportType
)

Parameters

localAddress  String
 
port  Int32
 
transportType  TransportType
 

Return Value

Boolean
True, if success; otherwise false
Exceptions
ExceptionCondition
VoIPExceptionThrows a VoIPException when the local address is invalid.
See Also