Skip to content

Commit

Permalink
WTEL-4427; WTEL-4497
Browse files Browse the repository at this point in the history
  • Loading branch information
i.navrotskyj committed May 13, 2024
1 parent 8a7c7ca commit 91ea974
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions engine/call.proto
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,11 @@ message TranscriptLookup {
}

message HistoryCall {
message BlindTransfer {
string number = 1;
int64 time = 2;
Lookup user = 3;
}
string id = 1;
string app_id = 2;
string type = 3;
Expand Down Expand Up @@ -449,6 +454,9 @@ message HistoryCall {
Lookup contact = 64;
int64 member_id = 65;
repeated Lookup schemas = 67;
string hangup_phrase = 68;
repeated BlindTransfer blind_transfers = 69;

}

message EavesdropCallRequest {
Expand Down

0 comments on commit 91ea974

Please sign in to comment.