From e8c09a628f4555fc7b2bab89323c9a8780c7d7c8 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Thu, 3 Jun 2021 09:37:53 +0300 Subject: [PATCH] No need to use ;answerdelay account parameter --- app/src/main/kotlin/com/tutpro/baresip/Account.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/kotlin/com/tutpro/baresip/Account.kt b/app/src/main/kotlin/com/tutpro/baresip/Account.kt index a21fb3b6..d01bb091 100644 --- a/app/src/main/kotlin/com/tutpro/baresip/Account.kt +++ b/app/src/main/kotlin/com/tutpro/baresip/Account.kt @@ -116,7 +116,7 @@ class Account(val accp: String) { "$res;mwi=yes;vm_uri=\"$vmUri\"" if (answerMode == Api.ANSWERMODE_AUTO) - res += ";answermode=auto;answerdelay=1000" + res += ";answermode=auto" res += ";ptime=20;regint=${regint};regq=0.5;pubint=0;call_transfer=yes"