Commit Graph
12 Commits
Author SHA1 Message Date
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
Juha Heinanen 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
Juha Heinanen 0c86fac6bc added support for incoming call transfer requests (REFER requests) 2018-10-23 11:22:39 +03:00
Juha Heinanen 66feb06a85 - turn off blind call transfer 2018-09-18 14:05:32 +03:00
Juha Heinanen f6732395e2 - added support detecting (mwi) and listening of voicemails
- activated via account's voicemail uri
2018-09-18 13:41:53 +03:00
Juha Heinanen 679c6855e0 introduced support for sending and receiving messages 2018-07-22 20:27:57 +03:00
Juha Heinanen d3c7ce29ca added account_[set_]sipnat API functions
added ua_update_account API function
go directly to settings of new account
fixed some main activity layout bugs
keep main activity interactive when screen is locked
removed aor from UserAgent class
added register method to UserAgent class
added foregrounded and isDeviceLocked util functions
updated libbaresip distribution
2018-06-03 18:08:31 +03:00
Juha Heinanen b84d44196a add ;sipnat=outbound to config only if outbound proxy(s) have been defined 2018-05-30 17:41:09 +03:00
Juha Heinanen f4bd1a93ed added graphical account configuration and many other improvements 2018-05-23 10:58:57 +03:00
Juha Heinanen a5e89d6f6a no need for aors array or aor_ua function 2018-05-16 18:16:12 +03:00
Juha Heinanen 9210e2b21a - added handling of call security including update of status icon
- added security and zid variables to Call object
- added media encryption variable to Account object
2018-05-08 14:29:20 +03:00
Juha Heinanen afb4635af7 since this is a fun learning project, moved from java to kotlin for
more fun (or desperation)
2018-03-17 11:18:44 +13:00