- Added possibility to configure baresip a TLS certificate and
CA certificates.
This commit is contained in:
@@ -144,6 +144,10 @@ Check Apps → baresip → Permissions → Storage and that file \'accounts.bs\'
|
||||
add peer to contacts?</string>
|
||||
<string name="short_chat_question">Do you want to delete chat with \'%1$s\'?</string>
|
||||
|
||||
<!-- Common -->
|
||||
<string name="no_storage_space_permission">You have not granted storage space permission.
|
||||
Check Apps → baresip → Permissions → Storage.</string>
|
||||
|
||||
<!-- Config Activity -->
|
||||
<string name="configuration">Configuration</string>
|
||||
<string name="start_automatically">Start Automatically</string>
|
||||
@@ -165,6 +169,13 @@ Check Apps → baresip → Permissions → Storage and that file \'accounts.bs\'
|
||||
also port is given, ip must
|
||||
be written inside brackets []. As an example, list \'8.8.8.8:53,[2001:4860:4860::8888]:53\'
|
||||
points to IPv4 and IPv6 addresses of public Google DNS servers.</string>
|
||||
<string name="tls_certificate_file">TLS Certificate File</string>
|
||||
<string name="tls_certificate_file_help">If checked, file \'cert.pem\' containing
|
||||
TLS certificate and private key of this baresip instance has been or will be loaded from
|
||||
Download directory. For security reasons, delete the file after loading.</string>
|
||||
<string name="tls_ca_file">TLS CA File</string>
|
||||
<string name="tls_ca_file_help">If checked, file \'ca_certs.crt\' containing TLS certificates
|
||||
of Certificate Authorities has been or will be loaded from Download directory.</string>
|
||||
<string name="aec">Acoustic Echo Cancellation</string>
|
||||
<string name="aec_help">If checked, echo cancellation is attempted on call audio.</string>
|
||||
<string name="opus_bit_rate">Opus Bit Rate</string>
|
||||
@@ -179,7 +190,9 @@ Check Apps → baresip → Permissions → Storage and that file \'accounts.bs\'
|
||||
<string name="debug_help">Provides debug and info level log message availability in Logcat.</string>
|
||||
<string name="reset_config">Reset to Factory Defaults</string>
|
||||
<string name="reset_config_help">If checked, configuration is reset
|
||||
to factory default values.</string>
|
||||
to factory default values.</string>
|
||||
<string name="read_cert_error">Failed to read file \'cert.pem\' from Download directory.</string>
|
||||
<string name="read_ca_certs_error">Failed to read file \'ca_certs.crt\' from Download directory.</string>
|
||||
|
||||
<!-- Contact Activity -->
|
||||
<string name="contact">Contact</string>
|
||||
@@ -255,8 +268,8 @@ Check Apps → baresip → Permissions → Storage and that file \'contacts.bs\'
|
||||
<string name="messages">Messages</string>
|
||||
<string name="dialpad">Dialpad</string>
|
||||
<string name="call_already_active">You already have an active call.</string>
|
||||
<string name="start_failed">Baresip failed to start. Listen Address was reset.
|
||||
Restart baresip.</string>
|
||||
<string name="start_failed">Baresip failed to start. This may be due to invalid Listen Address
|
||||
or TLS file. They have been reset. Restart baresip.</string>
|
||||
<string name="registering_failed">Registering of \`%1$s\` failed.</string>
|
||||
<string name="no_microphone_permission">You have not granted microphone permission.</string>
|
||||
<string name="verify">Verify</string>
|
||||
|
||||
Reference in New Issue
Block a user