GVP MCP:mrcpv2client:sip-transport-0
Published
- Link to option in reference manual (prodshort must be defined)
Extended Description
Draft
Extended Description
Comments or questions about this documentation? Contact us for support!
Default value: transport0 udp:any:7080
Valid Values:
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 will be 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 and UDP will be the default transport.
Default value:
Valid Values:
Changes Take Effect: