Added support for reliable provisional response messages (RFC 3262)
This commit is contained in:
@ -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"
|
||||
res += ";ptime=20;regint=${regint};regq=0.5;pubint=0;call_transfer=yes;100rel=yes"
|
||||
|
||||
var extra = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user