mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-20 21:18:07 +00:00
Improved answered call log
This commit is contained in:
parent
3c21044cf0
commit
141d7b08a6
1 changed files with 3 additions and 1 deletions
|
|
@ -797,7 +797,9 @@ class CoreContext
|
|||
|
||||
@WorkerThread
|
||||
fun answerCall(call: Call) {
|
||||
Log.i("$TAG Answering call $call")
|
||||
Log.i(
|
||||
"$TAG Answering call with remote address [${call.remoteAddress.asStringUriOnly()}] and to address [${call.toAddress.asStringUriOnly()}]"
|
||||
)
|
||||
val params = core.createCallParams(call)
|
||||
if (params == null) {
|
||||
Log.w("$TAG Answering call without params!")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue