- Added possibility to give transport protocol for account's AoR.

- Do not show account's port or transport protocol except in Account Activity.
This commit is contained in:
Juha Heinanen
2019-11-27 10:55:46 +02:00
parent 1953325087
commit d8b26f9b64
15 changed files with 106 additions and 15 deletions

View File

@ -98,8 +98,15 @@
<!-- Accounts Activity -->
<string name="accounts">Accounts</string>
<string name="user_domain">user@domain[:port]</string>
<string name="invalid_aor">Invalid user@domain[:port] \'%1$s\'</string>
<string name="accounts_help">Account\'s port number and transport protocol may be optionally
given when a new account is created: username@domain[:port][;transport=udp|tcp|tls]. If port
is given and transport protocol is not given, transport protocol defaults to udp. If port is
not given and transport protocol is given, port defaults to 5060 or 5061 (tls). If neither
is given and no outbound proxy is specified, account\'s registrar (if any) is determined
solely based on domain\'s DNS information.
</string>
<string name="user_domain">user@domain</string>
<string name="invalid_aor">Invalid user@domain[:port][;transport=udp|tcp|tls] \'%1$s\'</string>
<string name="account_exists">Account \'%1$s\' already exists.</string>
<string name="account_allocation_failure">"Failed to allocate new account.</string>
<string name="encrypt_password">Encrypt Password</string>
@ -246,6 +253,7 @@
<string name="send">Send</string>
<string name="status">Status</string>
<string name="error">Error</string>
<string name="help">Help</string>
<string name="dots" translatable="false"></string>
<!-- Main Activity -->