Defines protocol's listening port
Name | Type | Description | Attributes |
---|---|---|---|
plcmAuthenticationType | PlcmAuthenticationType | See Definition of PlcmAuthenticationType | |
portAssignmentType | PlcmPortAssignmentType | The type of port this listening point represents, public or private. | |
portNumber | int | The listening port's number. Must be between 1024 and 65535 | Mandatory |
transportMechanism | TransportMechanism | Type of transporting mechanism. UDP actually means UDP+TCP (you can't have UDP transport by itself), TCP is TCP only. | |
dialPlan | string | The name or UID of the dial plan to use for this listening point. If not supplied the defailt authorized dial plan will be assigned. | |
tlsCertValidationRequired | boolean | True if this is a tls port, and requires certificate validation. False otherwise. | |
enabled | boolean | True if this listening point is enabled. False otherwise. |
Name | Type | Restrictions |
---|---|---|
TransportMechanism | string | Value must be one of:
|