- Better names for some UserAgent, Call, and Account functions.

This commit is contained in:
Juha Heinanen
2020-05-05 17:15:58 +03:00
parent 67a81de7c3
commit 590e9caded
12 changed files with 49 additions and 60 deletions
@@ -322,7 +322,7 @@ object Utils {
val text = sequence.subSequence(start, start + count).toString()
if (text.length > 0) {
val digit = text[0]
val call = Call.find(callp)
val call = Call.ofCallp(callp)
if (call == null) {
Log.w("Baresip", "dtmfWatcher did not find call $callp")
} else {