View in ref guide.
Edit this option Publish this option Clear draft content
Published Option
sip.transport.0
Default Value: transport0 udp:any:7080
Valid Values: <transport_name> <type>:<ip-address>:<port> [parameters]
Changes Take Effect: At start/restart
The SIP UDP Transport used by the MRCPV2 Client.
Format: sip.transport.x = transport_name
type:ip:port
where:
transport_name is any string
type is udp/tcp/tls
ip is the IP address of the network interface that accepts incoming SIP messages
port is the port number where SIP stack accepts incoming SIP messages
If ip is an IPv6 address, [] must be used.
To define a transport to listen to all IPv4 interfaces, use "any" or "any4" for ip. To define a transport to listen to all IPv6 interfaces, use "any6" for ip.
Remarks: The default transport is the smallest non-empty ID. If all transport.x values are empty, UDP, TCP, and TLS transports will all be enabled and respectively listen from ports 5060, 5060, and 5061 on any network interface. TLS transport will use the certificate, x509_certificate.pem, and key, x509_private_key.pem, in the config directory. UDP will be the default transport.
Draft Option
No draft option