[global] ;endpoint_identifier_order=ip,username,anonymous ; The order by which endpoint identifiers are given priority. ; Identifier names are derived from res_pjsip_endpoint_identifier_* ; modules. (default: ip,username,anonymous) ;max_initial_qualify_time=4 ; The maximum amount of time (in seconds) from ; startup that qualifies should be attempted on all ; contacts. If greater than the qualify_frequency ; for an aor, qualify_frequency will be used instead. [transport-wss] type=transport protocol=wss ;udp,tcp,tls,ws,wss bind=0.0.0.0 ;===============ENDPOINT TEMPLATES [endpoint-basic](!) type=endpoint transport=transport-wss context=internal disallow=all allow=alaw allow=ulaw force_avp=yes use_avpf=yes ; Determines whether res_pjsip will use and enforce usage of media_encryption=dtls ; Determines whether res_pjsip will use and enforce dtls_verify=no ; Verify that the provided peer certificate is valid (default: dtls_rekey=0 ; Interval at which to renegotiate the TLS session and rekey dtls_cert_file=/etc/pki/tls/certs/ipbx.crt dtls_private_key=/etc/pki/tls/private/ipbx.key dtls_setup=actpass ice_support=yes ;This is specific to clients that support NAT traversal media_use_received_transport=yes [auth-userpass](!) type=auth auth_type=userpass [aor-single-reg](!) type=aor remove_existing=yes max_contacts=1 ;===============DEVICES [webrtc_ferko](endpoint-basic) auth=webrtc_ferko aors=webrtc_ferko [webrtc_ferko](auth-userpass) password=xxxx username=webrtc_ferko [webrtc_ferko](aor-single-reg) [winsupport](endpoint-basic) auth=winsupport aors=winsupport [winsupport](auth-userpass) password=xxxxx username=winsupport [winsupport](aor-single-reg) [webrtc_cervenka](endpoint-basic) auth=webrtc_cervenka aors=webrtc_cervenka [webrtc_cervenka](auth-userpass) password=xxxxx username=webrtc_cervenka [webrtc_cervenka](aor-single-reg)