Juha Heinanen
b1344642c7
- Fixed saving of an account that has ;transport parameter in AoR.
2020-02-21 02:58:49 +02:00
Juha Heinanen
86b60fa0f8
- Replaced global setting "Prefer IPv6" with account specific
...
"Prefer IPv6 Media" setting.
- Improved acting on changes in network connectivity.
2020-02-07 01:19:41 +02:00
Juha Heinanen
d8b26f9b64
- Added possibility to give transport protocol for account's AoR.
...
- Do not show account's port or transport protocol except in Account Activity.
2019-11-27 10:55:46 +02:00
Juha Heinanen
8a15a5a283
- Do not allow accounts to differ only by port number.
2019-11-01 17:26:11 +02:00
Juha Heinanen
93b5c54073
- Fixed checking if account already eixts.
2019-10-31 13:43:08 +02:00
Juha Heinanen
53f751454d
- Added to Settings possibility to choose which audio modules are loaded.
...
Codecs provided by loaded modules are available for accounts to use.
2019-10-22 17:33:46 +03:00
Juha Heinanen
0e8ba14deb
- Added Call History menu that allows deleting of account's call history
...
and disabling/enabling production of account's call history.
2019-09-30 17:58:40 +03:00
Juha Heinanen
84bc1252db
- Added Answer Mode (Manual or Automatic) account configuration option.
2019-09-17 17:31:53 +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
9033f2b07c
- Removed leading @ from STUN URI.
2019-05-06 18:25:32 +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
bedcaa52f0
- Show red messages icon when unread messages exist
2019-04-20 14:42:51 +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
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