- Upgraded versions

- Added new changelogs file
- Removed some extra white space
This commit is contained in:
Juha Heinanen
2019-04-19 13:20:54 +03:00
parent 85a23a19de
commit a917dd5624
3 changed files with 8 additions and 4 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 28
versionCode = 52
versionName = '6.3.0'
versionCode = 53
versionName = '6.3.1'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -6,8 +6,8 @@ call_max_calls 4
audio_player opensles,nil
audio_source opensles,nil
audio_alert opensles,nil
audio_srate 8000-48000
audio_channels 1-2
audio_srate 8000-48000
audio_channels 1-2
audio_level no
rtp_tos 184
rtcp_mux no

View File

@ -0,0 +1,4 @@
- Fixed and improved DTMF watcher implementation.
- Disabled editing of Incoming/Outgoing Call URI when call is in progress.
- Destroyed User Agent when account is deleted.
- Removed unused KILL_BACKGROUND_PROCESSES permission.