Play auto-answer sound when auto-answering

This commit is contained in:
Juha Heinanen
2021-05-24 15:16:10 +03:00
parent 9e293202a4
commit 9f4c8a7fb0
3 changed files with 3 additions and 1 deletions
@@ -116,7 +116,7 @@ class Account(val accp: String) {
"$res;mwi=yes;vm_uri=\"$vmUri\""
if (answerMode == Api.ANSWERMODE_AUTO)
res += ";answermode=auto"
res += ";answermode=auto;answerdelay=1000"
res += ";ptime=20;regint=${regint};regq=0.5;pubint=0;call_transfer=yes"