- added support detecting (mwi) and listening of voicemails

- activated via account's voicemail uri
This commit is contained in:
Juha Heinanen
2018-09-18 13:41:53 +03:00
parent 0076fd9f5c
commit f6732395e2
13 changed files with 252 additions and 27 deletions
@@ -31,6 +31,8 @@ class CallsActivity : AppCompatActivity() {
val listview = findViewById(R.id.calls) as ListView
val aor = intent.extras.getString("aor")
val ua = Account.findUa(aor)
aorGenerateHistory(aor)
val adapter = CallListAdapter(this, uaHistory)
@@ -84,6 +86,7 @@ class CallsActivity : AppCompatActivity() {
}
listview.isLongClickable = true
ua!!.account.missedCalls = false
}
override fun onOptionsItemSelected(item: MenuItem): Boolean {