Commit Graph
20 Commits
Author SHA1 Message Date
Juha Heinanen 040eb71b30 - Resume baresip to paused acticity instead of main activity. 2019-09-23 14:15:22 +03:00
Juha Heinanen 29ae28b06f - Use strings in all config activity alert messages. 2019-08-31 11:00:30 +03:00
Juha Heinanen 39f76187ad - Fixed typo in setting of opus_packet_loss config variable. 2019-08-31 10:17:49 +03:00
Juha Heinanen 48d2e1696d - Added support for Opus Forward Error Correction (FEC) via
Opus Expected Packet Loss configuration variable.
2019-08-30 21:54:45 +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 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 7a9cccf08a - Made Acoustic Echo Cancellation configurable.
- Added module_load/unload functions to API.
2019-05-29 11:26:00 +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 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 adbf62ad7d - Replaced all strings with string resource references.
- Added missing 7.3.0 changelog file.
2019-05-08 13:42:11 +03:00
Juha Heinanen 3f861b575f - Added Listen Address config variable.
- Improved config handling with aid of new Config object.
2019-05-04 17:16:03 +03:00
Juha Heinanen 6e35a157d3 - Added 'Default Call Volume' configuration option. 2019-04-27 11:02:25 +03:00
Juha Heinanen ed5102a7f0 - added "Reset to Factory Default" config option 2019-04-24 13:22:19 +03:00
Juha Heinanen 4c0dd0e628 - added support for IPv6 (not tested due to lack of IPv6 network)
- new "Prefer IPv6" config option
- IPv6 address is allowed in DNS Server and Outbound Proxy
- added log_level config file variable
- added Google IPv6 DNS server address
2019-04-24 12:53:10 +03:00
Juha Heinanen 4afe9ca23c - Added Debug config option to turn on/off logcat messages 2019-04-12 18:13:39 +03:00
Juha Heinanen 4626967ae1 - Replaced text mode EditConfigActivity with graphical Config activity
- Current configuration items are Auto Start, DNS Servers, Opus Bit Rate,
  and ICE Lite
- Added ICE and Stun Server account options
- Fixed bug in deleting of an account
- Updated libbaresip.a and baresip.h to baresip new_account_functions
  branch (not yet committed to master)
2018-11-30 02:07:03 +02:00