diff --git a/.changeset/spotty-spies-dance.md b/.changeset/spotty-spies-dance.md new file mode 100644 index 000000000..e05570590 --- /dev/null +++ b/.changeset/spotty-spies-dance.md @@ -0,0 +1,5 @@ +--- +"github.com/livekit/protocol": patch +--- + +Adding an rpc to record call context using SipCallInfo diff --git a/protobufs/rpc/io.proto b/protobufs/rpc/io.proto index 55efde5bf..e43ee51bf 100644 --- a/protobufs/rpc/io.proto +++ b/protobufs/rpc/io.proto @@ -42,6 +42,7 @@ service IOInfo { rpc GetSIPTrunkAuthentication(GetSIPTrunkAuthenticationRequest) returns (GetSIPTrunkAuthenticationResponse); rpc EvaluateSIPDispatchRules(EvaluateSIPDispatchRulesRequest) returns (EvaluateSIPDispatchRulesResponse); rpc UpdateSIPCallState(UpdateSIPCallStateRequest) returns (google.protobuf.Empty); + rpc RecordCallContext(RecordCallContextRequest) returns (google.protobuf.Empty); } message GetEgressRequest { @@ -214,6 +215,12 @@ message UpdateSIPCallStateRequest { // NEXT ID: 3 } +message RecordCallContextRequest { + livekit.SIPCallInfo call_info = 1; + + // NEXT ID: 2 +} + enum SIPDispatchResult { LEGACY_ACCEPT_OR_PIN = 0; // check request_pin field ACCEPT = 1; diff --git a/rpc/io.pb.go b/rpc/io.pb.go index 68e971b11..bfed9dae2 100644 --- a/rpc/io.pb.go +++ b/rpc/io.pb.go @@ -1018,6 +1018,50 @@ func (x *UpdateSIPCallStateRequest) GetTransferInfo() *livekit.SIPTransferInfo { return nil } +type RecordCallContextRequest struct { + state protoimpl.MessageState `protogen:"open.v1"` + CallInfo *livekit.SIPCallInfo `protobuf:"bytes,1,opt,name=call_info,json=callInfo,proto3" json:"call_info,omitempty"` + unknownFields protoimpl.UnknownFields + sizeCache protoimpl.SizeCache +} + +func (x *RecordCallContextRequest) Reset() { + *x = RecordCallContextRequest{} + mi := &file_rpc_io_proto_msgTypes[10] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) +} + +func (x *RecordCallContextRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*RecordCallContextRequest) ProtoMessage() {} + +func (x *RecordCallContextRequest) ProtoReflect() protoreflect.Message { + mi := &file_rpc_io_proto_msgTypes[10] + if x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use RecordCallContextRequest.ProtoReflect.Descriptor instead. +func (*RecordCallContextRequest) Descriptor() ([]byte, []int) { + return file_rpc_io_proto_rawDescGZIP(), []int{10} +} + +func (x *RecordCallContextRequest) GetCallInfo() *livekit.SIPCallInfo { + if x != nil { + return x.CallInfo + } + return nil +} + type SIPCall struct { state protoimpl.MessageState `protogen:"open.v1"` LkCallId string `protobuf:"bytes,1,opt,name=lk_call_id,json=lkCallId,proto3" json:"lk_call_id,omitempty"` @@ -1033,7 +1077,7 @@ type SIPCall struct { func (x *SIPCall) Reset() { *x = SIPCall{} - mi := &file_rpc_io_proto_msgTypes[10] + mi := &file_rpc_io_proto_msgTypes[11] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -1045,7 +1089,7 @@ func (x *SIPCall) String() string { func (*SIPCall) ProtoMessage() {} func (x *SIPCall) ProtoReflect() protoreflect.Message { - mi := &file_rpc_io_proto_msgTypes[10] + mi := &file_rpc_io_proto_msgTypes[11] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -1058,7 +1102,7 @@ func (x *SIPCall) ProtoReflect() protoreflect.Message { // Deprecated: Use SIPCall.ProtoReflect.Descriptor instead. func (*SIPCall) Descriptor() ([]byte, []int) { - return file_rpc_io_proto_rawDescGZIP(), []int{10} + return file_rpc_io_proto_rawDescGZIP(), []int{11} } func (x *SIPCall) GetLkCallId() string { @@ -1218,7 +1262,9 @@ const file_rpc_io_proto_rawDesc = "" + "\x05value\x18\x02 \x01(\tR\x05value:\x028\x01\"\x8d\x01\n" + "\x19UpdateSIPCallStateRequest\x121\n" + "\tcall_info\x18\x01 \x01(\v2\x14.livekit.SIPCallInfoR\bcallInfo\x12=\n" + - "\rtransfer_info\x18\x02 \x01(\v2\x18.livekit.SIPTransferInfoR\ftransferInfo\"\xf8\x01\n" + + "\rtransfer_info\x18\x02 \x01(\v2\x18.livekit.SIPTransferInfoR\ftransferInfo\"M\n" + + "\x18RecordCallContextRequest\x121\n" + + "\tcall_info\x18\x01 \x01(\v2\x14.livekit.SIPCallInfoR\bcallInfo\"\xf8\x01\n" + "\aSIPCall\x12\x1c\n" + "\n" + "lk_call_id\x18\x01 \x01(\tR\blkCallId\x12\x1b\n" + @@ -1235,7 +1281,7 @@ const file_rpc_io_proto_rawDesc = "" + "\vREQUEST_PIN\x10\x02\x12\n" + "\n" + "\x06REJECT\x10\x03\x12\b\n" + - "\x04DROP\x10\x042\xc1\x06\n" + + "\x04DROP\x10\x042\x8d\a\n" + "\x06IOInfo\x12;\n" + "\fCreateEgress\x12\x13.livekit.EgressInfo\x1a\x16.google.protobuf.Empty\x12;\n" + "\fUpdateEgress\x12\x13.livekit.EgressInfo\x1a\x16.google.protobuf.Empty\x127\n" + @@ -1248,7 +1294,8 @@ const file_rpc_io_proto_rawDesc = "" + "\x12UpdateIngressState\x12\x1e.rpc.UpdateIngressStateRequest\x1a\x16.google.protobuf.Empty\x12j\n" + "\x19GetSIPTrunkAuthentication\x12%.rpc.GetSIPTrunkAuthenticationRequest\x1a&.rpc.GetSIPTrunkAuthenticationResponse\x12g\n" + "\x18EvaluateSIPDispatchRules\x12$.rpc.EvaluateSIPDispatchRulesRequest\x1a%.rpc.EvaluateSIPDispatchRulesResponse\x12L\n" + - "\x12UpdateSIPCallState\x12\x1e.rpc.UpdateSIPCallStateRequest\x1a\x16.google.protobuf.EmptyB!Z\x1fgithub.com/livekit/protocol/rpcb\x06proto3" + "\x12UpdateSIPCallState\x12\x1e.rpc.UpdateSIPCallStateRequest\x1a\x16.google.protobuf.Empty\x12J\n" + + "\x11RecordCallContext\x12\x1d.rpc.RecordCallContextRequest\x1a\x16.google.protobuf.EmptyB!Z\x1fgithub.com/livekit/protocol/rpcb\x06proto3" var ( file_rpc_io_proto_rawDescOnce sync.Once @@ -1263,7 +1310,7 @@ func file_rpc_io_proto_rawDescGZIP() []byte { } var file_rpc_io_proto_enumTypes = make([]protoimpl.EnumInfo, 1) -var file_rpc_io_proto_msgTypes = make([]protoimpl.MessageInfo, 17) +var file_rpc_io_proto_msgTypes = make([]protoimpl.MessageInfo, 18) var file_rpc_io_proto_goTypes = []any{ (SIPDispatchResult)(0), // 0: rpc.SIPDispatchResult (*GetEgressRequest)(nil), // 1: rpc.GetEgressRequest @@ -1276,80 +1323,84 @@ var file_rpc_io_proto_goTypes = []any{ (*EvaluateSIPDispatchRulesRequest)(nil), // 8: rpc.EvaluateSIPDispatchRulesRequest (*EvaluateSIPDispatchRulesResponse)(nil), // 9: rpc.EvaluateSIPDispatchRulesResponse (*UpdateSIPCallStateRequest)(nil), // 10: rpc.UpdateSIPCallStateRequest - (*SIPCall)(nil), // 11: rpc.SIPCall - nil, // 12: rpc.GetIngressInfoResponse.LoggingFieldsEntry - nil, // 13: rpc.EvaluateSIPDispatchRulesRequest.ExtraAttributesEntry - nil, // 14: rpc.EvaluateSIPDispatchRulesResponse.ParticipantAttributesEntry - nil, // 15: rpc.EvaluateSIPDispatchRulesResponse.HeadersEntry - nil, // 16: rpc.EvaluateSIPDispatchRulesResponse.HeadersToAttributesEntry - nil, // 17: rpc.EvaluateSIPDispatchRulesResponse.AttributesToHeadersEntry - (*livekit.EgressInfo)(nil), // 18: livekit.EgressInfo - (*livekit.IngressInfo)(nil), // 19: livekit.IngressInfo - (*livekit.IngressState)(nil), // 20: livekit.IngressState - (livekit.SIPHeaderOptions)(0), // 21: livekit.SIPHeaderOptions - (livekit.SIPFeature)(0), // 22: livekit.SIPFeature - (*durationpb.Duration)(nil), // 23: google.protobuf.Duration - (*livekit.RoomConfiguration)(nil), // 24: livekit.RoomConfiguration - (livekit.SIPMediaEncryption)(0), // 25: livekit.SIPMediaEncryption - (*livekit.SIPCallInfo)(nil), // 26: livekit.SIPCallInfo - (*livekit.SIPTransferInfo)(nil), // 27: livekit.SIPTransferInfo - (*livekit.SIPUri)(nil), // 28: livekit.SIPUri - (*livekit.ListEgressRequest)(nil), // 29: livekit.ListEgressRequest - (*emptypb.Empty)(nil), // 30: google.protobuf.Empty - (*livekit.ListEgressResponse)(nil), // 31: livekit.ListEgressResponse + (*RecordCallContextRequest)(nil), // 11: rpc.RecordCallContextRequest + (*SIPCall)(nil), // 12: rpc.SIPCall + nil, // 13: rpc.GetIngressInfoResponse.LoggingFieldsEntry + nil, // 14: rpc.EvaluateSIPDispatchRulesRequest.ExtraAttributesEntry + nil, // 15: rpc.EvaluateSIPDispatchRulesResponse.ParticipantAttributesEntry + nil, // 16: rpc.EvaluateSIPDispatchRulesResponse.HeadersEntry + nil, // 17: rpc.EvaluateSIPDispatchRulesResponse.HeadersToAttributesEntry + nil, // 18: rpc.EvaluateSIPDispatchRulesResponse.AttributesToHeadersEntry + (*livekit.EgressInfo)(nil), // 19: livekit.EgressInfo + (*livekit.IngressInfo)(nil), // 20: livekit.IngressInfo + (*livekit.IngressState)(nil), // 21: livekit.IngressState + (livekit.SIPHeaderOptions)(0), // 22: livekit.SIPHeaderOptions + (livekit.SIPFeature)(0), // 23: livekit.SIPFeature + (*durationpb.Duration)(nil), // 24: google.protobuf.Duration + (*livekit.RoomConfiguration)(nil), // 25: livekit.RoomConfiguration + (livekit.SIPMediaEncryption)(0), // 26: livekit.SIPMediaEncryption + (*livekit.SIPCallInfo)(nil), // 27: livekit.SIPCallInfo + (*livekit.SIPTransferInfo)(nil), // 28: livekit.SIPTransferInfo + (*livekit.SIPUri)(nil), // 29: livekit.SIPUri + (*livekit.ListEgressRequest)(nil), // 30: livekit.ListEgressRequest + (*emptypb.Empty)(nil), // 31: google.protobuf.Empty + (*livekit.ListEgressResponse)(nil), // 32: livekit.ListEgressResponse } var file_rpc_io_proto_depIdxs = []int32{ - 18, // 0: rpc.UpdateMetricsRequest.info:type_name -> livekit.EgressInfo - 19, // 1: rpc.GetIngressInfoResponse.info:type_name -> livekit.IngressInfo - 12, // 2: rpc.GetIngressInfoResponse.logging_fields:type_name -> rpc.GetIngressInfoResponse.LoggingFieldsEntry - 20, // 3: rpc.UpdateIngressStateRequest.state:type_name -> livekit.IngressState - 11, // 4: rpc.GetSIPTrunkAuthenticationRequest.call:type_name -> rpc.SIPCall - 13, // 5: rpc.EvaluateSIPDispatchRulesRequest.extra_attributes:type_name -> rpc.EvaluateSIPDispatchRulesRequest.ExtraAttributesEntry - 11, // 6: rpc.EvaluateSIPDispatchRulesRequest.call:type_name -> rpc.SIPCall - 14, // 7: rpc.EvaluateSIPDispatchRulesResponse.participant_attributes:type_name -> rpc.EvaluateSIPDispatchRulesResponse.ParticipantAttributesEntry + 19, // 0: rpc.UpdateMetricsRequest.info:type_name -> livekit.EgressInfo + 20, // 1: rpc.GetIngressInfoResponse.info:type_name -> livekit.IngressInfo + 13, // 2: rpc.GetIngressInfoResponse.logging_fields:type_name -> rpc.GetIngressInfoResponse.LoggingFieldsEntry + 21, // 3: rpc.UpdateIngressStateRequest.state:type_name -> livekit.IngressState + 12, // 4: rpc.GetSIPTrunkAuthenticationRequest.call:type_name -> rpc.SIPCall + 14, // 5: rpc.EvaluateSIPDispatchRulesRequest.extra_attributes:type_name -> rpc.EvaluateSIPDispatchRulesRequest.ExtraAttributesEntry + 12, // 6: rpc.EvaluateSIPDispatchRulesRequest.call:type_name -> rpc.SIPCall + 15, // 7: rpc.EvaluateSIPDispatchRulesResponse.participant_attributes:type_name -> rpc.EvaluateSIPDispatchRulesResponse.ParticipantAttributesEntry 0, // 8: rpc.EvaluateSIPDispatchRulesResponse.result:type_name -> rpc.SIPDispatchResult - 15, // 9: rpc.EvaluateSIPDispatchRulesResponse.headers:type_name -> rpc.EvaluateSIPDispatchRulesResponse.HeadersEntry - 16, // 10: rpc.EvaluateSIPDispatchRulesResponse.headers_to_attributes:type_name -> rpc.EvaluateSIPDispatchRulesResponse.HeadersToAttributesEntry - 17, // 11: rpc.EvaluateSIPDispatchRulesResponse.attributes_to_headers:type_name -> rpc.EvaluateSIPDispatchRulesResponse.AttributesToHeadersEntry - 21, // 12: rpc.EvaluateSIPDispatchRulesResponse.include_headers:type_name -> livekit.SIPHeaderOptions - 22, // 13: rpc.EvaluateSIPDispatchRulesResponse.enabled_features:type_name -> livekit.SIPFeature - 23, // 14: rpc.EvaluateSIPDispatchRulesResponse.ringing_timeout:type_name -> google.protobuf.Duration - 23, // 15: rpc.EvaluateSIPDispatchRulesResponse.max_call_duration:type_name -> google.protobuf.Duration - 24, // 16: rpc.EvaluateSIPDispatchRulesResponse.room_config:type_name -> livekit.RoomConfiguration - 25, // 17: rpc.EvaluateSIPDispatchRulesResponse.media_encryption:type_name -> livekit.SIPMediaEncryption - 26, // 18: rpc.UpdateSIPCallStateRequest.call_info:type_name -> livekit.SIPCallInfo - 27, // 19: rpc.UpdateSIPCallStateRequest.transfer_info:type_name -> livekit.SIPTransferInfo - 28, // 20: rpc.SIPCall.address:type_name -> livekit.SIPUri - 28, // 21: rpc.SIPCall.from:type_name -> livekit.SIPUri - 28, // 22: rpc.SIPCall.to:type_name -> livekit.SIPUri - 28, // 23: rpc.SIPCall.via:type_name -> livekit.SIPUri - 18, // 24: rpc.IOInfo.CreateEgress:input_type -> livekit.EgressInfo - 18, // 25: rpc.IOInfo.UpdateEgress:input_type -> livekit.EgressInfo - 1, // 26: rpc.IOInfo.GetEgress:input_type -> rpc.GetEgressRequest - 29, // 27: rpc.IOInfo.ListEgress:input_type -> livekit.ListEgressRequest - 2, // 28: rpc.IOInfo.UpdateMetrics:input_type -> rpc.UpdateMetricsRequest - 19, // 29: rpc.IOInfo.CreateIngress:input_type -> livekit.IngressInfo - 3, // 30: rpc.IOInfo.GetIngressInfo:input_type -> rpc.GetIngressInfoRequest - 5, // 31: rpc.IOInfo.UpdateIngressState:input_type -> rpc.UpdateIngressStateRequest - 6, // 32: rpc.IOInfo.GetSIPTrunkAuthentication:input_type -> rpc.GetSIPTrunkAuthenticationRequest - 8, // 33: rpc.IOInfo.EvaluateSIPDispatchRules:input_type -> rpc.EvaluateSIPDispatchRulesRequest - 10, // 34: rpc.IOInfo.UpdateSIPCallState:input_type -> rpc.UpdateSIPCallStateRequest - 30, // 35: rpc.IOInfo.CreateEgress:output_type -> google.protobuf.Empty - 30, // 36: rpc.IOInfo.UpdateEgress:output_type -> google.protobuf.Empty - 18, // 37: rpc.IOInfo.GetEgress:output_type -> livekit.EgressInfo - 31, // 38: rpc.IOInfo.ListEgress:output_type -> livekit.ListEgressResponse - 30, // 39: rpc.IOInfo.UpdateMetrics:output_type -> google.protobuf.Empty - 30, // 40: rpc.IOInfo.CreateIngress:output_type -> google.protobuf.Empty - 4, // 41: rpc.IOInfo.GetIngressInfo:output_type -> rpc.GetIngressInfoResponse - 30, // 42: rpc.IOInfo.UpdateIngressState:output_type -> google.protobuf.Empty - 7, // 43: rpc.IOInfo.GetSIPTrunkAuthentication:output_type -> rpc.GetSIPTrunkAuthenticationResponse - 9, // 44: rpc.IOInfo.EvaluateSIPDispatchRules:output_type -> rpc.EvaluateSIPDispatchRulesResponse - 30, // 45: rpc.IOInfo.UpdateSIPCallState:output_type -> google.protobuf.Empty - 35, // [35:46] is the sub-list for method output_type - 24, // [24:35] is the sub-list for method input_type - 24, // [24:24] is the sub-list for extension type_name - 24, // [24:24] is the sub-list for extension extendee - 0, // [0:24] is the sub-list for field type_name + 16, // 9: rpc.EvaluateSIPDispatchRulesResponse.headers:type_name -> rpc.EvaluateSIPDispatchRulesResponse.HeadersEntry + 17, // 10: rpc.EvaluateSIPDispatchRulesResponse.headers_to_attributes:type_name -> rpc.EvaluateSIPDispatchRulesResponse.HeadersToAttributesEntry + 18, // 11: rpc.EvaluateSIPDispatchRulesResponse.attributes_to_headers:type_name -> rpc.EvaluateSIPDispatchRulesResponse.AttributesToHeadersEntry + 22, // 12: rpc.EvaluateSIPDispatchRulesResponse.include_headers:type_name -> livekit.SIPHeaderOptions + 23, // 13: rpc.EvaluateSIPDispatchRulesResponse.enabled_features:type_name -> livekit.SIPFeature + 24, // 14: rpc.EvaluateSIPDispatchRulesResponse.ringing_timeout:type_name -> google.protobuf.Duration + 24, // 15: rpc.EvaluateSIPDispatchRulesResponse.max_call_duration:type_name -> google.protobuf.Duration + 25, // 16: rpc.EvaluateSIPDispatchRulesResponse.room_config:type_name -> livekit.RoomConfiguration + 26, // 17: rpc.EvaluateSIPDispatchRulesResponse.media_encryption:type_name -> livekit.SIPMediaEncryption + 27, // 18: rpc.UpdateSIPCallStateRequest.call_info:type_name -> livekit.SIPCallInfo + 28, // 19: rpc.UpdateSIPCallStateRequest.transfer_info:type_name -> livekit.SIPTransferInfo + 27, // 20: rpc.RecordCallContextRequest.call_info:type_name -> livekit.SIPCallInfo + 29, // 21: rpc.SIPCall.address:type_name -> livekit.SIPUri + 29, // 22: rpc.SIPCall.from:type_name -> livekit.SIPUri + 29, // 23: rpc.SIPCall.to:type_name -> livekit.SIPUri + 29, // 24: rpc.SIPCall.via:type_name -> livekit.SIPUri + 19, // 25: rpc.IOInfo.CreateEgress:input_type -> livekit.EgressInfo + 19, // 26: rpc.IOInfo.UpdateEgress:input_type -> livekit.EgressInfo + 1, // 27: rpc.IOInfo.GetEgress:input_type -> rpc.GetEgressRequest + 30, // 28: rpc.IOInfo.ListEgress:input_type -> livekit.ListEgressRequest + 2, // 29: rpc.IOInfo.UpdateMetrics:input_type -> rpc.UpdateMetricsRequest + 20, // 30: rpc.IOInfo.CreateIngress:input_type -> livekit.IngressInfo + 3, // 31: rpc.IOInfo.GetIngressInfo:input_type -> rpc.GetIngressInfoRequest + 5, // 32: rpc.IOInfo.UpdateIngressState:input_type -> rpc.UpdateIngressStateRequest + 6, // 33: rpc.IOInfo.GetSIPTrunkAuthentication:input_type -> rpc.GetSIPTrunkAuthenticationRequest + 8, // 34: rpc.IOInfo.EvaluateSIPDispatchRules:input_type -> rpc.EvaluateSIPDispatchRulesRequest + 10, // 35: rpc.IOInfo.UpdateSIPCallState:input_type -> rpc.UpdateSIPCallStateRequest + 11, // 36: rpc.IOInfo.RecordCallContext:input_type -> rpc.RecordCallContextRequest + 31, // 37: rpc.IOInfo.CreateEgress:output_type -> google.protobuf.Empty + 31, // 38: rpc.IOInfo.UpdateEgress:output_type -> google.protobuf.Empty + 19, // 39: rpc.IOInfo.GetEgress:output_type -> livekit.EgressInfo + 32, // 40: rpc.IOInfo.ListEgress:output_type -> livekit.ListEgressResponse + 31, // 41: rpc.IOInfo.UpdateMetrics:output_type -> google.protobuf.Empty + 31, // 42: rpc.IOInfo.CreateIngress:output_type -> google.protobuf.Empty + 4, // 43: rpc.IOInfo.GetIngressInfo:output_type -> rpc.GetIngressInfoResponse + 31, // 44: rpc.IOInfo.UpdateIngressState:output_type -> google.protobuf.Empty + 7, // 45: rpc.IOInfo.GetSIPTrunkAuthentication:output_type -> rpc.GetSIPTrunkAuthenticationResponse + 9, // 46: rpc.IOInfo.EvaluateSIPDispatchRules:output_type -> rpc.EvaluateSIPDispatchRulesResponse + 31, // 47: rpc.IOInfo.UpdateSIPCallState:output_type -> google.protobuf.Empty + 31, // 48: rpc.IOInfo.RecordCallContext:output_type -> google.protobuf.Empty + 37, // [37:49] is the sub-list for method output_type + 25, // [25:37] is the sub-list for method input_type + 25, // [25:25] is the sub-list for extension type_name + 25, // [25:25] is the sub-list for extension extendee + 0, // [0:25] is the sub-list for field type_name } func init() { file_rpc_io_proto_init() } @@ -1363,7 +1414,7 @@ func file_rpc_io_proto_init() { GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: unsafe.Slice(unsafe.StringData(file_rpc_io_proto_rawDesc), len(file_rpc_io_proto_rawDesc)), NumEnums: 1, - NumMessages: 17, + NumMessages: 18, NumExtensions: 0, NumServices: 1, }, diff --git a/rpc/io.psrpc.go b/rpc/io.psrpc.go index ec5fc1c44..c8d637f4c 100644 --- a/rpc/io.psrpc.go +++ b/rpc/io.psrpc.go @@ -49,6 +49,8 @@ type IOInfoClient interface { UpdateSIPCallState(ctx context.Context, req *UpdateSIPCallStateRequest, opts ...psrpc.RequestOption) (*google_protobuf.Empty, error) + RecordCallContext(ctx context.Context, req *RecordCallContextRequest, opts ...psrpc.RequestOption) (*google_protobuf.Empty, error) + // Close immediately, without waiting for pending RPCs Close() } @@ -82,6 +84,8 @@ type IOInfoServerImpl interface { EvaluateSIPDispatchRules(context.Context, *EvaluateSIPDispatchRulesRequest) (*EvaluateSIPDispatchRulesResponse, error) UpdateSIPCallState(context.Context, *UpdateSIPCallStateRequest) (*google_protobuf.Empty, error) + + RecordCallContext(context.Context, *RecordCallContextRequest) (*google_protobuf.Empty, error) } // ======================= @@ -123,6 +127,7 @@ func NewIOInfoClient(bus psrpc.MessageBus, opts ...psrpc.ClientOption) (IOInfoCl sd.RegisterMethod("GetSIPTrunkAuthentication", false, false, true, true) sd.RegisterMethod("EvaluateSIPDispatchRules", false, false, true, true) sd.RegisterMethod("UpdateSIPCallState", false, false, true, true) + sd.RegisterMethod("RecordCallContext", false, false, true, true) rpcClient, err := client.NewRPCClient(sd, bus, opts...) if err != nil { @@ -178,6 +183,10 @@ func (c *iOInfoClient) UpdateSIPCallState(ctx context.Context, req *UpdateSIPCal return client.RequestSingle[*google_protobuf.Empty](ctx, c.client, "UpdateSIPCallState", nil, req, opts...) } +func (c *iOInfoClient) RecordCallContext(ctx context.Context, req *RecordCallContextRequest, opts ...psrpc.RequestOption) (*google_protobuf.Empty, error) { + return client.RequestSingle[*google_protobuf.Empty](ctx, c.client, "RecordCallContext", nil, req, opts...) +} + func (s *iOInfoClient) Close() { s.client.Close() } @@ -279,6 +288,13 @@ func NewIOInfoServer(svc IOInfoServerImpl, bus psrpc.MessageBus, opts ...psrpc.S return nil, err } + sd.RegisterMethod("RecordCallContext", false, false, true, true) + err = server.RegisterHandler(s, "RecordCallContext", nil, svc.RecordCallContext, nil) + if err != nil { + s.Close(false) + return nil, err + } + return &iOInfoServer{ svc: svc, rpc: s, @@ -294,113 +310,114 @@ func (s *iOInfoServer) Kill() { } var psrpcFileDescriptor4 = []byte{ - // 1713 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x18, 0xdb, 0x52, 0x1b, 0xc9, - 0x35, 0x42, 0x42, 0xa0, 0x23, 0x81, 0x44, 0x23, 0xa8, 0x41, 0x24, 0x36, 0xd6, 0xc6, 0x59, 0x9c, - 0x54, 0x89, 0x2c, 0x79, 0x48, 0xb2, 0x5b, 0xbb, 0xb5, 0x80, 0x65, 0x7b, 0x12, 0x6c, 0x2b, 0x03, - 0x3c, 0x24, 0x2f, 0x93, 0x66, 0xa6, 0x11, 0xbd, 0x8c, 0xa6, 0x27, 0xdd, 0x3d, 0xd8, 0x7c, 0x41, - 0xf2, 0x92, 0x7f, 0xc9, 0x17, 0xa4, 0x2a, 0xdf, 0x90, 0x8f, 0x49, 0x1e, 0x53, 0x7d, 0x99, 0xd1, - 0x08, 0x8d, 0x6c, 0xc8, 0x93, 0xa6, 0xcf, 0xfd, 0xd6, 0xa7, 0xcf, 0x11, 0xb4, 0x78, 0x12, 0x1c, - 0x50, 0x36, 0x48, 0x38, 0x93, 0x0c, 0x55, 0x79, 0x12, 0xf4, 0xba, 0x11, 0xbd, 0x25, 0x37, 0x54, - 0xfa, 0x64, 0xcc, 0x89, 0x10, 0x06, 0xd5, 0xdb, 0xca, 0xa0, 0x34, 0x2e, 0x82, 0x37, 0x32, 0xb0, - 0xa0, 0x89, 0x05, 0xa1, 0x0c, 0xc4, 0x19, 0x9b, 0x58, 0xd8, 0xee, 0x98, 0xb1, 0x71, 0x44, 0x0e, - 0xf4, 0xe9, 0x32, 0xbd, 0x3a, 0x20, 0x93, 0x44, 0xde, 0x59, 0xe4, 0x93, 0xfb, 0xc8, 0x30, 0xe5, - 0x58, 0x52, 0x16, 0x1b, 0x7c, 0xff, 0x00, 0x3a, 0xaf, 0x89, 0x1c, 0x6a, 0xb5, 0x1e, 0xf9, 0x4b, - 0x4a, 0x84, 0x44, 0xbb, 0xd0, 0x30, 0xe6, 0xf9, 0x34, 0x74, 0x2a, 0x7b, 0x95, 0xfd, 0x86, 0xb7, - 0x6a, 0x00, 0x6e, 0xd8, 0xff, 0x6b, 0x05, 0xba, 0x17, 0x49, 0x88, 0x25, 0x79, 0x4b, 0x24, 0xa7, - 0x41, 0xce, 0xf5, 0x25, 0xd4, 0x68, 0x7c, 0xc5, 0x34, 0x43, 0xf3, 0x70, 0x73, 0x60, 0x2d, 0x1d, - 0x18, 0xd9, 0x6e, 0x7c, 0xc5, 0x3c, 0x4d, 0x80, 0xfa, 0xb0, 0x86, 0x6f, 0xc7, 0x7e, 0x90, 0xa4, - 0x7e, 0x2a, 0xf0, 0x98, 0x38, 0xd5, 0xbd, 0xca, 0xfe, 0x92, 0xd7, 0xc4, 0xb7, 0xe3, 0x93, 0x24, - 0xbd, 0x50, 0x20, 0x45, 0x33, 0xc1, 0x1f, 0x0b, 0x34, 0x35, 0x43, 0x33, 0xc1, 0x1f, 0x33, 0x9a, - 0xfe, 0x05, 0x6c, 0xbd, 0x26, 0xd2, 0x8d, 0xa7, 0xf2, 0xad, 0x25, 0x3f, 0x01, 0xb0, 0x81, 0x9c, - 0x3a, 0xd0, 0xb0, 0x10, 0x37, 0x54, 0x68, 0x21, 0x39, 0xc1, 0x13, 0xff, 0x86, 0xdc, 0x39, 0x4b, - 0x06, 0x6d, 0x20, 0xbf, 0x27, 0x77, 0xfd, 0xbf, 0x2d, 0xc1, 0xf6, 0x7d, 0xb9, 0x22, 0x61, 0xb1, - 0x20, 0x68, 0x7f, 0xc6, 0xc5, 0x6e, 0xee, 0x62, 0x91, 0xd6, 0xf8, 0xd8, 0x85, 0x65, 0xc9, 0x6e, - 0x48, 0x6c, 0xc5, 0x9b, 0x03, 0xda, 0x82, 0xfa, 0x07, 0xe1, 0xa7, 0x3c, 0xd2, 0x2e, 0x37, 0xbc, - 0xe5, 0x0f, 0xe2, 0x82, 0x47, 0xe8, 0x02, 0xd6, 0x23, 0x36, 0x1e, 0xd3, 0x78, 0xec, 0x5f, 0x51, - 0x12, 0x85, 0xc2, 0xa9, 0xed, 0x55, 0xf7, 0x9b, 0x87, 0x83, 0x01, 0x4f, 0x82, 0x41, 0xb9, 0x2d, - 0x83, 0x53, 0xc3, 0xf1, 0x4a, 0x33, 0x0c, 0x63, 0xc9, 0xef, 0xbc, 0xb5, 0xa8, 0x08, 0xeb, 0x7d, - 0x0f, 0x68, 0x9e, 0x08, 0x75, 0xa0, 0xaa, 0xdc, 0x36, 0x51, 0x51, 0x9f, 0xca, 0xd6, 0x5b, 0x1c, - 0xa5, 0x24, 0xb3, 0x55, 0x1f, 0xbe, 0x5e, 0xfa, 0x4d, 0xa5, 0x3f, 0x86, 0x1d, 0x93, 0x6a, 0x6b, - 0xc0, 0x99, 0xc4, 0x92, 0x3c, 0x30, 0xca, 0xbf, 0x80, 0x65, 0xa1, 0xc8, 0xb5, 0xd4, 0xe6, 0xe1, - 0xd6, 0xfd, 0x60, 0x19, 0x59, 0x86, 0xa6, 0xff, 0x9f, 0x0a, 0xec, 0xbd, 0x26, 0xf2, 0xcc, 0x1d, - 0x9d, 0xf3, 0x34, 0xbe, 0x39, 0x4a, 0xe5, 0x35, 0x89, 0x25, 0x0d, 0x74, 0xa5, 0x66, 0x0a, 0xfb, - 0xd0, 0x14, 0x34, 0xf1, 0x03, 0x1c, 0x45, 0x4a, 0x63, 0x5d, 0x69, 0x3c, 0x5e, 0x72, 0x2a, 0x5e, - 0x43, 0xd0, 0xe4, 0x04, 0x47, 0x91, 0x1b, 0xa2, 0x6d, 0xa8, 0x5d, 0x71, 0x36, 0x31, 0xae, 0x68, - 0xa4, 0x3e, 0xa3, 0xa7, 0xd0, 0x50, 0xbf, 0xfe, 0x35, 0x13, 0xd2, 0x59, 0xc9, 0x91, 0xab, 0x0a, - 0xf8, 0x86, 0x09, 0x89, 0x10, 0x2c, 0x49, 0x66, 0xd2, 0xa2, 0x31, 0x4b, 0x92, 0xa1, 0x5d, 0x58, - 0x91, 0xcc, 0xb0, 0x2c, 0xe7, 0x88, 0xba, 0x64, 0x9a, 0xe1, 0x0b, 0x68, 0x0a, 0x1e, 0xf8, 0x38, - 0x0c, 0x95, 0x37, 0xba, 0x3e, 0x0d, 0x01, 0x08, 0x1e, 0x1c, 0x19, 0x28, 0xda, 0x83, 0x9a, 0x32, - 0xd7, 0x59, 0xd5, 0x31, 0x68, 0xe9, 0x7c, 0x9e, 0xb9, 0x23, 0x65, 0xac, 0xa7, 0x31, 0xfd, 0x7f, - 0x54, 0xe0, 0xd9, 0x27, 0x3c, 0xb7, 0x85, 0xd7, 0x83, 0xd5, 0x54, 0x10, 0x1e, 0xe3, 0x09, 0xc9, - 0x2e, 0x64, 0x76, 0x56, 0xb8, 0x04, 0x0b, 0xf1, 0x81, 0xf1, 0xd0, 0x66, 0x30, 0x3f, 0x23, 0x04, - 0xb5, 0x90, 0xb3, 0x44, 0xfb, 0xb5, 0xea, 0xe9, 0x6f, 0xb4, 0x07, 0x2d, 0x15, 0x46, 0xa9, 0xd4, - 0xa9, 0x38, 0x6a, 0xcb, 0x3d, 0x10, 0x34, 0xd1, 0x16, 0x98, 0x0b, 0x92, 0x70, 0xf6, 0x03, 0x09, - 0xa4, 0xc2, 0x2f, 0x9b, 0xcc, 0x5a, 0x88, 0x1b, 0xf6, 0xff, 0x5d, 0x83, 0xa7, 0x43, 0x55, 0x24, - 0x58, 0x92, 0x33, 0x77, 0xf4, 0x92, 0x8a, 0x04, 0xcb, 0xe0, 0xda, 0x4b, 0x23, 0x22, 0x16, 0xe4, - 0x6a, 0xb5, 0x2c, 0x57, 0xbf, 0x04, 0xa4, 0x68, 0x12, 0xcc, 0x25, 0x0d, 0x68, 0x82, 0x63, 0x99, - 0x17, 0x92, 0x26, 0xed, 0x08, 0x9a, 0x8c, 0xa6, 0x48, 0x37, 0x9c, 0x33, 0x1d, 0xe6, 0x4c, 0x7f, - 0x01, 0xeb, 0x4a, 0xa7, 0xba, 0x4a, 0x71, 0x3a, 0xb9, 0x24, 0xbc, 0x50, 0x09, 0x6b, 0x16, 0xf3, - 0x4e, 0x23, 0xd0, 0x73, 0x68, 0x65, 0xa4, 0x3a, 0xc5, 0xcd, 0x9c, 0xb0, 0x69, 0xe1, 0x3a, 0xcf, - 0x5f, 0x82, 0xe6, 0x23, 0x61, 0x26, 0x70, 0x5a, 0x23, 0x2d, 0x83, 0xb0, 0xf2, 0x1e, 0x54, 0x10, - 0x1d, 0xa8, 0x26, 0x34, 0xb6, 0x31, 0x55, 0x9f, 0xaa, 0x27, 0xc4, 0xcc, 0x57, 0xc0, 0xba, 0x4e, - 0xd2, 0x72, 0xcc, 0x46, 0x34, 0x56, 0xd2, 0xac, 0xda, 0x7b, 0x25, 0x0b, 0x06, 0xac, 0x6d, 0x0b, - 0xa1, 0x43, 0x3e, 0x4a, 0x8e, 0x7d, 0x2c, 0x25, 0xa7, 0x97, 0xa9, 0x24, 0xc2, 0x69, 0xe8, 0xd6, - 0xf1, 0x5b, 0x5d, 0x6a, 0x9f, 0xc9, 0xd2, 0x60, 0xa8, 0x98, 0x8f, 0x72, 0x5e, 0xd3, 0x45, 0xda, - 0x64, 0x16, 0x9a, 0x17, 0x71, 0x6b, 0x51, 0x11, 0xf7, 0x8e, 0xa1, 0x5b, 0x26, 0xea, 0x51, 0xbd, - 0xe6, 0x9f, 0x2d, 0xd8, 0x5b, 0x6c, 0xaf, 0xbd, 0x07, 0xbb, 0xd0, 0x50, 0x0f, 0x9f, 0x5f, 0xbc, - 0x08, 0x0a, 0xf0, 0x4e, 0x5d, 0x84, 0xaf, 0xa0, 0x3b, 0x5b, 0x4b, 0xea, 0x22, 0xc9, 0xac, 0xc3, - 0x6f, 0x26, 0xc5, 0x52, 0x32, 0x28, 0xf4, 0x02, 0x3a, 0x45, 0x16, 0x2d, 0x56, 0x87, 0xda, 0x6b, - 0x17, 0xe0, 0x65, 0xd2, 0x27, 0x44, 0xe2, 0x10, 0x4b, 0x6c, 0x4a, 0x7b, 0x46, 0xfa, 0x5b, 0x8b, - 0x42, 0x1f, 0x60, 0xbb, 0xc8, 0x52, 0x48, 0x52, 0x53, 0x27, 0xe9, 0xfb, 0xcf, 0x24, 0xc9, 0x76, - 0xfa, 0xc2, 0x1d, 0xb8, 0x9f, 0xab, 0xad, 0xa4, 0x0c, 0xa7, 0x8a, 0x87, 0x9b, 0x14, 0xeb, 0xc2, - 0xd2, 0xb7, 0xdf, 0x14, 0x8f, 0x05, 0xab, 0x0a, 0xcb, 0x9f, 0xa8, 0x5a, 0xf9, 0x13, 0xb5, 0x5c, - 0x7c, 0xa2, 0x06, 0x50, 0xe7, 0x44, 0xa4, 0x91, 0xd4, 0x55, 0xba, 0x7e, 0xb8, 0x9d, 0x55, 0x41, - 0x6e, 0xb2, 0xc6, 0x7a, 0x96, 0x6a, 0xee, 0xa6, 0x36, 0xe6, 0x6e, 0xea, 0x01, 0x74, 0x15, 0x45, - 0x68, 0xf9, 0x7d, 0x9e, 0x46, 0x64, 0x7a, 0xa7, 0x37, 0x04, 0x4d, 0x8a, 0xd1, 0x98, 0xeb, 0x4a, - 0xad, 0x7b, 0x5d, 0x09, 0x9d, 0xc2, 0xca, 0x35, 0xc1, 0x21, 0xe1, 0xc2, 0x59, 0xd3, 0xd1, 0x3d, - 0x7c, 0x58, 0x74, 0xdf, 0x18, 0x26, 0x13, 0xcf, 0x4c, 0x04, 0xe2, 0xb0, 0x65, 0x3f, 0x7d, 0xc9, - 0x8a, 0x99, 0x5b, 0xd7, 0xb2, 0xbf, 0x7b, 0x94, 0xec, 0x73, 0x76, 0x3f, 0x6f, 0x9b, 0xd7, 0xf3, - 0x18, 0xa5, 0x73, 0xaa, 0x48, 0xa9, 0xcd, 0xfc, 0x41, 0x8f, 0xd1, 0x39, 0x15, 0x78, 0xce, 0x66, - 0x7c, 0xdb, 0xc4, 0xf3, 0x18, 0x74, 0x0c, 0x6d, 0x1a, 0x07, 0x51, 0x1a, 0x92, 0x5c, 0xdb, 0xa6, - 0x4e, 0xf0, 0x4e, 0xfe, 0x5e, 0x9f, 0xb9, 0x23, 0x43, 0xfd, 0x3e, 0x51, 0x6f, 0x92, 0xf0, 0xd6, - 0x2d, 0x47, 0x26, 0xe3, 0x3b, 0xe8, 0x90, 0x18, 0x5f, 0xaa, 0x5e, 0x75, 0x45, 0xb0, 0x4c, 0x39, - 0x11, 0x4e, 0x7b, 0xaf, 0xba, 0xbf, 0x5e, 0x18, 0x02, 0xcf, 0xdc, 0xd1, 0x2b, 0x83, 0xf3, 0xda, - 0x96, 0xd8, 0x9e, 0xb5, 0x0d, 0x9c, 0xc6, 0x7a, 0xfc, 0x91, 0x74, 0x42, 0x58, 0x2a, 0x9d, 0x8e, - 0x6e, 0x35, 0x3b, 0x03, 0x33, 0xbc, 0x0e, 0xb2, 0xe1, 0x75, 0xf0, 0xd2, 0x0e, 0xaf, 0xde, 0xba, - 0xe5, 0x38, 0x37, 0x0c, 0x68, 0x08, 0x1b, 0x7a, 0x5e, 0x54, 0xef, 0x4d, 0x36, 0xe1, 0x3a, 0x1b, - 0x9f, 0x93, 0xd2, 0x56, 0xe3, 0x24, 0x8e, 0xa2, 0x0c, 0x80, 0x9e, 0x42, 0x53, 0xf7, 0x97, 0x84, - 0x13, 0x41, 0xa4, 0xd3, 0x35, 0x55, 0xab, 0x40, 0x23, 0x0d, 0x41, 0xdf, 0x58, 0x82, 0x80, 0xc5, - 0x57, 0x74, 0xec, 0x6c, 0x69, 0x0d, 0xbd, 0xdc, 0x4d, 0x8f, 0xb1, 0xc9, 0x89, 0x46, 0x65, 0x2a, - 0x34, 0xb3, 0x01, 0xa1, 0x57, 0xd0, 0x99, 0x90, 0x90, 0x62, 0x9f, 0xc4, 0x01, 0xbf, 0xd3, 0xd1, - 0x74, 0xb6, 0x75, 0xb4, 0x77, 0x8b, 0x81, 0x7a, 0xab, 0x68, 0x86, 0x39, 0x89, 0xd7, 0x9e, 0xcc, - 0x02, 0x7a, 0x6f, 0xa0, 0xb7, 0xb8, 0x27, 0x3c, 0xa6, 0xe9, 0xf6, 0xbe, 0x86, 0x56, 0xb1, 0x46, - 0x1e, 0xc5, 0xfb, 0x0a, 0x9c, 0x45, 0xf5, 0xfd, 0x58, 0x39, 0x8b, 0x6a, 0xf6, 0x51, 0x0f, 0xc8, - 0xdf, 0x2b, 0xd9, 0xb4, 0x6a, 0x1f, 0xa7, 0x99, 0x69, 0xf5, 0x2b, 0x68, 0x98, 0x61, 0xa4, 0x6c, - 0x7e, 0xb7, 0x0c, 0x7a, 0xbe, 0x5e, 0x0d, 0xec, 0x17, 0xfa, 0x16, 0xd6, 0x24, 0xc7, 0xb1, 0xb8, - 0x22, 0xdc, 0xb0, 0x99, 0x49, 0xd6, 0x29, 0xb2, 0x9d, 0x5b, 0x02, 0xcd, 0xda, 0x92, 0x85, 0x53, - 0xff, 0xbf, 0x15, 0x58, 0xb1, 0x82, 0xd1, 0x8f, 0x01, 0xa2, 0x9b, 0x7c, 0x1a, 0xb2, 0x0f, 0x57, - 0x74, 0x63, 0x07, 0xa1, 0x5d, 0x68, 0x08, 0x96, 0xf2, 0x80, 0xf8, 0x34, 0xc9, 0x46, 0x38, 0x03, - 0x70, 0x13, 0xf4, 0x02, 0x56, 0xb2, 0x91, 0xa2, 0xaa, 0xf5, 0xb7, 0x8b, 0xfa, 0x2f, 0x38, 0xf5, - 0x32, 0x3c, 0xfa, 0xc2, 0x0e, 0xbf, 0xb5, 0x72, 0xba, 0x6c, 0x12, 0x56, 0x83, 0xee, 0x72, 0x39, - 0x89, 0x9a, 0x7a, 0x9f, 0x41, 0xf5, 0x96, 0x62, 0xa7, 0xae, 0x9b, 0xce, 0x1c, 0x85, 0xc2, 0xa1, - 0x27, 0xb3, 0xd3, 0xdd, 0x8a, 0x5d, 0xa1, 0xb2, 0xc9, 0xee, 0xe7, 0x7f, 0x86, 0x8d, 0xb9, 0xa7, - 0x01, 0x39, 0xd0, 0x3d, 0x1d, 0xbe, 0x3e, 0x3a, 0xf9, 0xa3, 0x7f, 0x74, 0x72, 0x32, 0x1c, 0x9d, - 0xfb, 0xef, 0x3d, 0x7f, 0xe4, 0xbe, 0xeb, 0xfc, 0x08, 0x01, 0xd4, 0x0d, 0xa8, 0x53, 0x41, 0x6d, - 0x68, 0x7a, 0xc3, 0x3f, 0x5c, 0x0c, 0xcf, 0xce, 0x35, 0x72, 0x49, 0x21, 0xbd, 0xe1, 0xef, 0x86, - 0x27, 0xe7, 0x9d, 0x2a, 0x5a, 0x85, 0xda, 0x4b, 0xef, 0xfd, 0xa8, 0x53, 0x3b, 0xfc, 0x57, 0x1d, - 0xea, 0xee, 0x7b, 0x9d, 0xa6, 0x6f, 0xa0, 0x75, 0xc2, 0x09, 0x96, 0xc4, 0x2c, 0x9a, 0xa8, 0x6c, - 0xf3, 0xec, 0x6d, 0xcf, 0x35, 0x81, 0xa1, 0x5a, 0x92, 0x15, 0xb3, 0xa9, 0x99, 0xff, 0x87, 0xf9, - 0xd7, 0xd0, 0xc8, 0x77, 0x67, 0xb4, 0x95, 0x2d, 0x6b, 0x33, 0xbb, 0x74, 0xaf, 0x4c, 0x20, 0x1a, - 0x02, 0x9c, 0x52, 0x91, 0x71, 0x4e, 0xdb, 0xc7, 0x14, 0x98, 0xb1, 0xef, 0x96, 0xe2, 0xec, 0x34, - 0x74, 0x0c, 0x6b, 0x33, 0x9b, 0x38, 0xda, 0xd1, 0x36, 0x94, 0x6d, 0xe7, 0x0b, 0x7d, 0xf8, 0x16, - 0xd6, 0x4c, 0xf4, 0xec, 0x5a, 0x86, 0x4a, 0xb7, 0xda, 0x85, 0xec, 0x2e, 0xac, 0xcf, 0xee, 0xa7, - 0xa8, 0x57, 0xba, 0xb4, 0x66, 0xde, 0x2c, 0x5e, 0x68, 0xd1, 0x29, 0xa0, 0xf9, 0x65, 0x13, 0x3d, - 0x29, 0xb8, 0x54, 0xb2, 0x85, 0x2e, 0x34, 0xec, 0x07, 0xd8, 0x59, 0xb8, 0x56, 0xa1, 0xe7, 0x99, - 0x1d, 0x9f, 0x5c, 0x38, 0x7b, 0x3f, 0xfb, 0x1c, 0x99, 0xb5, 0x7c, 0x0c, 0xce, 0xa2, 0x67, 0x19, - 0xfd, 0xf4, 0x21, 0x83, 0x78, 0xef, 0xf9, 0x83, 0xde, 0xf6, 0x69, 0x88, 0x8a, 0x1d, 0x6e, 0x26, - 0x44, 0x25, 0xad, 0x6f, 0x51, 0x88, 0x8e, 0x9f, 0xfd, 0xe9, 0xe9, 0x98, 0xca, 0xeb, 0xf4, 0x72, - 0x10, 0xb0, 0xc9, 0x81, 0xcd, 0xba, 0xf9, 0xa3, 0x28, 0x60, 0xd1, 0x01, 0x4f, 0x82, 0xcb, 0xba, - 0x3e, 0xfd, 0xea, 0x7f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x8a, 0xf7, 0xbf, 0x78, 0xca, 0x12, 0x00, - 0x00, + // 1743 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x18, 0xdd, 0x56, 0x1b, 0xc7, + 0xb9, 0x42, 0x42, 0xa0, 0x4f, 0x02, 0x89, 0x41, 0x70, 0x16, 0xd1, 0xd8, 0x58, 0xa9, 0x1b, 0xdc, + 0x9e, 0x23, 0x1a, 0x7a, 0xd1, 0x36, 0x39, 0xc9, 0x09, 0xc8, 0xb2, 0xad, 0x14, 0xdb, 0xea, 0x02, + 0x17, 0xed, 0xcd, 0x76, 0xd8, 0x1d, 0xc4, 0x84, 0xd5, 0xce, 0x76, 0x66, 0x16, 0x9b, 0x27, 0x68, + 0x6f, 0xf2, 0x2e, 0x7d, 0x82, 0xbe, 0x44, 0x1f, 0xa6, 0xbd, 0xcc, 0x99, 0x9f, 0x5d, 0xad, 0xd0, + 0x2a, 0x80, 0xaf, 0xb4, 0xf3, 0xfd, 0xff, 0xcd, 0x37, 0xdf, 0x27, 0x68, 0xf0, 0xd8, 0x3f, 0xa0, + 0xac, 0x17, 0x73, 0x26, 0x19, 0x2a, 0xf3, 0xd8, 0xef, 0xb4, 0x43, 0x7a, 0x43, 0xae, 0xa9, 0xf4, + 0xc8, 0x98, 0x13, 0x21, 0x0c, 0xaa, 0xb3, 0x95, 0x42, 0x69, 0x94, 0x07, 0x6f, 0xa4, 0x60, 0x41, + 0x63, 0x0b, 0x42, 0x29, 0x88, 0x33, 0x36, 0xb1, 0xb0, 0xdd, 0x31, 0x63, 0xe3, 0x90, 0x1c, 0xe8, + 0xd3, 0x45, 0x72, 0x79, 0x40, 0x26, 0xb1, 0xbc, 0xb5, 0xc8, 0x27, 0x77, 0x91, 0x41, 0xc2, 0xb1, + 0xa4, 0x2c, 0x32, 0xf8, 0xee, 0x01, 0xb4, 0x5e, 0x13, 0x39, 0xd0, 0x6a, 0x5d, 0xf2, 0x8f, 0x84, + 0x08, 0x89, 0x76, 0xa1, 0x66, 0xcc, 0xf3, 0x68, 0xe0, 0x94, 0xf6, 0x4a, 0xfb, 0x35, 0x77, 0xd5, + 0x00, 0x86, 0x41, 0xf7, 0x9f, 0x25, 0x68, 0x9f, 0xc7, 0x01, 0x96, 0xe4, 0x2d, 0x91, 0x9c, 0xfa, + 0x19, 0xd7, 0x17, 0x50, 0xa1, 0xd1, 0x25, 0xd3, 0x0c, 0xf5, 0xc3, 0xcd, 0x9e, 0xb5, 0xb4, 0x67, + 0x64, 0x0f, 0xa3, 0x4b, 0xe6, 0x6a, 0x02, 0xd4, 0x85, 0x35, 0x7c, 0x33, 0xf6, 0xfc, 0x38, 0xf1, + 0x12, 0x81, 0xc7, 0xc4, 0x29, 0xef, 0x95, 0xf6, 0x97, 0xdc, 0x3a, 0xbe, 0x19, 0xf7, 0xe3, 0xe4, + 0x5c, 0x81, 0x14, 0xcd, 0x04, 0x7f, 0xcc, 0xd1, 0x54, 0x0c, 0xcd, 0x04, 0x7f, 0x4c, 0x69, 0xba, + 0xe7, 0xb0, 0xf5, 0x9a, 0xc8, 0x61, 0x34, 0x95, 0x6f, 0x2d, 0xf9, 0x0c, 0xc0, 0x06, 0x72, 0xea, + 0x40, 0xcd, 0x42, 0x86, 0x81, 0x42, 0x0b, 0xc9, 0x09, 0x9e, 0x78, 0xd7, 0xe4, 0xd6, 0x59, 0x32, + 0x68, 0x03, 0xf9, 0x33, 0xb9, 0xed, 0xfe, 0x6b, 0x09, 0xb6, 0xef, 0xca, 0x15, 0x31, 0x8b, 0x04, + 0x41, 0xfb, 0x33, 0x2e, 0xb6, 0x33, 0x17, 0xf3, 0xb4, 0xc6, 0xc7, 0x36, 0x2c, 0x4b, 0x76, 0x4d, + 0x22, 0x2b, 0xde, 0x1c, 0xd0, 0x16, 0x54, 0x3f, 0x08, 0x2f, 0xe1, 0xa1, 0x76, 0xb9, 0xe6, 0x2e, + 0x7f, 0x10, 0xe7, 0x3c, 0x44, 0xe7, 0xb0, 0x1e, 0xb2, 0xf1, 0x98, 0x46, 0x63, 0xef, 0x92, 0x92, + 0x30, 0x10, 0x4e, 0x65, 0xaf, 0xbc, 0x5f, 0x3f, 0xec, 0xf5, 0x78, 0xec, 0xf7, 0x8a, 0x6d, 0xe9, + 0x9d, 0x18, 0x8e, 0x57, 0x9a, 0x61, 0x10, 0x49, 0x7e, 0xeb, 0xae, 0x85, 0x79, 0x58, 0xe7, 0x3b, + 0x40, 0xf3, 0x44, 0xa8, 0x05, 0x65, 0xe5, 0xb6, 0x89, 0x8a, 0xfa, 0x54, 0xb6, 0xde, 0xe0, 0x30, + 0x21, 0xa9, 0xad, 0xfa, 0xf0, 0xd5, 0xd2, 0x1f, 0x4b, 0xdd, 0x31, 0xec, 0x98, 0x54, 0x5b, 0x03, + 0x4e, 0x25, 0x96, 0xe4, 0x81, 0x51, 0xfe, 0x2d, 0x2c, 0x0b, 0x45, 0xae, 0xa5, 0xd6, 0x0f, 0xb7, + 0xee, 0x06, 0xcb, 0xc8, 0x32, 0x34, 0xdd, 0xff, 0x95, 0x60, 0xef, 0x35, 0x91, 0xa7, 0xc3, 0xd1, + 0x19, 0x4f, 0xa2, 0xeb, 0xa3, 0x44, 0x5e, 0x91, 0x48, 0x52, 0x5f, 0x57, 0x6a, 0xaa, 0xb0, 0x0b, + 0x75, 0x41, 0x63, 0xcf, 0xc7, 0x61, 0xa8, 0x34, 0x56, 0x95, 0xc6, 0xe3, 0x25, 0xa7, 0xe4, 0xd6, + 0x04, 0x8d, 0xfb, 0x38, 0x0c, 0x87, 0x01, 0xda, 0x86, 0xca, 0x25, 0x67, 0x13, 0xe3, 0x8a, 0x46, + 0xea, 0x33, 0x7a, 0x0a, 0x35, 0xf5, 0xeb, 0x5d, 0x31, 0x21, 0x9d, 0x95, 0x0c, 0xb9, 0xaa, 0x80, + 0x6f, 0x98, 0x90, 0x08, 0xc1, 0x92, 0x64, 0x26, 0x2d, 0x1a, 0xb3, 0x24, 0x19, 0xda, 0x85, 0x15, + 0xc9, 0x0c, 0xcb, 0x72, 0x86, 0xa8, 0x4a, 0xa6, 0x19, 0x3e, 0x87, 0xba, 0xe0, 0xbe, 0x87, 0x83, + 0x40, 0x79, 0xa3, 0xeb, 0xd3, 0x10, 0x80, 0xe0, 0xfe, 0x91, 0x81, 0xa2, 0x3d, 0xa8, 0x28, 0x73, + 0x9d, 0x55, 0x1d, 0x83, 0x86, 0xce, 0xe7, 0xe9, 0x70, 0xa4, 0x8c, 0x75, 0x35, 0xa6, 0xfb, 0xef, + 0x12, 0x3c, 0xfb, 0x19, 0xcf, 0x6d, 0xe1, 0x75, 0x60, 0x35, 0x11, 0x84, 0x47, 0x78, 0x42, 0xd2, + 0x0b, 0x99, 0x9e, 0x15, 0x2e, 0xc6, 0x42, 0x7c, 0x60, 0x3c, 0xb0, 0x19, 0xcc, 0xce, 0x08, 0x41, + 0x25, 0xe0, 0x2c, 0xd6, 0x7e, 0xad, 0xba, 0xfa, 0x1b, 0xed, 0x41, 0x43, 0x85, 0x51, 0x2a, 0x75, + 0x2a, 0x8e, 0xda, 0x72, 0x17, 0x04, 0x8d, 0xb5, 0x05, 0xe6, 0x82, 0xc4, 0x9c, 0xfd, 0x40, 0x7c, + 0xa9, 0xf0, 0xcb, 0x26, 0xb3, 0x16, 0x32, 0x0c, 0xba, 0xff, 0xad, 0xc0, 0xd3, 0x81, 0x2a, 0x12, + 0x2c, 0xc9, 0xe9, 0x70, 0xf4, 0x92, 0x8a, 0x18, 0x4b, 0xff, 0xca, 0x4d, 0x42, 0x22, 0x16, 0xe4, + 0x6a, 0xb5, 0x28, 0x57, 0xbf, 0x03, 0xa4, 0x68, 0x62, 0xcc, 0x25, 0xf5, 0x69, 0x8c, 0x23, 0x99, + 0x15, 0x92, 0x26, 0x6d, 0x09, 0x1a, 0x8f, 0xa6, 0xc8, 0x61, 0x30, 0x67, 0x3a, 0xcc, 0x99, 0xfe, + 0x02, 0xd6, 0x95, 0x4e, 0x75, 0x95, 0xa2, 0x64, 0x72, 0x41, 0x78, 0xae, 0x12, 0xd6, 0x2c, 0xe6, + 0x9d, 0x46, 0xa0, 0xe7, 0xd0, 0x48, 0x49, 0x75, 0x8a, 0xeb, 0x19, 0x61, 0xdd, 0xc2, 0x75, 0x9e, + 0xbf, 0x00, 0xcd, 0x47, 0x82, 0x54, 0xe0, 0xb4, 0x46, 0x1a, 0x06, 0x61, 0xe5, 0x3d, 0xa8, 0x20, + 0x5a, 0x50, 0x8e, 0x69, 0x64, 0x63, 0xaa, 0x3e, 0x55, 0x4f, 0x88, 0x98, 0xa7, 0x80, 0x55, 0x9d, + 0xa4, 0xe5, 0x88, 0x8d, 0x68, 0xa4, 0xa4, 0x59, 0xb5, 0x77, 0x4a, 0x16, 0x0c, 0x58, 0xdb, 0x16, + 0x40, 0x8b, 0x7c, 0x94, 0x1c, 0x7b, 0x58, 0x4a, 0x4e, 0x2f, 0x12, 0x49, 0x84, 0x53, 0xd3, 0xad, + 0xe3, 0x4f, 0xba, 0xd4, 0xee, 0xc9, 0x52, 0x6f, 0xa0, 0x98, 0x8f, 0x32, 0x5e, 0xd3, 0x45, 0x9a, + 0x64, 0x16, 0x9a, 0x15, 0x71, 0x63, 0x51, 0x11, 0x77, 0x8e, 0xa1, 0x5d, 0x24, 0xea, 0x51, 0xbd, + 0xe6, 0x3f, 0x0d, 0xd8, 0x5b, 0x6c, 0xaf, 0xbd, 0x07, 0xbb, 0x50, 0x53, 0x0f, 0x9f, 0x97, 0xbf, + 0x08, 0x0a, 0xf0, 0x4e, 0x5d, 0x84, 0x2f, 0xa1, 0x3d, 0x5b, 0x4b, 0xea, 0x22, 0xc9, 0xb4, 0xc3, + 0x6f, 0xc6, 0xf9, 0x52, 0x32, 0x28, 0xf4, 0x02, 0x5a, 0x79, 0x16, 0x2d, 0x56, 0x87, 0xda, 0x6d, + 0xe6, 0xe0, 0x45, 0xd2, 0x27, 0x44, 0xe2, 0x00, 0x4b, 0x6c, 0x4a, 0x7b, 0x46, 0xfa, 0x5b, 0x8b, + 0x42, 0x1f, 0x60, 0x3b, 0xcf, 0x92, 0x4b, 0x52, 0x5d, 0x27, 0xe9, 0xbb, 0x7b, 0x92, 0x64, 0x3b, + 0x7d, 0xee, 0x0e, 0xdc, 0xcd, 0xd5, 0x56, 0x5c, 0x84, 0x53, 0xc5, 0xc3, 0x4d, 0x8a, 0x75, 0x61, + 0xe9, 0xdb, 0x6f, 0x8a, 0xc7, 0x82, 0x55, 0x85, 0x65, 0x4f, 0x54, 0xa5, 0xf8, 0x89, 0x5a, 0xce, + 0x3f, 0x51, 0x3d, 0xa8, 0x72, 0x22, 0x92, 0x50, 0xea, 0x2a, 0x5d, 0x3f, 0xdc, 0x4e, 0xab, 0x20, + 0x33, 0x59, 0x63, 0x5d, 0x4b, 0x35, 0x77, 0x53, 0x6b, 0x73, 0x37, 0xf5, 0x00, 0xda, 0x8a, 0x22, + 0xb0, 0xfc, 0x1e, 0x4f, 0x42, 0x32, 0xbd, 0xd3, 0x1b, 0x82, 0xc6, 0xf9, 0x68, 0xcc, 0x75, 0xa5, + 0xc6, 0x9d, 0xae, 0x84, 0x4e, 0x60, 0xe5, 0x8a, 0xe0, 0x80, 0x70, 0xe1, 0xac, 0xe9, 0xe8, 0x1e, + 0x3e, 0x2c, 0xba, 0x6f, 0x0c, 0x93, 0x89, 0x67, 0x2a, 0x02, 0x71, 0xd8, 0xb2, 0x9f, 0x9e, 0x64, + 0xf9, 0xcc, 0xad, 0x6b, 0xd9, 0xdf, 0x3e, 0x4a, 0xf6, 0x19, 0xbb, 0x9b, 0xb7, 0xcd, 0xab, 0x79, + 0x8c, 0xd2, 0x39, 0x55, 0xa4, 0xd4, 0xa6, 0xfe, 0xa0, 0xc7, 0xe8, 0x9c, 0x0a, 0x3c, 0x63, 0x33, + 0xbe, 0x6d, 0xe2, 0x79, 0x0c, 0x3a, 0x86, 0x26, 0x8d, 0xfc, 0x30, 0x09, 0x48, 0xa6, 0x6d, 0x53, + 0x27, 0x78, 0x27, 0x7b, 0xaf, 0x4f, 0x87, 0x23, 0x43, 0xfd, 0x3e, 0x56, 0x6f, 0x92, 0x70, 0xd7, + 0x2d, 0x47, 0x2a, 0xe3, 0x5b, 0x68, 0x91, 0x08, 0x5f, 0xa8, 0x5e, 0x75, 0x49, 0xb0, 0x4c, 0x38, + 0x11, 0x4e, 0x73, 0xaf, 0xbc, 0xbf, 0x9e, 0x1b, 0x02, 0x4f, 0x87, 0xa3, 0x57, 0x06, 0xe7, 0x36, + 0x2d, 0xb1, 0x3d, 0x6b, 0x1b, 0x38, 0x8d, 0xf4, 0xf8, 0x23, 0xe9, 0x84, 0xb0, 0x44, 0x3a, 0x2d, + 0xdd, 0x6a, 0x76, 0x7a, 0x66, 0x78, 0xed, 0xa5, 0xc3, 0x6b, 0xef, 0xa5, 0x1d, 0x5e, 0xdd, 0x75, + 0xcb, 0x71, 0x66, 0x18, 0xd0, 0x00, 0x36, 0xf4, 0xbc, 0xa8, 0xde, 0x9b, 0x74, 0xc2, 0x75, 0x36, + 0xee, 0x93, 0xd2, 0x54, 0xe3, 0x24, 0x0e, 0xc3, 0x14, 0x80, 0x9e, 0x42, 0x5d, 0xf7, 0x97, 0x98, + 0x13, 0x41, 0xa4, 0xd3, 0x36, 0x55, 0xab, 0x40, 0x23, 0x0d, 0x41, 0x5f, 0x5b, 0x02, 0x9f, 0x45, + 0x97, 0x74, 0xec, 0x6c, 0x69, 0x0d, 0x9d, 0xcc, 0x4d, 0x97, 0xb1, 0x49, 0x5f, 0xa3, 0x52, 0x15, + 0x9a, 0xd9, 0x80, 0xd0, 0x2b, 0x68, 0x4d, 0x48, 0x40, 0xb1, 0x47, 0x22, 0x9f, 0xdf, 0xea, 0x68, + 0x3a, 0xdb, 0x3a, 0xda, 0xbb, 0xf9, 0x40, 0xbd, 0x55, 0x34, 0x83, 0x8c, 0xc4, 0x6d, 0x4e, 0x66, + 0x01, 0x9d, 0x37, 0xd0, 0x59, 0xdc, 0x13, 0x1e, 0xd3, 0x74, 0x3b, 0x5f, 0x41, 0x23, 0x5f, 0x23, + 0x8f, 0xe2, 0x7d, 0x05, 0xce, 0xa2, 0xfa, 0x7e, 0xac, 0x9c, 0x45, 0x35, 0xfb, 0xa8, 0x07, 0xe4, + 0xc7, 0x52, 0x3a, 0xad, 0xda, 0xc7, 0x69, 0x66, 0x5a, 0xfd, 0x12, 0x6a, 0x66, 0x18, 0x29, 0x9a, + 0xdf, 0x2d, 0x83, 0x9e, 0xaf, 0x57, 0x7d, 0xfb, 0x85, 0xbe, 0x81, 0x35, 0xc9, 0x71, 0x24, 0x2e, + 0x09, 0x37, 0x6c, 0x66, 0x92, 0x75, 0xf2, 0x6c, 0x67, 0x96, 0x40, 0xb3, 0x36, 0x64, 0xee, 0xd4, + 0x7d, 0x0b, 0x8e, 0x4b, 0x7c, 0xc6, 0x03, 0x25, 0xba, 0xcf, 0x22, 0x49, 0x3e, 0xca, 0x4f, 0xb7, + 0xa6, 0xfb, 0xff, 0x12, 0xac, 0x58, 0x0c, 0xfa, 0x25, 0x40, 0x78, 0x9d, 0x0d, 0x57, 0xf6, 0x1d, + 0x0c, 0xaf, 0xed, 0x5c, 0xb5, 0x0b, 0x35, 0xc1, 0x12, 0xee, 0x13, 0x8f, 0xc6, 0xe9, 0x44, 0x68, + 0x00, 0xc3, 0x18, 0xbd, 0x80, 0x95, 0x74, 0x42, 0x29, 0x6b, 0xbd, 0xcd, 0xbc, 0xde, 0x73, 0x4e, + 0xdd, 0x14, 0x8f, 0x3e, 0xb7, 0xb3, 0x74, 0xa5, 0x98, 0x2e, 0x1d, 0xac, 0xd5, 0xdc, 0xbc, 0x5c, + 0x4c, 0xa2, 0x86, 0xe8, 0x67, 0x50, 0xbe, 0xa1, 0xd8, 0xa9, 0xea, 0x1e, 0x36, 0x47, 0xa1, 0x70, + 0xe8, 0xc9, 0xec, 0xb0, 0xb8, 0x62, 0x37, 0xb2, 0x74, 0x50, 0xfc, 0xcd, 0xdf, 0x61, 0x63, 0xee, + 0xa5, 0x41, 0x0e, 0xb4, 0x4f, 0x06, 0xaf, 0x8f, 0xfa, 0x7f, 0xf5, 0x8e, 0xfa, 0xfd, 0xc1, 0xe8, + 0xcc, 0x7b, 0xef, 0x7a, 0xa3, 0xe1, 0xbb, 0xd6, 0x2f, 0x10, 0x40, 0xd5, 0x80, 0x5a, 0x25, 0xd4, + 0x84, 0xba, 0x3b, 0xf8, 0xcb, 0xf9, 0xe0, 0xf4, 0x4c, 0x23, 0x97, 0x14, 0xd2, 0x1d, 0x7c, 0x3f, + 0xe8, 0x9f, 0xb5, 0xca, 0x68, 0x15, 0x2a, 0x2f, 0xdd, 0xf7, 0xa3, 0x56, 0xe5, 0xf0, 0xc7, 0x15, + 0xa8, 0x0e, 0xdf, 0xeb, 0xac, 0x7f, 0x0d, 0x8d, 0x3e, 0x27, 0x58, 0x12, 0xb3, 0xb7, 0xa2, 0xa2, + 0x45, 0xb6, 0xb3, 0x3d, 0xd7, 0x53, 0x06, 0x6a, 0xe7, 0x56, 0xcc, 0xa6, 0x04, 0x3f, 0x85, 0xf9, + 0x0f, 0x50, 0xcb, 0x56, 0x71, 0xb4, 0x95, 0xee, 0x7e, 0x33, 0xab, 0x79, 0xa7, 0x48, 0x20, 0x1a, + 0x00, 0x9c, 0x50, 0x91, 0x72, 0x4e, 0xbb, 0xd1, 0x14, 0x98, 0xb2, 0xef, 0x16, 0xe2, 0xec, 0x70, + 0x75, 0x0c, 0x6b, 0x33, 0x8b, 0x3d, 0xda, 0xd1, 0x36, 0x14, 0x2d, 0xfb, 0x0b, 0x7d, 0xf8, 0x06, + 0xd6, 0x4c, 0xf4, 0xec, 0x96, 0x87, 0x0a, 0x97, 0xe4, 0x85, 0xec, 0x43, 0x58, 0x9f, 0x5d, 0x77, + 0x51, 0xa7, 0x70, 0x07, 0x4e, 0xbd, 0x59, 0xbc, 0x1f, 0xa3, 0x13, 0x40, 0xf3, 0xbb, 0x2b, 0x7a, + 0x92, 0x73, 0xa9, 0x60, 0xa9, 0x5d, 0x68, 0xd8, 0x0f, 0xb0, 0xb3, 0x70, 0x4b, 0x43, 0xcf, 0x53, + 0x3b, 0x7e, 0x76, 0x7f, 0xed, 0xfc, 0xfa, 0x3e, 0x32, 0x6b, 0xf9, 0x18, 0x9c, 0x45, 0xaf, 0x3c, + 0xfa, 0xd5, 0x43, 0xe6, 0xfa, 0xce, 0xf3, 0x07, 0x8d, 0x0a, 0xd3, 0x10, 0xe5, 0x1b, 0xe6, 0x4c, + 0x88, 0x0a, 0x3a, 0xe9, 0xc2, 0x10, 0x7d, 0x0f, 0x1b, 0x73, 0xfd, 0x0e, 0x7d, 0xa6, 0x85, 0x2d, + 0xea, 0x83, 0x8b, 0x64, 0x1d, 0x3f, 0xfb, 0xdb, 0xd3, 0x31, 0x95, 0x57, 0xc9, 0x45, 0xcf, 0x67, + 0x93, 0x03, 0x5b, 0x41, 0xe6, 0x3f, 0x2c, 0x9f, 0x85, 0x07, 0x3c, 0xf6, 0x2f, 0xaa, 0xfa, 0xf4, + 0xfb, 0x9f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x9b, 0xeb, 0x0c, 0x9b, 0x65, 0x13, 0x00, 0x00, }