From 094b3482574f236df9a7cfc521a354f5b48cec46 Mon Sep 17 00:00:00 2001 From: Denys Smirnov Date: Tue, 8 Sep 2026 14:59:06 +0200 Subject: [PATCH] Add name field to the phone numbers. --- .changeset/sip-numbers-name.md | 6 + livekit/livekit_phone_number.pb.go | 29 ++++- livekit/livekit_phone_number.twirp.go | 160 +++++++++++++------------- protobufs/livekit_phone_number.proto | 2 + 4 files changed, 113 insertions(+), 84 deletions(-) create mode 100644 .changeset/sip-numbers-name.md diff --git a/.changeset/sip-numbers-name.md b/.changeset/sip-numbers-name.md new file mode 100644 index 000000000..8f2aed82b --- /dev/null +++ b/.changeset/sip-numbers-name.md @@ -0,0 +1,6 @@ +--- +"github.com/livekit/protocol": patch +"@livekit/protocol": patch +--- + +Add name field to the phone numbers. diff --git a/livekit/livekit_phone_number.pb.go b/livekit/livekit_phone_number.pb.go index 0b94ce34d..25a2c26c5 100644 --- a/livekit/livekit_phone_number.pb.go +++ b/livekit/livekit_phone_number.pb.go @@ -594,6 +594,7 @@ type UpdatePhoneNumberRequest struct { Id *string `protobuf:"bytes,1,opt,name=id,proto3,oneof" json:"id,omitempty"` // Use phone number ID for direct lookup PhoneNumber *string `protobuf:"bytes,2,opt,name=phone_number,json=phoneNumber,proto3,oneof" json:"phone_number,omitempty"` // Use phone number string for lookup SipDispatchRuleId *string `protobuf:"bytes,3,opt,name=sip_dispatch_rule_id,json=sipDispatchRuleId,proto3,oneof" json:"sip_dispatch_rule_id,omitempty"` // SIP dispatch rule ID to assign to the phone number + Name *string `protobuf:"bytes,4,opt,name=name,proto3,oneof" json:"name,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -649,6 +650,13 @@ func (x *UpdatePhoneNumberRequest) GetSipDispatchRuleId() string { return "" } +func (x *UpdatePhoneNumberRequest) GetName() string { + if x != nil && x.Name != nil { + return *x.Name + } + return "" +} + // UpdatePhoneNumberResponse - Response containing the updated phone number type UpdatePhoneNumberResponse struct { state protoimpl.MessageState `protogen:"open.v1"` @@ -788,6 +796,7 @@ func (*ReleasePhoneNumbersResponse) Descriptor() ([]byte, []int) { type PhoneNumber struct { state protoimpl.MessageState `protogen:"open.v1"` Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // Unique identifier + Name string `protobuf:"bytes,17,opt,name=name,proto3" json:"name,omitempty"` // Human-readable name/label for the phone number E164Format string `protobuf:"bytes,2,opt,name=e164_format,json=e164Format,proto3" json:"e164_format,omitempty"` // Phone number in E.164 format (e.g., "+14155552671") CountryCode string `protobuf:"bytes,3,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"` // Country code (e.g., "US") AreaCode string `protobuf:"bytes,4,opt,name=area_code,json=areaCode,proto3" json:"area_code,omitempty"` // Area code (e.g., "415") @@ -845,6 +854,13 @@ func (x *PhoneNumber) GetId() string { return "" } +func (x *PhoneNumber) GetName() string { + if x != nil { + return x.Name + } + return "" +} + func (x *PhoneNumber) GetE164Format() string { if x != nil { return x.E164Format @@ -996,22 +1012,25 @@ const file_livekit_phone_number_proto_rawDesc = "" + "\x03_idB\x0f\n" + "\r_phone_number\"Q\n" + "\x16GetPhoneNumberResponse\x127\n" + - "\fphone_number\x18\x01 \x01(\v2\x14.livekit.PhoneNumberR\vphoneNumber\"\xd4\x01\n" + + "\fphone_number\x18\x01 \x01(\v2\x14.livekit.PhoneNumberR\vphoneNumber\"\xf6\x01\n" + "\x18UpdatePhoneNumberRequest\x12\x13\n" + "\x02id\x18\x01 \x01(\tH\x00R\x02id\x88\x01\x01\x12&\n" + "\fphone_number\x18\x02 \x01(\tH\x01R\vphoneNumber\x88\x01\x01\x12J\n" + - "\x14sip_dispatch_rule_id\x18\x03 \x01(\tB\x14\xbaP\x11sipDispatchRuleIDH\x02R\x11sipDispatchRuleId\x88\x01\x01B\x05\n" + + "\x14sip_dispatch_rule_id\x18\x03 \x01(\tB\x14\xbaP\x11sipDispatchRuleIDH\x02R\x11sipDispatchRuleId\x88\x01\x01\x12\x17\n" + + "\x04name\x18\x04 \x01(\tH\x03R\x04name\x88\x01\x01B\x05\n" + "\x03_idB\x0f\n" + "\r_phone_numberB\x17\n" + - "\x15_sip_dispatch_rule_id\"T\n" + + "\x15_sip_dispatch_rule_idB\a\n" + + "\x05_name\"T\n" + "\x19UpdatePhoneNumberResponse\x127\n" + "\fphone_number\x18\x01 \x01(\v2\x14.livekit.PhoneNumberR\vphoneNumber\"S\n" + "\x1aReleasePhoneNumbersRequest\x12\x10\n" + "\x03ids\x18\x01 \x03(\tR\x03ids\x12#\n" + "\rphone_numbers\x18\x02 \x03(\tR\fphoneNumbers\"\x1d\n" + - "\x1bReleasePhoneNumbersResponse\"\xd0\x05\n" + + "\x1bReleasePhoneNumbersResponse\"\xe4\x05\n" + "\vPhoneNumber\x12\x0e\n" + - "\x02id\x18\x01 \x01(\tR\x02id\x12\x1f\n" + + "\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n" + + "\x04name\x18\x11 \x01(\tR\x04name\x12\x1f\n" + "\ve164_format\x18\x02 \x01(\tR\n" + "e164Format\x12!\n" + "\fcountry_code\x18\x03 \x01(\tR\vcountryCode\x12\x1b\n" + diff --git a/livekit/livekit_phone_number.twirp.go b/livekit/livekit_phone_number.twirp.go index 9b78d0f35..4e52c02d8 100644 --- a/livekit/livekit_phone_number.twirp.go +++ b/livekit/livekit_phone_number.twirp.go @@ -1919,83 +1919,85 @@ func (s *phoneNumberServiceServer) PathPrefix() string { } var twirpFileDescriptor8 = []byte{ - // 1241 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x57, 0x51, 0x6e, 0xdb, 0x46, - 0x13, 0xd6, 0x52, 0xb6, 0x63, 0x8d, 0x64, 0x5b, 0xd9, 0x38, 0x09, 0x4d, 0x27, 0xb1, 0x42, 0xff, - 0xf8, 0x21, 0xe4, 0x41, 0x46, 0xdc, 0x22, 0x45, 0xd2, 0x3e, 0x54, 0xb2, 0xe9, 0x58, 0x8d, 0x22, - 0xab, 0x94, 0xdc, 0x36, 0x45, 0x01, 0x82, 0xa2, 0xd6, 0xf2, 0x22, 0x14, 0xc9, 0x92, 0x2b, 0xa3, - 0xbe, 0x41, 0x50, 0xf4, 0x1c, 0x45, 0xd1, 0x23, 0x14, 0xbd, 0x41, 0x81, 0xa2, 0x0f, 0x3d, 0x40, - 0x9f, 0x7b, 0x8a, 0x62, 0x97, 0x14, 0x4d, 0x99, 0xa4, 0x0c, 0xb4, 0x05, 0xfa, 0x26, 0xce, 0x7c, - 0x33, 0x3b, 0xfb, 0xed, 0xb7, 0x33, 0x2b, 0x50, 0x6c, 0x7a, 0x41, 0xde, 0x52, 0x66, 0x78, 0xe7, - 0xae, 0x43, 0x0c, 0x67, 0x3a, 0x19, 0x12, 0xbf, 0xe1, 0xf9, 0x2e, 0x73, 0xf1, 0xad, 0xc8, 0xa7, - 0xec, 0x8c, 0x5d, 0x77, 0x6c, 0x93, 0x3d, 0x61, 0x1e, 0x4e, 0xcf, 0xf6, 0x18, 0x9d, 0x90, 0x80, - 0x99, 0x13, 0x2f, 0x44, 0x2a, 0x9b, 0xb3, 0x2c, 0x13, 0x77, 0x44, 0xec, 0x20, 0xb6, 0xba, 0xe3, - 0x31, 0xf1, 0xf7, 0x5c, 0x8f, 0x51, 0xd7, 0x89, 0xac, 0xea, 0x1f, 0x08, 0xb6, 0xfa, 0xc4, 0xf4, - 0xad, 0xf3, 0x1e, 0x5f, 0xb2, 0x2b, 0x56, 0x0c, 0x74, 0xf2, 0xf5, 0x94, 0x04, 0x0c, 0x3f, 0x86, - 0x8a, 0xe5, 0x4e, 0x1d, 0xe6, 0x5f, 0x1a, 0x96, 0x3b, 0x22, 0x32, 0xaa, 0xa1, 0x7a, 0x49, 0x2f, - 0x47, 0xb6, 0x03, 0x77, 0x44, 0x70, 0x0d, 0x4a, 0xa6, 0x4f, 0xcc, 0xd0, 0x2f, 0x71, 0xff, 0x71, - 0x41, 0x5f, 0xe5, 0x26, 0xee, 0x7e, 0x87, 0x10, 0xde, 0x82, 0x65, 0x9b, 0x4e, 0x28, 0x93, 0x8b, - 0x35, 0x54, 0x5f, 0x3e, 0x46, 0x7a, 0xf8, 0xc9, 0x5d, 0x1f, 0x01, 0x78, 0xe6, 0x98, 0x18, 0xcc, - 0x7d, 0x4b, 0x1c, 0x79, 0xa9, 0x86, 0xea, 0xe5, 0x7d, 0xb9, 0x11, 0x95, 0xdf, 0x18, 0x70, 0x6b, - 0xcf, 0x1c, 0x53, 0xc7, 0xe4, 0x25, 0x1f, 0x4b, 0x7a, 0x89, 0xa3, 0x85, 0xf9, 0x1d, 0x42, 0xad, - 0x0a, 0x80, 0x11, 0xaf, 0xdd, 0x5a, 0x85, 0x15, 0x43, 0x24, 0x6e, 0xad, 0x41, 0xd9, 0xb8, 0x4a, - 0xab, 0x7e, 0x8b, 0x40, 0xc9, 0xda, 0x62, 0xe0, 0xb9, 0x4e, 0x40, 0xf0, 0x13, 0x58, 0xa6, 0x8c, - 0x4c, 0x02, 0x19, 0xd5, 0x8a, 0xf5, 0xf2, 0xfe, 0x66, 0xbc, 0x7c, 0x02, 0xad, 0x87, 0x10, 0xfc, - 0x31, 0x6c, 0x38, 0xe4, 0x1b, 0x96, 0xc8, 0x2e, 0xb6, 0xbc, 0xa0, 0x68, 0x7d, 0x8d, 0x07, 0xf4, - 0x66, 0x65, 0xab, 0xdf, 0x23, 0x50, 0x7a, 0x53, 0xdf, 0x3a, 0x37, 0x03, 0x92, 0x5c, 0x20, 0x22, - 0x7c, 0x17, 0xd6, 0x92, 0x47, 0x1f, 0x16, 0x55, 0xd2, 0x2b, 0x5e, 0xa2, 0x72, 0xfc, 0x09, 0x6c, - 0x06, 0xd4, 0x33, 0x46, 0x34, 0xf0, 0x4c, 0x66, 0x9d, 0x1b, 0xfe, 0xd4, 0x26, 0x06, 0x1d, 0x85, - 0xec, 0xb7, 0x36, 0x7f, 0xea, 0xdd, 0x0e, 0xa8, 0x77, 0x18, 0x79, 0xf5, 0xa9, 0x4d, 0xda, 0x87, - 0xc7, 0x05, 0x3d, 0x65, 0x1c, 0x71, 0x0e, 0xef, 0xc3, 0x5d, 0x23, 0x2b, 0x99, 0xfa, 0x05, 0x6c, - 0x67, 0xd6, 0x19, 0xb1, 0xf6, 0x3c, 0xab, 0xd0, 0x3c, 0xf6, 0xe6, 0xca, 0x57, 0x7f, 0x90, 0xe0, - 0x7e, 0x87, 0x06, 0x2c, 0x4b, 0x70, 0xb1, 0x56, 0x90, 0xd0, 0x4a, 0x21, 0xa1, 0x95, 0x67, 0xb0, - 0x1a, 0x30, 0x93, 0x4d, 0x03, 0x12, 0xc8, 0x52, 0xad, 0x58, 0x5f, 0xdf, 0x57, 0xb2, 0x16, 0xeb, - 0x0b, 0x8c, 0x1e, 0x63, 0xaf, 0x69, 0xac, 0x78, 0x83, 0xc6, 0xd0, 0xbc, 0xc6, 0x72, 0xb9, 0x5e, - 0x5a, 0xc0, 0xb5, 0x94, 0xc3, 0x75, 0x9e, 0x42, 0xf3, 0x0f, 0xe1, 0x57, 0x04, 0x72, 0x9a, 0xaa, - 0xff, 0x42, 0xb8, 0x78, 0x07, 0xca, 0xcc, 0x65, 0xa6, 0x6d, 0x88, 0xcb, 0x1f, 0xde, 0x65, 0x1d, - 0x84, 0xe9, 0x80, 0x5b, 0xb8, 0x74, 0xdd, 0xb3, 0x33, 0x9b, 0x3a, 0x24, 0x82, 0x2c, 0x09, 0x48, - 0x25, 0x32, 0x0a, 0x90, 0x6a, 0xc3, 0xdd, 0x97, 0x84, 0x65, 0x08, 0xff, 0x0e, 0x48, 0x74, 0x14, - 0xf6, 0x97, 0xe3, 0x82, 0x2e, 0x51, 0x4e, 0x18, 0xfe, 0x3f, 0x54, 0x92, 0x22, 0x8b, 0xda, 0x0b, - 0xd2, 0xcb, 0x09, 0x3d, 0x71, 0x62, 0x97, 0xa1, 0x68, 0xd0, 0x51, 0x6b, 0x03, 0xd6, 0xe6, 0x1a, - 0xa7, 0xfa, 0x29, 0xdc, 0xbb, 0xbe, 0x5a, 0xc4, 0xdd, 0x07, 0xd7, 0x32, 0x23, 0x41, 0x46, 0x36, - 0x85, 0xc9, 0xd5, 0xd4, 0xdf, 0x11, 0xc8, 0xa7, 0xde, 0xc8, 0x64, 0xe4, 0x5f, 0xde, 0x44, 0xae, - 0xd2, 0x8a, 0x7f, 0x43, 0x69, 0x39, 0x84, 0xe4, 0x0b, 0x6d, 0x00, 0x5b, 0x19, 0xbb, 0xfa, 0xa7, - 0x64, 0xf5, 0x41, 0xd1, 0x89, 0x4d, 0xe6, 0x5b, 0x48, 0x7c, 0xd7, 0xab, 0x50, 0xa4, 0xa3, 0x59, - 0x87, 0xe3, 0x3f, 0xd3, 0xdd, 0x4f, 0x4a, 0x77, 0x3f, 0xf5, 0x21, 0x6c, 0x67, 0x26, 0x0d, 0x8b, - 0x55, 0x7f, 0x5b, 0x86, 0x72, 0xc2, 0x81, 0xd7, 0xaf, 0xce, 0x84, 0x9f, 0x08, 0xd7, 0x31, 0x79, - 0xfa, 0xec, 0x7d, 0xe3, 0xcc, 0xf5, 0x27, 0x26, 0x0b, 0x4f, 0x43, 0x07, 0x6e, 0x3a, 0x12, 0x96, - 0xd4, 0xcc, 0x2b, 0xa6, 0x67, 0xde, 0x76, 0x72, 0xe6, 0x89, 0x4e, 0x70, 0x35, 0xf1, 0xf0, 0x73, - 0x28, 0x87, 0xe5, 0x1b, 0xec, 0xd2, 0x23, 0xf2, 0x72, 0x0d, 0xd5, 0xd7, 0x13, 0xd7, 0x2c, 0x51, - 0xdb, 0xe0, 0xd2, 0x23, 0x3a, 0x38, 0xf1, 0x6f, 0xac, 0xc0, 0xaa, 0xed, 0x5a, 0xa6, 0x4d, 0xd9, - 0xa5, 0xbc, 0x12, 0xa6, 0x9d, 0x7d, 0xe3, 0x7b, 0xb0, 0xe2, 0x93, 0x31, 0x75, 0x1d, 0xf9, 0x96, - 0xf0, 0x44, 0x5f, 0xf8, 0x21, 0x40, 0xe0, 0x99, 0x13, 0x23, 0xb0, 0x5c, 0x9f, 0xc8, 0xab, 0x35, - 0x54, 0x47, 0x7a, 0x89, 0x5b, 0xfa, 0xdc, 0x80, 0x9f, 0x03, 0x58, 0x3e, 0x31, 0x19, 0x19, 0x19, - 0x26, 0x93, 0x4b, 0xe2, 0xe4, 0x94, 0x46, 0xf8, 0x82, 0x68, 0xcc, 0x5e, 0x10, 0x8d, 0xc1, 0xec, - 0x05, 0xa1, 0x97, 0x22, 0x74, 0x93, 0xf1, 0xd0, 0xa9, 0xd0, 0x84, 0x08, 0x85, 0x9b, 0x43, 0x23, - 0x74, 0x93, 0x61, 0x15, 0x2a, 0x96, 0xe9, 0x99, 0x43, 0x6a, 0x53, 0x46, 0x49, 0x20, 0x97, 0xc3, - 0x73, 0x4c, 0xda, 0xf0, 0x3e, 0xac, 0x84, 0x3d, 0x5a, 0xae, 0x08, 0x8a, 0x16, 0x75, 0xf3, 0x08, - 0x89, 0x3f, 0x84, 0xb2, 0x19, 0x04, 0x74, 0xec, 0x84, 0x35, 0xad, 0xdd, 0x58, 0x13, 0xcc, 0xe0, - 0x4d, 0xc6, 0x83, 0xfd, 0x50, 0x38, 0x22, 0x78, 0xfd, 0xe6, 0xe0, 0x19, 0xbc, 0xc9, 0xf0, 0xcb, - 0x9c, 0xdb, 0xb9, 0x21, 0x6e, 0xe7, 0x3d, 0x19, 0x65, 0xdd, 0xcf, 0x8c, 0xdb, 0x89, 0x9f, 0xc2, - 0xdd, 0xac, 0x44, 0x81, 0x5c, 0x15, 0x1c, 0xe1, 0x54, 0x44, 0xf0, 0xe4, 0x67, 0x04, 0xb7, 0x53, - 0x9c, 0xe0, 0x5d, 0xd8, 0xe9, 0x1d, 0x9f, 0x74, 0x35, 0xa3, 0x7b, 0xfa, 0xba, 0xa5, 0xe9, 0x46, - 0x7f, 0xd0, 0x1c, 0x9c, 0xf6, 0x8d, 0xd3, 0x6e, 0xbf, 0xa7, 0x1d, 0xb4, 0x8f, 0xda, 0xda, 0x61, - 0xb5, 0x80, 0x1f, 0x81, 0x92, 0x05, 0x6a, 0x1e, 0x0c, 0xda, 0x9f, 0x69, 0x55, 0x84, 0x77, 0x60, - 0x3b, 0xcb, 0xdf, 0xd3, 0xba, 0x87, 0xed, 0xee, 0xcb, 0xaa, 0x84, 0x6b, 0xf0, 0x20, 0x0b, 0xa0, - 0x6b, 0x1d, 0xad, 0xd9, 0xd7, 0x0e, 0xab, 0xc5, 0xbc, 0x14, 0x27, 0x47, 0x47, 0x9d, 0x76, 0x57, - 0xab, 0x2e, 0x3d, 0xf9, 0x0e, 0xc1, 0xc6, 0x35, 0xd5, 0xe3, 0x87, 0xb0, 0x35, 0x17, 0x34, 0x78, - 0xd3, 0xd3, 0x8c, 0xd3, 0xee, 0xab, 0xee, 0xc9, 0xe7, 0xdd, 0x6a, 0x01, 0x3f, 0x00, 0x39, 0xed, - 0x7e, 0x7d, 0xd2, 0x6a, 0x77, 0x78, 0xd1, 0xdb, 0x70, 0x3f, 0xed, 0xed, 0x9c, 0x1c, 0x34, 0x3b, - 0x55, 0x29, 0x55, 0x8e, 0x70, 0x0e, 0x4e, 0x3a, 0x1d, 0xe3, 0x48, 0xd7, 0xb4, 0x6a, 0x71, 0xff, - 0x97, 0x25, 0xc0, 0x49, 0x36, 0x89, 0x7f, 0x41, 0x2d, 0x82, 0x0d, 0xc0, 0xe9, 0x47, 0x22, 0x56, - 0x63, 0x51, 0xe6, 0x3e, 0x92, 0x95, 0xdd, 0x85, 0x98, 0xa8, 0x2d, 0x15, 0xf0, 0x10, 0xee, 0x64, - 0x3c, 0xa8, 0xf0, 0x55, 0x74, 0xfe, 0xb3, 0x50, 0xf9, 0xdf, 0x62, 0x50, 0xbc, 0xc6, 0x1b, 0xa8, - 0x5e, 0x7f, 0x2e, 0xe0, 0x5a, 0x1c, 0x9b, 0xf3, 0xe8, 0x52, 0x1e, 0x2f, 0x40, 0xc4, 0xa9, 0xfb, - 0xb0, 0x3e, 0x3f, 0x4b, 0xf1, 0xa3, 0x38, 0x2c, 0x73, 0xa4, 0x2b, 0x3b, 0xb9, 0xfe, 0x38, 0xe9, - 0x57, 0x70, 0x3b, 0x35, 0x76, 0xf0, 0x55, 0x39, 0x79, 0x83, 0x56, 0x51, 0x17, 0x41, 0x92, 0x8c, - 0x67, 0x4c, 0x8a, 0x04, 0xe3, 0xf9, 0xc3, 0x29, 0xc1, 0xf8, 0xa2, 0x61, 0x53, 0x68, 0x1d, 0x7d, - 0xb9, 0x3b, 0xa6, 0xec, 0x7c, 0x3a, 0x6c, 0x58, 0xee, 0x64, 0x2f, 0x8a, 0x09, 0xff, 0x9a, 0x59, - 0xae, 0x3d, 0x33, 0xfc, 0x28, 0xad, 0x75, 0xe8, 0x05, 0x79, 0xc5, 0x0f, 0x90, 0xbb, 0xfe, 0x94, - 0xd6, 0xa3, 0xef, 0x17, 0x2f, 0x84, 0x61, 0xb8, 0x22, 0x42, 0xde, 0xfb, 0x2b, 0x00, 0x00, 0xff, - 0xff, 0x38, 0x7e, 0x13, 0x24, 0x02, 0x0e, 0x00, 0x00, + // 1269 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x57, 0xd1, 0x6e, 0xe3, 0x44, + 0x17, 0xce, 0x24, 0x4d, 0xb7, 0x39, 0x49, 0xdb, 0x74, 0xb6, 0xbb, 0x75, 0xdd, 0xdd, 0x6d, 0xd6, + 0xfd, 0xf5, 0x2b, 0xda, 0x8b, 0x54, 0x5b, 0xd0, 0xa2, 0x5d, 0xb8, 0x20, 0x69, 0xdd, 0x4d, 0xd8, + 0x6c, 0x1a, 0x9c, 0x14, 0x58, 0x84, 0x64, 0xb9, 0xce, 0x34, 0x1d, 0xad, 0x63, 0x1b, 0x7b, 0x52, + 0xd1, 0x37, 0x58, 0x21, 0x9e, 0x03, 0x21, 0x1e, 0x01, 0xf1, 0x06, 0x48, 0x3c, 0x03, 0x17, 0x5c, + 0xf1, 0x00, 0x5c, 0xa3, 0x19, 0x3b, 0xae, 0x53, 0xdb, 0xa9, 0x10, 0x48, 0xdc, 0xc5, 0xe7, 0x7c, + 0xe7, 0xcc, 0x99, 0x6f, 0xbe, 0x99, 0x73, 0x02, 0xb2, 0x45, 0x2f, 0xc9, 0x5b, 0xca, 0x74, 0xf7, + 0xc2, 0xb1, 0x89, 0x6e, 0x4f, 0x27, 0x67, 0xc4, 0x6b, 0xb8, 0x9e, 0xc3, 0x1c, 0x7c, 0x27, 0xf4, + 0xc9, 0xbb, 0x63, 0xc7, 0x19, 0x5b, 0x64, 0x5f, 0x98, 0xcf, 0xa6, 0xe7, 0xfb, 0x8c, 0x4e, 0x88, + 0xcf, 0x8c, 0x89, 0x1b, 0x20, 0xe5, 0xcd, 0x59, 0x96, 0x89, 0x33, 0x22, 0x96, 0x1f, 0x59, 0x9d, + 0xf1, 0x98, 0x78, 0xfb, 0x8e, 0xcb, 0xa8, 0x63, 0x87, 0x56, 0xe5, 0x37, 0x04, 0xdb, 0x03, 0x62, + 0x78, 0xe6, 0x45, 0x9f, 0x2f, 0xd9, 0x13, 0x2b, 0xfa, 0x1a, 0xf9, 0x7a, 0x4a, 0x7c, 0x86, 0x1f, + 0x43, 0xc5, 0x74, 0xa6, 0x36, 0xf3, 0xae, 0x74, 0xd3, 0x19, 0x11, 0x09, 0xd5, 0x50, 0xbd, 0xa4, + 0x95, 0x43, 0xdb, 0xa1, 0x33, 0x22, 0xb8, 0x06, 0x25, 0xc3, 0x23, 0x46, 0xe0, 0xcf, 0x73, 0x7f, + 0x3b, 0xa7, 0xad, 0x70, 0x13, 0x77, 0xbf, 0x43, 0x08, 0x6f, 0x43, 0xd1, 0xa2, 0x13, 0xca, 0xa4, + 0x42, 0x0d, 0xd5, 0x8b, 0x6d, 0xa4, 0x05, 0x9f, 0xdc, 0xf5, 0x11, 0x80, 0x6b, 0x8c, 0x89, 0xce, + 0x9c, 0xb7, 0xc4, 0x96, 0x96, 0x6a, 0xa8, 0x5e, 0x3e, 0x90, 0x1a, 0x61, 0xf9, 0x8d, 0x21, 0xb7, + 0xf6, 0x8d, 0x31, 0xb5, 0x0d, 0x5e, 0x72, 0x3b, 0xaf, 0x95, 0x38, 0x5a, 0x98, 0xdf, 0x21, 0xd4, + 0xaa, 0x00, 0xe8, 0xd1, 0xda, 0xad, 0x15, 0x58, 0xd6, 0x45, 0xe2, 0xd6, 0x2a, 0x94, 0xf5, 0xeb, + 0xb4, 0xca, 0xb7, 0x08, 0xe4, 0xb4, 0x2d, 0xfa, 0xae, 0x63, 0xfb, 0x04, 0x3f, 0x81, 0x22, 0x65, + 0x64, 0xe2, 0x4b, 0xa8, 0x56, 0xa8, 0x97, 0x0f, 0x36, 0xa3, 0xe5, 0x63, 0x68, 0x2d, 0x80, 0xe0, + 0x8f, 0x61, 0xdd, 0x26, 0xdf, 0xb0, 0x58, 0x76, 0xb1, 0xe5, 0x05, 0x45, 0x6b, 0xab, 0x3c, 0xa0, + 0x3f, 0x2b, 0x5b, 0xf9, 0x1e, 0x81, 0xdc, 0x9f, 0x7a, 0xe6, 0x85, 0xe1, 0x93, 0xf8, 0x02, 0x21, + 0xe1, 0x7b, 0xb0, 0x1a, 0x3f, 0xfa, 0xa0, 0xa8, 0x92, 0x56, 0x71, 0x63, 0x95, 0xe3, 0x4f, 0x60, + 0xd3, 0xa7, 0xae, 0x3e, 0xa2, 0xbe, 0x6b, 0x30, 0xf3, 0x42, 0xf7, 0xa6, 0x16, 0xd1, 0xe9, 0x28, + 0x60, 0xbf, 0xb5, 0xf9, 0x53, 0x7f, 0xc3, 0xa7, 0xee, 0x51, 0xe8, 0xd5, 0xa6, 0x16, 0xe9, 0x1c, + 0xb5, 0x73, 0x5a, 0xc2, 0x38, 0xe2, 0x1c, 0x6e, 0xc1, 0x3d, 0x3d, 0x2d, 0x99, 0xf2, 0x05, 0xec, + 0xa4, 0xd6, 0x19, 0xb2, 0xf6, 0x3c, 0xad, 0xd0, 0x2c, 0xf6, 0xe6, 0xca, 0x57, 0x7e, 0xc8, 0xc3, + 0x56, 0x97, 0xfa, 0x2c, 0x4d, 0x70, 0x91, 0x56, 0x90, 0xd0, 0x4a, 0x2e, 0xa6, 0x95, 0x67, 0xb0, + 0xe2, 0x33, 0x83, 0x4d, 0x7d, 0xe2, 0x4b, 0xf9, 0x5a, 0xa1, 0xbe, 0x76, 0x20, 0xa7, 0x2d, 0x36, + 0x10, 0x18, 0x2d, 0xc2, 0xde, 0xd0, 0x58, 0xe1, 0x16, 0x8d, 0xa1, 0x79, 0x8d, 0x65, 0x72, 0xbd, + 0xb4, 0x80, 0xeb, 0x7c, 0x06, 0xd7, 0x59, 0x0a, 0xcd, 0x3e, 0x84, 0x5f, 0x11, 0x48, 0x49, 0xaa, + 0xfe, 0x0b, 0xe1, 0xe2, 0x5d, 0x28, 0x33, 0x87, 0x19, 0x96, 0x2e, 0x2e, 0x7f, 0x70, 0x97, 0x35, + 0x10, 0xa6, 0x43, 0x6e, 0xe1, 0xd2, 0x75, 0xce, 0xcf, 0x2d, 0x6a, 0x93, 0x10, 0xb2, 0x24, 0x20, + 0x95, 0xd0, 0x28, 0x40, 0x8a, 0x05, 0xf7, 0x5e, 0x12, 0x96, 0x22, 0xfc, 0xbb, 0x90, 0xa7, 0xa3, + 0xe0, 0x7d, 0x69, 0xe7, 0xb4, 0x3c, 0xe5, 0x84, 0xe1, 0xff, 0x43, 0x25, 0x2e, 0xb2, 0xf0, 0x79, + 0x41, 0x5a, 0x39, 0xa6, 0x27, 0x4e, 0x6c, 0x11, 0x0a, 0x3a, 0x1d, 0xb5, 0xd6, 0x61, 0x75, 0xee, + 0xe1, 0x54, 0x3e, 0x85, 0xfb, 0x37, 0x57, 0x0b, 0xb9, 0xfb, 0xe0, 0x46, 0x66, 0x24, 0xc8, 0x48, + 0xa7, 0x30, 0xbe, 0x9a, 0xf2, 0x27, 0x02, 0xe9, 0xd4, 0x1d, 0x19, 0x8c, 0xfc, 0xcb, 0x9b, 0xc8, + 0x54, 0x5a, 0xe1, 0xef, 0x2b, 0x0d, 0x6f, 0xc1, 0x92, 0x6d, 0x4c, 0x48, 0xa0, 0xd2, 0x76, 0x41, + 0x13, 0x5f, 0x0b, 0x98, 0xca, 0x54, 0x60, 0xeb, 0x0e, 0x14, 0x75, 0x1e, 0xac, 0x0c, 0x61, 0x3b, + 0x65, 0xdf, 0xff, 0x94, 0xce, 0x01, 0xc8, 0x1a, 0xb1, 0xc8, 0xfc, 0x23, 0x13, 0xbd, 0x06, 0x55, + 0x28, 0xd0, 0xd1, 0xec, 0x0d, 0xe4, 0x3f, 0x93, 0xef, 0x63, 0x3e, 0xf9, 0x3e, 0x2a, 0x0f, 0x61, + 0x27, 0x35, 0x69, 0x50, 0xac, 0xf2, 0x7b, 0x11, 0xca, 0x31, 0x07, 0x5e, 0xbb, 0x3e, 0x35, 0x7e, + 0x66, 0x18, 0x87, 0xe4, 0x6d, 0x08, 0x8b, 0xf8, 0xcd, 0xd5, 0x4f, 0x9e, 0x3e, 0x7b, 0x5f, 0x3f, + 0x77, 0xbc, 0x89, 0xc1, 0x82, 0x33, 0xd4, 0x80, 0x9b, 0x8e, 0x85, 0x25, 0xd1, 0x29, 0x0b, 0xc9, + 0x4e, 0xb9, 0x13, 0xef, 0x94, 0xe2, 0x64, 0xae, 0xfb, 0x24, 0x7e, 0x0e, 0xe5, 0x60, 0x4b, 0x3a, + 0xbb, 0x72, 0x89, 0x54, 0xac, 0xa1, 0xfa, 0x5a, 0xec, 0x72, 0xc6, 0xea, 0x1d, 0x5e, 0xb9, 0x44, + 0x03, 0x3b, 0xfa, 0x8d, 0x65, 0x58, 0xb1, 0x1c, 0xd3, 0xb0, 0x28, 0xbb, 0x92, 0x96, 0x83, 0xb4, + 0xb3, 0x6f, 0x7c, 0x1f, 0x96, 0x3d, 0x32, 0xa6, 0x8e, 0x2d, 0xdd, 0x11, 0x9e, 0xf0, 0x0b, 0x3f, + 0x04, 0xf0, 0x5d, 0x63, 0xa2, 0xfb, 0xa6, 0xe3, 0x11, 0x69, 0xa5, 0x86, 0xea, 0x48, 0x2b, 0x71, + 0xcb, 0x80, 0x1b, 0xf0, 0x73, 0x00, 0xd3, 0x23, 0x06, 0x23, 0x23, 0xdd, 0x60, 0x52, 0x49, 0x9c, + 0xa6, 0xdc, 0x08, 0xe6, 0x8e, 0xc6, 0x6c, 0xee, 0x68, 0x0c, 0x67, 0x73, 0x87, 0x56, 0x0a, 0xd1, + 0x4d, 0xc6, 0x43, 0xa7, 0x42, 0x27, 0x22, 0x14, 0x6e, 0x0f, 0x0d, 0xd1, 0x4d, 0x86, 0x15, 0xa8, + 0x98, 0x86, 0x6b, 0x9c, 0x51, 0x8b, 0x32, 0x4a, 0x7c, 0xa9, 0x1c, 0x9c, 0x6d, 0xdc, 0x86, 0x0f, + 0x60, 0x39, 0x78, 0xd9, 0xa5, 0x8a, 0xa0, 0x68, 0x51, 0x0f, 0x08, 0x91, 0xf8, 0x43, 0x28, 0x1b, + 0xbe, 0x4f, 0xc7, 0x76, 0x50, 0xd3, 0xea, 0xad, 0x35, 0xc1, 0x0c, 0xde, 0x64, 0x3c, 0xd8, 0x0b, + 0xc4, 0x24, 0x82, 0xd7, 0x6e, 0x0f, 0x9e, 0xc1, 0x9b, 0x0c, 0xbf, 0xcc, 0xb8, 0xd3, 0xeb, 0xe2, + 0x4e, 0xdf, 0x97, 0x50, 0xda, 0xad, 0x4e, 0xb9, 0xd3, 0xf8, 0x29, 0xdc, 0x4b, 0x4b, 0xe4, 0x4b, + 0x55, 0xc1, 0x11, 0x4e, 0x44, 0xf8, 0x4f, 0x7e, 0x46, 0xb0, 0x91, 0xe0, 0x04, 0xef, 0xc1, 0x6e, + 0xbf, 0x7d, 0xd2, 0x53, 0xf5, 0xde, 0xe9, 0xeb, 0x96, 0xaa, 0xe9, 0x83, 0x61, 0x73, 0x78, 0x3a, + 0xd0, 0x4f, 0x7b, 0x83, 0xbe, 0x7a, 0xd8, 0x39, 0xee, 0xa8, 0x47, 0xd5, 0x1c, 0x7e, 0x04, 0x72, + 0x1a, 0xa8, 0x79, 0x38, 0xec, 0x7c, 0xa6, 0x56, 0x11, 0xde, 0x85, 0x9d, 0x34, 0x7f, 0x5f, 0xed, + 0x1d, 0x75, 0x7a, 0x2f, 0xab, 0x79, 0x5c, 0x83, 0x07, 0x69, 0x00, 0x4d, 0xed, 0xaa, 0xcd, 0x81, + 0x7a, 0x54, 0x2d, 0x64, 0xa5, 0x38, 0x39, 0x3e, 0xee, 0x76, 0x7a, 0x6a, 0x75, 0xe9, 0xc9, 0x77, + 0x08, 0xd6, 0x6f, 0xa8, 0x1e, 0x3f, 0x84, 0xed, 0xb9, 0xa0, 0xe1, 0x9b, 0xbe, 0xaa, 0x9f, 0xf6, + 0x5e, 0xf5, 0x4e, 0x3e, 0xef, 0x55, 0x73, 0xf8, 0x01, 0x48, 0x49, 0xf7, 0xeb, 0x93, 0x56, 0xa7, + 0xcb, 0x8b, 0xde, 0x81, 0xad, 0xa4, 0xb7, 0x7b, 0x72, 0xd8, 0xec, 0x56, 0xf3, 0x89, 0x72, 0x84, + 0x73, 0x78, 0xd2, 0xed, 0xea, 0xc7, 0x9a, 0xaa, 0x56, 0x0b, 0x07, 0xbf, 0x2c, 0x01, 0x8e, 0xb3, + 0x49, 0xbc, 0x4b, 0x6a, 0x12, 0xac, 0x03, 0x4e, 0x8e, 0x96, 0x58, 0x89, 0x44, 0x99, 0x39, 0x5a, + 0xcb, 0x7b, 0x0b, 0x31, 0xe1, 0x53, 0x95, 0xc3, 0x67, 0x70, 0x37, 0x65, 0x0c, 0xc3, 0xd7, 0xd1, + 0xd9, 0xc3, 0xa4, 0xfc, 0xbf, 0xc5, 0xa0, 0x68, 0x8d, 0x37, 0x50, 0xbd, 0x39, 0x64, 0xe0, 0x5a, + 0x14, 0x9b, 0x31, 0xaa, 0xc9, 0x8f, 0x17, 0x20, 0xa2, 0xd4, 0x03, 0x58, 0x9b, 0xef, 0xc0, 0xf8, + 0x51, 0x14, 0x96, 0x3a, 0x08, 0xc8, 0xbb, 0x99, 0xfe, 0x28, 0xe9, 0x57, 0xb0, 0x91, 0x68, 0x45, + 0xf8, 0xba, 0x9c, 0xac, 0xf6, 0x2c, 0x2b, 0x8b, 0x20, 0x71, 0xc6, 0x53, 0xba, 0x47, 0x8c, 0xf1, + 0xec, 0x86, 0x15, 0x63, 0x7c, 0x51, 0x03, 0xca, 0xb5, 0x8e, 0xbf, 0xdc, 0x1b, 0x53, 0x76, 0x31, + 0x3d, 0x6b, 0x98, 0xce, 0x64, 0x3f, 0x8c, 0x09, 0xfe, 0xd0, 0x99, 0x8e, 0x35, 0x33, 0xfc, 0x98, + 0x5f, 0xed, 0xd2, 0x4b, 0xf2, 0x8a, 0x1f, 0x20, 0x77, 0xfd, 0x91, 0x5f, 0x0b, 0xbf, 0x5f, 0xbc, + 0x10, 0x86, 0xb3, 0x65, 0x11, 0xf2, 0xde, 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xb2, 0x23, 0xe0, + 0x48, 0x38, 0x0e, 0x00, 0x00, } diff --git a/protobufs/livekit_phone_number.proto b/protobufs/livekit_phone_number.proto index 980322a5b..a149b3cc1 100644 --- a/protobufs/livekit_phone_number.proto +++ b/protobufs/livekit_phone_number.proto @@ -112,6 +112,7 @@ message UpdatePhoneNumberRequest { optional string id = 1; // Use phone number ID for direct lookup optional string phone_number = 2; // Use phone number string for lookup optional string sip_dispatch_rule_id = 3 [(logger.name) = "sipDispatchRuleID"]; // SIP dispatch rule ID to assign to the phone number + optional string name = 4; } // UpdatePhoneNumberResponse - Response containing the updated phone number @@ -133,6 +134,7 @@ message ReleasePhoneNumbersResponse { // PhoneNumber - Unified phone number type for inventory and purchased numbers message PhoneNumber { string id = 1; // Unique identifier + string name = 17; // Human-readable name/label for the phone number string e164_format = 2; // Phone number in E.164 format (e.g., "+14155552671") string country_code = 3; // Country code (e.g., "US") string area_code = 4; // Area code (e.g., "415")