From 73f9e9c897e88eaa272fa423cb151e8617c340d2 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Thu, 8 Sep 2022 10:42:13 +0300 Subject: [PATCH] Disable PRACK due to severe upstream bug --- 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 3debb6a4..9b26534e 100644 --- a/app/src/main/kotlin/com/tutpro/baresip/Account.kt +++ b/app/src/main/kotlin/com/tutpro/baresip/Account.kt @@ -125,7 +125,7 @@ class Account(val accp: Long) { if (answerMode == Api.ANSWERMODE_AUTO) res += ";answermode=auto" - res += ";ptime=20;regint=${regint};regq=0.5;pubint=0;call_transfer=yes;100rel=yes" + res += ";ptime=20;regint=${regint};regq=0.5;pubint=0;call_transfer=yes;100rel=no" var extra = ""