40 lines
2.3 KiB
XML
40 lines
2.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="app_name">baresip</string>
|
|
<string name="aboutText">
|
|
<b>Baresip based Android application</b>\n\n
|
|
Work in progress\n
|
|
Juha Heinanen jh@tutpro.com\n\n
|
|
<b>Usage Hints</b>\n\n
|
|
- start by creating an account (click item titles for help)\n
|
|
- usually there is no need to edit the config\n
|
|
- history entries can be removed or added to contacts by long clicks\n
|
|
- call click when callee has not been given can be used for re-dial\n\n
|
|
</string>
|
|
<string name="noAccounts">No accounts</string>
|
|
<string name="dispName">Name (if any) used in From URI of outbound requests.</string>
|
|
<string name="authUser">Authentication username if required by outbound proxy.</string>
|
|
<string name="authPass">Authentication password if required by outbound proxy.</string>
|
|
<string name="obProxies">SIP URI of one or two proxies that must be used when sending requests.
|
|
If two is given, REGISTER requests are sent to both and other requests are sent to
|
|
one that responds. If no outbound proxy is given, requests are sent based on
|
|
DNS NAPTR/SRV/A record lookup of callee URI hostpart.\nExample:\nsip:foo.com:5060;transport=tls
|
|
</string>
|
|
<string name="regInt">Tells how often (in seconds) REGISTER requests are sent. Value 0
|
|
disables registration.
|
|
</string>
|
|
<string name="auCodecs">List of supported audio codecs in priority order.</string>
|
|
<string name="mediaEnc">Selects media transport encryption protocol.\n
|
|
ZRTP (recommended) means that ZRTP end-to-end media encryption negotiation is tried after
|
|
the call has been established.\n
|
|
DTLS-SRTPF means that UDP/TLS/RTP/SAVPF is offered in outgoing call and that RTP/SAVP,
|
|
RTP/SAVPF, UDP/TLS/RTP/SAVP, or UDP/TLS/RTP/SAVPF is used if offered in incoming call.\n
|
|
SRTP-MAND means that RTP/SAVP is offered in outgoing call and that RTP/SAVP or RTP/SAVPF
|
|
is used if offered in incoming call.\n
|
|
SRTP means that RTP/AVP is offered in outgoing call and that RTP/SAVP or RTP/SAVPF is used
|
|
if offered in incoming call.\n
|
|
EMPTY value means that media encryption is not supported and that media transport protocol
|
|
thus is RTP/AVP.
|
|
</string>
|
|
</resources>
|