Skip to content

Commit 079ae9e

Browse files
authored
Merge pull request #19 from tcncloud/dial_record_flag
recording flag on dial
2 parents 90de7a4 + 45f6637 commit 079ae9e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tcnapi/exile/gate/v2/public.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,6 +1163,10 @@ message DialRequest {
11631163
// Ruleset name for the call. If provided this will override the ruleset in the huntgroup settings.
11641164
google.protobuf.StringValue ruleset_name = 6;
11651165
bool skip_compliance_checks = 7; // if true the call will ignore all call compliance rules.
1166+
// if true the call will be recorded,
1167+
// if false the call will not be recorded
1168+
// if not provided default behavior for the org will be used.
1169+
google.protobuf.BoolValue record_call = 8;
11661170
}
11671171

11681172
/**

0 commit comments

Comments
 (0)