By default, allow inbound MESSAGEs

This commit is contained in:
Juha Heinanen
2024-02-16 00:48:28 +02:00
parent 5f2565a0c7
commit 27975e08f6

View File

@ -142,7 +142,7 @@ class Account(val accp: Long) {
if (autoRedirect)
res += ";sip_autoredirect=yes"
res += ";ptime=20;regint=${regint};regq=0.5;pubint=0;call_transfer=yes"
res += ";ptime=20;regint=${regint};regq=0.5;pubint=0;call_transfer=yes;inreq_allowed=yes"
var extra = ""