Commit Graph
376 Commits
Author SHA1 Message Date
Juha Heinanen 36054fd508 - Try to update dynamic DNS information if registration fails due to
"Invalid argument" error.
2019-08-30 10:04:58 +03:00
Juha Heinanen 49ccc5c620 - Avoid compiler warning. 2019-08-27 14:01:32 +03:00
Juha Heinanen e9a4f264d2 - Auto-reject incoming call if phone state is not idle.
- Supress ring tone of incoming call if device is in no-disturb mode.
2019-08-25 16:28:00 +03:00
Juha Heinanen 20567b0870 - Minor TLS config improvements. 2019-08-25 12:54:05 +03:00
Juha Heinanen 7106b7eb74 - Added possibility to configure baresip a TLS certificate and
CA certificates.
2019-08-25 12:14:57 +03:00
Juha Heinanen e8e07c73c9 - Fixed checking of Configuration DNS Servers. 2019-08-08 10:22:10 +03:00
Juha Heinanen a26e970f25 - Moved proximity sensing from MainActivity to BaresipService.
- Fixed crash when call or message comes in and MainActivity is not running.
2019-07-17 09:49:32 +03:00
Juha Heinanen a183c5a790 - First cut on proximity sensing. 2019-07-16 10:13:42 +03:00
Juha Heinanen 0533642f59 - Set volume control stream to STREAM_VOICE_CALL also when '183 Session
Progress' response is received.
- Set volume control stream to STREAM_VOICE_CALL only once.
- When call is closed, set volume control stream to DEFAULT_STREAM_TYPE.
2019-07-11 18:19:21 +03:00
Juha Heinanen b1f675488a - Fixed showing of account status, when default account is changed. 2019-07-06 09:52:21 +03:00
Juha Heinanen 82e9a4d053 - Update DNS servers and register UAs also when network becomes available. 2019-06-22 10:51:51 +03:00
Juha Heinanen 48f6ea4626 - Introduced new config variables 'opus_samplerate', 'opus_stereo',
and 'opus_sprop_stereo'.
- Set 'opus_samplerate' to 16000 and 'opus[_sprop]_stereo' to "no" in order
  to support acoustic echo cancellation also when opus codec is in use.
- Renamed 'prefer_ipv6' config variable to 'net_prefer_ipv6'.
2019-06-14 16:57:40 +03:00
Juha Heinanen eb77eefc22 - Use net_use_nameserver() API function to update DNS servers. 2019-06-09 19:43:50 +03:00
Juha Heinanen a1038c6908 - Allow changing of contact name also when only case of letters differ.
- When restoring contacts, do not require that URI is surrounded by
  angle brackets.
2019-06-06 17:18:14 +03:00
Juha Heinanen 8ca30cfe16 - Surround contact URIs between < and > only when contacts are saved to file. 2019-06-06 11:45:29 +03:00
Juha Heinanen c66e20a6ed - New version 9.3.4.
- Use communication mode only when call is (being) established.
- Introduced 2.5 sec delay to placing of a call in order to avoid loss of
  audio at the beginning of call.
