- ;type= ; Must be of type domain_alias (default: "")
- ;domain= ; Domain to be aliased (default: "")
- ;==========================TRANSPORT SECTION OPTIONS=========================
- ;[transport]
- ; SYNOPSIS: SIP Transport
- ;
- ;bind= ; IP Address and optional port to bind to for this transport (default:
- ; "")
- ; Note that for the Websocket transport the TLS configuration is configured
- ; in http.conf and is applied for all HTTPS traffic.
- ;ca_list_file= ; File containing a list of certificates to read TLS ONLY
- ; (default: "")
- ;ca_list_path= ; Path to directory containing certificates to read TLS ONLY.
- ; PJProject version 2.4 or higher is required for this option to
- ; be used.
- ; (default: "")
- ;cert_file= ; Certificate file for endpoint TLS ONLY
- ; Will read .crt or .pem file but only uses cert,
- ; a .key file must be specified via priv_key_file.