...
Code Block |
---|
[system-udp]
type=transport
protocol=udp
bind=0.0.0.0
[system-tcp]
type=transport
protocol=tcp
bind=0.0.0.0
[system-tls]
type=transport
protocol=tls
bind=0.0.0.0:5061
cert_file=certificate
[phone]
type=endpoint |
This example includes an endpoint without a transport explicitly defined. Since there is only one transport configured this will always be used. For requests to this endpoint the logic in section 3a will be used.
...