By default, allow inbound MESSAGEs
This commit is contained in:
@@ -142,7 +142,7 @@ class Account(val accp: Long) {
|
|||||||
if (autoRedirect)
|
if (autoRedirect)
|
||||||
res += ";sip_autoredirect=yes"
|
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 = ""
|
var extra = ""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user