188 Commits

Author SHA1 Message Date
06a18835b4 - Added AMR narrowband codec. 2019-10-14 11:19:01 +03:00
fb586a3837 - Added support for G722 codec. 2019-09-26 12:26:11 +03:00
84bc1252db - Added Answer Mode (Manual or Automatic) account configuration option. 2019-09-17 17:31:53 +03:00
fcc7af2480 - Added net_dns_debug_log title. 2019-09-10 19:11:11 +03:00
eedbdd00ff - Use new net_dns_debug API function to print DNS server information. 2019-09-02 15:06:28 +03:00
c1f0fd0981 - Fixed some net_use_nameserver warning messages. 2019-08-31 10:51:26 +03:00
120ea8a48e - Fixed auto-rejecting of new incoming call. 2019-07-12 15:12:47 +03:00
cd59887c2c - Fixed net_use_nameserver() net argument. 2019-06-11 15:13:45 +03:00
1556b610fc - Added 'void' return type to logging functions. 2019-06-11 15:06:28 +03:00
eb77eefc22 - Use net_use_nameserver() API function to update DNS servers. 2019-06-09 19:43:50 +03:00
50b320967d - Added more checks if char buffers would be too small. 2019-06-04 20:13:38 +03:00
400a0b774e - Avoid possible crash when getting account's audio codecs. 2019-06-03 23:32:37 +03:00
edf1d851a9 - Added log message telling which call failed to produce call status and
codec info.
2019-05-29 21:14:37 +03:00
7a9cccf08a - Made Acoustic Echo Cancellation configurable.
- Added module_load/unload functions to API.
2019-05-29 11:26:00 +03:00
9b4cf1b9c1 - Added Internet Low Bitrate Codec (iLBC).
- Improved account's codec selection.
2019-05-29 09:12:25 +03:00
d419304845 - By default, obtain DNS server addresses dynamically from the system. 2019-05-25 16:45:32 +03:00
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
3f861b575f - Added Listen Address config variable.
- Improved config handling with aid of new Config object.
2019-05-04 17:16:03 +03:00
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
d1ef067729 - Take prefer_ipv6 from config 2019-04-23 17:59:45 +03:00
85a23a19de - Used new ua_destroy API call to destroy User Agent when account is
deleted
- Fixed return type of set_outbound API call
2019-04-19 13:03:37 +03:00
4afe9ca23c - Added Debug config option to turn on/off logcat messages 2019-04-12 18:13:39 +03:00
cf5680b52b - Upgraded target Android API level to 28 (Android 9)
- Moved some non-UI functionality from main activity to baresip service
- Simplified implementation of call transfer
- Modified baresip launcher and status bar images
2019-04-08 18:47:59 +03:00
23c2d90496 - Unregister and destroy UA when account is deleted. 2019-04-01 19:04:32 +03:00
e87333b305 - more chat related improvements 2019-03-13 05:58:32 +02:00
5c476efea6 - baresip service now lets main activity to die on its own after
receiving kill intent from it
- small logging edits
2019-02-26 03:37:07 +02:00
61dd595683 = message var is not needed anymore 2019-02-22 04:37:09 +02:00
400b18efad - Update to latest baresip master 2019-02-22 04:14:52 +02:00
ad2dec94e7 - call secure event is now generated also when media encoding is srtp*
allowing security button color change to yellow
- removed some debug code
2019-02-19 08:02:49 +02:00
f16659f19f added casts to avoid compiler warnings 2019-02-11 01:16:50 +02:00
18196fdd30 - added account_[set_]answermode api functions
- added cause parameter to "call closed" event
2018-12-27 12:33:11 +02:00
5a3d14d773 notify user about registration failure 2018-12-13 11:09:21 +02:00
607cceb5b0 simplified implementation of call_status API function 2018-12-11 08:33:18 +02:00
c4878bc978 added info button for ongoing call 2018-12-11 08:29:10 +02:00
00e52964dd new api function: audio_codecs 2018-12-09 05:27:59 +02:00
0fa5c5992f - increased version numbers
- fixed compiler warning
2018-12-04 02:14:22 +02:00
f899675f45 - use mqueue to execute ua_stop_all Api function on re thread 2018-12-04 01:48:17 +02:00
38e48917c4 modified closing of baresip due to upstream change 2018-12-04 00:24:34 +02:00
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
225402f2c2 - fixed crash when empty accounts spinner is clicked 2018-11-24 04:56:56 +02:00
db7538f9db - fixed bug in checking of record audio permission
- do not load baresip lib if it has already been loaded
- removed call uri adapter when call comes in
2018-11-23 16:52:35 +02:00
18478c3436 - all user interface unrelated data is now kept in baresip service
allowing proper recovery in case Android kills other activities
- many other improvements and bug fixes
2018-11-23 10:35:48 +02:00
49d9d8c311 - new implementation of messaging
- fixed possible crash when messages arrive before accounts are created
- other minor fixes and improvements
2018-11-18 09:37:22 +02:00
9b98378f0c - added handling of call transfer failed event
- improved implementation of audio focus and abandon requests
- upstream re, rem, and baresip libs changes
2018-11-02 22:29:33 +02:00
289faa0793 - fixed callee completion from contacts
- moved restoring of call and message history from baresip service to
  main activity
- small cleanups
2018-10-26 12:04:48 +03:00
7aa12e2ae6 used new audio_started() api function to make sure that audio is
started/stopped before trying to stop/start it
2018-10-24 15:58:07 +03:00
0c86fac6bc added support for incoming call transfer requests (REFER requests) 2018-10-23 11:22:39 +03:00
3b00232f74 - handle UA_EVENT_AUDIO_ERROR event
- avoid possible crash at quit
- upstream baresip updates
2018-10-10 20:01:32 +03:00
9442ae0b6e - improved sending of dtmf digits
- renamed call uri autocompletetextview
2018-09-30 14:32:31 +03:00
8bf5b9dfa6 - updated ua_connect() call to new version (currently in ua_connect_uri branch) 2018-09-24 11:13:08 +03:00