- Fixed initializing default contacts when baresip is started the first time.
- Clear call URI when call is closed.
2019-06-06 11:26:13 +03:00
Juha Heinanen 0925454c54 - Get DNS servers dynamically also then baresip is started the first time. 2019-06-04 20:20:34 +03:00
Juha Heinanen 38c95c976f - Added a log message. 2019-06-04 20:20:02 +03:00
Juha Heinanen 49ca0a757f - Made code a bit easier to read with new var. 2019-06-04 20:18:42 +03:00
Juha Heinanen 380583326a - New version 8.3.2. 2019-06-03 17:22:13 +03:00
Juha Heinanen f33d4a43f8 - Use Ringtone looping capability on Android P+. 2019-06-02 21:53:46 +03:00
Juha Heinanen fd5ed456f9 - Used HtmlCompat to convert About HTML to text (should work on all
Android API levels).
2019-06-01 19:38:25 +03:00
Juha Heinanen 6d0d8a3be7 - If account is accessed from AoR spinner, return directly to main activity. 2019-06-01 19:02:07 +03:00
Juha Heinanen 62d01e8d62 - Enable also dtmf edit text when it becomes visible. 2019-05-30 15:10:35 +03:00
Juha Heinanen 3700dcc971 - Use aec by default. 2019-05-30 14:53:48 +03:00
Juha Heinanen df4874ab15 - Don't set audio mode to .MODE_IN_COMMUNICATION and call is established,
because on some devices it adds 3-4 sec delay to playing of audio.
2019-05-30 14:46:48 +03:00
Juha Heinanen 108087f14e - Do not set popup spinner background resource. Use whatever is
Android's default.
2019-05-29 16:49:42 +03:00
Juha Heinanen 1c8fc39b15 - Make sure that call info button is enabled when it becomes visible. 2019-05-29 13:05:18 +03:00
Juha Heinanen 7a9cccf08a - Made Acoustic Echo Cancellation configurable.
- Added module_load/unload functions to API.
2019-05-29 11:26:00 +03:00
Juha Heinanen 9b4cf1b9c1 - Added Internet Low Bitrate Codec (iLBC).
- Improved account's codec selection.
2019-05-29 09:12:25 +03:00
Juha Heinanen df37987e48 - Do not clear call uri text when showing a non-existing call. 2019-05-28 10:54:52 +03:00
Juha Heinanen fb54b3368b - Always show currently active call (if any) when application is relaunched. 2019-05-28 10:03:33 +03:00
Juha Heinanen 4a2a16ef93 - Added GitHub link to About text.
- HTML formatted About text.
2019-05-27 16:36:12 +03:00
Juha Heinanen 3fccc0a981 - Use positive button in alert dialog. 2019-05-26 17:29:50 +03:00
Juha Heinanen 6eae3827c1 - Added log message when info button is clicked
- Show alert even if no call info is available.
2019-05-26 15:11:46 +03:00
Juha Heinanen 682f7d7bbe - Simplified handling of network changes. 2019-05-26 10:20:45 +03:00
Juha Heinanen 7464ad5992 - Small edits and code improvements. 2019-05-26 09:51:56 +03:00
Juha Heinanen 2d484cbfcc - If there is only one account, append account's domain to contact URI
given without hostpart.
2019-05-25 17:49:15 +03:00
Juha Heinanen d419304845 - By default, obtain DNS server addresses dynamically from the system. 2019-05-25 16:45:32 +03:00
Juha Heinanen 53a35af339 - Fixed adding of new account. 2019-05-22 16:29:21 +03:00
Juha Heinanen 4a2d9e5309 - Fixed restoring of volume to original level if default call volume is in use. 2019-05-22 15:24:55 +03:00
Juha Heinanen 97455d7ec8 - Added support for G7221 codec.
- Added support for WebRTC based audio echo cancellation.
- Minor call notification modifications.
2019-05-20 08:26:12 +03:00
Juha Heinanen e4fbb71d16 - Tried to align alerts with material design guidelines.
- Still more work on strings.
2019-05-11 15:27:35 +03:00
Juha Heinanen c061c5d2f9 - More work on strings. 2019-05-10 12:00:36 +03:00
Juha Heinanen 98b3499643 - More layout/string clean up. 2019-05-09 10:42:47 +03:00
Juha Heinanen 884b762fbf - String and layout related improvements. 2019-05-08 21:33:35 +03:00
Juha Heinanen 57fd12d464 - Removed unused variable. 2019-05-08 14:11:48 +03:00
Juha Heinanen 8a29dc1c6c - Removed context var from BaresipService. 2019-05-08 14:09:41 +03:00
Juha Heinanen 64d96a10d7 - Removed unnecessary string conversions. 2019-05-08 13:53:32 +03:00
Juha Heinanen adbf62ad7d - Replaced all strings with string resource references.
- Added missing 7.3.0 changelog file.
2019-05-08 13:42:11 +03:00