From d5bf9510384b5f7c2b217fcf62656e5f62c9f228 Mon Sep 17 00:00:00 2001 From: David Colburn Date: Thu, 26 Sep 2024 14:05:34 -0700 Subject: [PATCH] add enabled_features to EvaluateSIPDispatchRules --- protobufs/rpc/io.proto | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/protobufs/rpc/io.proto b/protobufs/rpc/io.proto index 9580ee56..9c7dadff 100644 --- a/protobufs/rpc/io.proto +++ b/protobufs/rpc/io.proto @@ -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 headers_to_attributes = 14; - // NEXT ID: 15 + + repeated string enabled_features = 15; + // NEXT ID: 16 } enum SIPDispatchResult {