This section is entirely optional. If no port ranges are specified, ephemeral ports are usedfor all rtp and mrcp messages. Similarly if a specific range (such as call_rtp_port_range_*) is specified, the unspecified ranges will use ephemeral ports.
Specifies various port ranges. You can either use the port_range_* settings which specifies overall port ranges for every runtime-allocated socket to use or specify port ranges for specific components
For a rough guide:
The number of ports in the call_rtp port ranges should be at least the maximum call capacity x 2 (1 RTP and 1 RTCP port per call)
The number of ports in the mrcp_msg port ranges should be at least the maximum call capacity x 2 (1 for TTS and 1 for Reco for each call)
The number of ports in the mrcp_rtp port ranges should be at least the maximum call capacity x 4 (1 for RTP and RTCP for both TTS and Reco)
The number of ports in the trombone_rtp port ranges should be at least the maximum call capacity x 2 (1 rtp and 1 rtcp for each trombone). These ports are used for the outbound part of a trombone (achieved using join in CCXML) and are also used for IBM Voice Gateway connectivity
This section is OPTIONAL
The header for this section is [port_ranges]
Name | Mandatory | Type | Default | Description |
---|---|---|---|---|
port_range_start | no | integer | Ephemeral | Where to start the assignment of ports for everything requiring usage of multiple ports Min: 1, Max: 65535 |
port_range_end | no | integer | Ephemeral | Where to end the assignment of ports for everything requiring usage of multiple ports Min: 1, Max: 65535 |
mrcp_msg_port_range_start | no | integer | Ephemeral | Where to start the assignment of ports for MRCP_MSG_PORT_RANGE Min: 1, Max: 65535 |
mrcp_msg_port_range_end | no | integer | Ephemeral | Where to end the assignment of ports for MRCP_MSG_PORT_RANGE Min: 1, Max: 65535 |
call_rtp_port_range_start | no | integer | Ephemeral | Where to start the assignment of ports for CALL_RTP_PORT_RANGE Min: 1, Max: 65535 |
call_rtp_port_range_end | no | integer | Ephemeral | Where to end the assignment of ports for CALL_RTP_PORT_RANGE Min: 1, Max: 65535 |
mrcp_rtp_port_range_start | no | integer | Ephemeral | Where to start the assignment of ports for MRCP_RTP_PORT_RANGE Min: 1, Max: 65535 |
mrcp_rtp_port_range_end | no | integer | Ephemeral | Where to end the assignment of ports for MRCP_RTP_PORT_RANGE Min: 1, Max: 65535 |
trombone_rtp_port_range_start | no | integer | Ephemeral | This parameter was introduced in version 7.7.2 Where to start the assignment of ports for TROMBONE_RTP_PORT_RANGE Min: 1, Max: 65535 |
trombone_rtp_port_range_end | no | integer | Ephemeral | This parameter was introduced in version 7.7.2 Where to end the assignment of ports for TROMBONE_RTP_PORT_RANGE Min: 1, Max: 65535 |