Allow account to block calls and message from peers not found in contacts

This commit is contained in:
Juha Heinanen
2025-12-19 12:47:37 +02:00
parent 5cc4851c68
commit c9ce2e6de8
6 changed files with 80 additions and 20 deletions

View File

@ -201,6 +201,8 @@
if confirmation is requested.</string>
<string name="manual">Manual</string>
<string name="auto">Automatic</string>
<string name="block_unknown">Block Unknown</string>
<string name="block_unknown_help">Block calls and messages from peers that are not found in contacts.</string>
<string name="voicemail_uri">Voicemail URI</string>
<string name="voicemain_uri_help">SIP URI for checking of voicemail messages. If left empty, voicemail
messages (Message Waiting Indications) are not subscribed to.
@ -248,6 +250,7 @@
<string name="missed_calls_count">%1$d missed calls</string>
<string name="transfer_request_to">Call transfer request to</string>
<string name="call_auto_rejected">Auto-rejected call from \`%1$s\`</string>
<string name="message_auto_rejected">Auto-rejected message from \`%1$s\`</string>
<!-- Calls Activity -->
<string name="call_history">Call History</string>
<string name="call_details">Call Details</string>