Skip to content

Commit

Permalink
add enabled_features to EvaluateSIPDispatchRules
Browse files Browse the repository at this point in the history
  • Loading branch information
frostbyte73 committed Sep 26, 2024
1 parent c7f09c4 commit d5bf951
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion protobufs/rpc/io.proto
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,9 @@ message EvaluateSIPDispatchRulesResponse {
// Map SIP X-* headers from INVITE to SIP participant attributes.
// Keys are the names of X-* headers and values are the names of attributes they will be mapped to.
map<string, string> headers_to_attributes = 14;
// NEXT ID: 15

repeated string enabled_features = 15;
// NEXT ID: 16
}

enum SIPDispatchResult {
Expand Down

0 comments on commit d5bf951

Please sign in to comment.