| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1 | // Copyright 2018-2024 Open Networking Foundation (ONF) and the ONF Contributors |
| 2 | // |
| 3 | // Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | // you may not use this file except in compliance with the License. |
| 5 | // You may obtain a copy of the License at: |
| 6 | // |
| 7 | // http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | // |
| 9 | // Unless required by applicable law or agreed to in writing, software |
| 10 | // distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | // See the License for the specific language governing permissions and |
| 13 | // limitations under the License. |
| 14 | |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 15 | // Code generated by protoc-gen-go. DO NOT EDIT. |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 16 | // versions: |
| 17 | // protoc-gen-go v1.36.11 |
| 18 | // protoc v4.25.8 |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 19 | // source: voltha_protos/voip_system_profile.proto |
| 20 | |
| 21 | package voip_system_profile |
| 22 | |
| 23 | import ( |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 24 | _ "google.golang.org/genproto/googleapis/api/annotations" |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 25 | protoreflect "google.golang.org/protobuf/reflect/protoreflect" |
| 26 | protoimpl "google.golang.org/protobuf/runtime/protoimpl" |
| 27 | reflect "reflect" |
| 28 | sync "sync" |
| 29 | unsafe "unsafe" |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 30 | ) |
| 31 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 32 | const ( |
| 33 | // Verify that this generated code is sufficiently up-to-date. |
| 34 | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) |
| 35 | // Verify that runtime/protoimpl is sufficiently up-to-date. |
| 36 | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) |
| 37 | ) |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 38 | |
| 39 | type VoipSystemProfileRequest struct { |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 40 | state protoimpl.MessageState `protogen:"open.v1"` |
| 41 | Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` |
| 42 | VoipSystemProfile *VoipSystemProfile `protobuf:"bytes,2,opt,name=voipSystemProfile,proto3" json:"voipSystemProfile,omitempty"` |
| 43 | unknownFields protoimpl.UnknownFields |
| 44 | sizeCache protoimpl.SizeCache |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 45 | } |
| 46 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 47 | func (x *VoipSystemProfileRequest) Reset() { |
| 48 | *x = VoipSystemProfileRequest{} |
| 49 | mi := &file_voltha_protos_voip_system_profile_proto_msgTypes[0] |
| 50 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 51 | ms.StoreMessageInfo(mi) |
| 52 | } |
| 53 | |
| 54 | func (x *VoipSystemProfileRequest) String() string { |
| 55 | return protoimpl.X.MessageStringOf(x) |
| 56 | } |
| 57 | |
| 58 | func (*VoipSystemProfileRequest) ProtoMessage() {} |
| 59 | |
| 60 | func (x *VoipSystemProfileRequest) ProtoReflect() protoreflect.Message { |
| 61 | mi := &file_voltha_protos_voip_system_profile_proto_msgTypes[0] |
| 62 | if x != nil { |
| 63 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 64 | if ms.LoadMessageInfo() == nil { |
| 65 | ms.StoreMessageInfo(mi) |
| 66 | } |
| 67 | return ms |
| 68 | } |
| 69 | return mi.MessageOf(x) |
| 70 | } |
| 71 | |
| 72 | // Deprecated: Use VoipSystemProfileRequest.ProtoReflect.Descriptor instead. |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 73 | func (*VoipSystemProfileRequest) Descriptor() ([]byte, []int) { |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 74 | return file_voltha_protos_voip_system_profile_proto_rawDescGZIP(), []int{0} |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 75 | } |
| 76 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 77 | func (x *VoipSystemProfileRequest) GetKey() string { |
| 78 | if x != nil { |
| 79 | return x.Key |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 80 | } |
| 81 | return "" |
| 82 | } |
| 83 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 84 | func (x *VoipSystemProfileRequest) GetVoipSystemProfile() *VoipSystemProfile { |
| 85 | if x != nil { |
| 86 | return x.VoipSystemProfile |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 87 | } |
| 88 | return nil |
| 89 | } |
| 90 | |
| 91 | // A system wide profile for voip service that can be stored into voltha KV anytime. |
| 92 | // Designed based on G988-2017 (also designed flexible to be able to be modified later on) |
| 93 | type VoipSystemProfile struct { |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 94 | state protoimpl.MessageState `protogen:"open.v1"` |
| 95 | SipConfig *SipConfig `protobuf:"bytes,1,opt,name=sipConfig,proto3" json:"sipConfig,omitempty"` |
| 96 | VoipConfig *VoipConfig `protobuf:"bytes,2,opt,name=voipConfig,proto3" json:"voipConfig,omitempty"` |
| 97 | unknownFields protoimpl.UnknownFields |
| 98 | sizeCache protoimpl.SizeCache |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 99 | } |
| 100 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 101 | func (x *VoipSystemProfile) Reset() { |
| 102 | *x = VoipSystemProfile{} |
| 103 | mi := &file_voltha_protos_voip_system_profile_proto_msgTypes[1] |
| 104 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 105 | ms.StoreMessageInfo(mi) |
| 106 | } |
| 107 | |
| 108 | func (x *VoipSystemProfile) String() string { |
| 109 | return protoimpl.X.MessageStringOf(x) |
| 110 | } |
| 111 | |
| 112 | func (*VoipSystemProfile) ProtoMessage() {} |
| 113 | |
| 114 | func (x *VoipSystemProfile) ProtoReflect() protoreflect.Message { |
| 115 | mi := &file_voltha_protos_voip_system_profile_proto_msgTypes[1] |
| 116 | if x != nil { |
| 117 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 118 | if ms.LoadMessageInfo() == nil { |
| 119 | ms.StoreMessageInfo(mi) |
| 120 | } |
| 121 | return ms |
| 122 | } |
| 123 | return mi.MessageOf(x) |
| 124 | } |
| 125 | |
| 126 | // Deprecated: Use VoipSystemProfile.ProtoReflect.Descriptor instead. |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 127 | func (*VoipSystemProfile) Descriptor() ([]byte, []int) { |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 128 | return file_voltha_protos_voip_system_profile_proto_rawDescGZIP(), []int{1} |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 129 | } |
| 130 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 131 | func (x *VoipSystemProfile) GetSipConfig() *SipConfig { |
| 132 | if x != nil { |
| 133 | return x.SipConfig |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 134 | } |
| 135 | return nil |
| 136 | } |
| 137 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 138 | func (x *VoipSystemProfile) GetVoipConfig() *VoipConfig { |
| 139 | if x != nil { |
| 140 | return x.VoipConfig |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 141 | } |
| 142 | return nil |
| 143 | } |
| 144 | |
| 145 | // Common voip fields are grouped here |
| 146 | type VoipConfig struct { |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 147 | state protoimpl.MessageState `protogen:"open.v1"` |
| 148 | IpHostConfig *IpHostConfig `protobuf:"bytes,1,opt,name=ipHostConfig,proto3" json:"ipHostConfig,omitempty"` |
| 149 | TcpUdpConfig *TcpUdpConfig `protobuf:"bytes,2,opt,name=tcpUdpConfig,proto3" json:"tcpUdpConfig,omitempty"` |
| 150 | VoipVoiceCtp *VoipVoiceCtp `protobuf:"bytes,3,opt,name=voipVoiceCtp,proto3" json:"voipVoiceCtp,omitempty"` |
| 151 | VoipMediaProfile *VoipMediaProfile `protobuf:"bytes,4,opt,name=voipMediaProfile,proto3" json:"voipMediaProfile,omitempty"` |
| 152 | VoiceServiceProfile *VoiceServiceProfile `protobuf:"bytes,5,opt,name=voiceServiceProfile,proto3" json:"voiceServiceProfile,omitempty"` |
| 153 | RtpProfile *RtpProfile `protobuf:"bytes,6,opt,name=rtpProfile,proto3" json:"rtpProfile,omitempty"` |
| 154 | PptpPotsUni *PptpPotsUni `protobuf:"bytes,7,opt,name=pptpPotsUni,proto3" json:"pptpPotsUni,omitempty"` |
| 155 | unknownFields protoimpl.UnknownFields |
| 156 | sizeCache protoimpl.SizeCache |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 157 | } |
| 158 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 159 | func (x *VoipConfig) Reset() { |
| 160 | *x = VoipConfig{} |
| 161 | mi := &file_voltha_protos_voip_system_profile_proto_msgTypes[2] |
| 162 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 163 | ms.StoreMessageInfo(mi) |
| 164 | } |
| 165 | |
| 166 | func (x *VoipConfig) String() string { |
| 167 | return protoimpl.X.MessageStringOf(x) |
| 168 | } |
| 169 | |
| 170 | func (*VoipConfig) ProtoMessage() {} |
| 171 | |
| 172 | func (x *VoipConfig) ProtoReflect() protoreflect.Message { |
| 173 | mi := &file_voltha_protos_voip_system_profile_proto_msgTypes[2] |
| 174 | if x != nil { |
| 175 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 176 | if ms.LoadMessageInfo() == nil { |
| 177 | ms.StoreMessageInfo(mi) |
| 178 | } |
| 179 | return ms |
| 180 | } |
| 181 | return mi.MessageOf(x) |
| 182 | } |
| 183 | |
| 184 | // Deprecated: Use VoipConfig.ProtoReflect.Descriptor instead. |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 185 | func (*VoipConfig) Descriptor() ([]byte, []int) { |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 186 | return file_voltha_protos_voip_system_profile_proto_rawDescGZIP(), []int{2} |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 187 | } |
| 188 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 189 | func (x *VoipConfig) GetIpHostConfig() *IpHostConfig { |
| 190 | if x != nil { |
| 191 | return x.IpHostConfig |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 192 | } |
| 193 | return nil |
| 194 | } |
| 195 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 196 | func (x *VoipConfig) GetTcpUdpConfig() *TcpUdpConfig { |
| 197 | if x != nil { |
| 198 | return x.TcpUdpConfig |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 199 | } |
| 200 | return nil |
| 201 | } |
| 202 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 203 | func (x *VoipConfig) GetVoipVoiceCtp() *VoipVoiceCtp { |
| 204 | if x != nil { |
| 205 | return x.VoipVoiceCtp |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 206 | } |
| 207 | return nil |
| 208 | } |
| 209 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 210 | func (x *VoipConfig) GetVoipMediaProfile() *VoipMediaProfile { |
| 211 | if x != nil { |
| 212 | return x.VoipMediaProfile |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 213 | } |
| 214 | return nil |
| 215 | } |
| 216 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 217 | func (x *VoipConfig) GetVoiceServiceProfile() *VoiceServiceProfile { |
| 218 | if x != nil { |
| 219 | return x.VoiceServiceProfile |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 220 | } |
| 221 | return nil |
| 222 | } |
| 223 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 224 | func (x *VoipConfig) GetRtpProfile() *RtpProfile { |
| 225 | if x != nil { |
| 226 | return x.RtpProfile |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 227 | } |
| 228 | return nil |
| 229 | } |
| 230 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 231 | func (x *VoipConfig) GetPptpPotsUni() *PptpPotsUni { |
| 232 | if x != nil { |
| 233 | return x.PptpPotsUni |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 234 | } |
| 235 | return nil |
| 236 | } |
| 237 | |
| 238 | type IpHostConfig struct { |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 239 | state protoimpl.MessageState `protogen:"open.v1"` |
| 240 | IpOptions uint32 `protobuf:"varint,1,opt,name=ipOptions,proto3" json:"ipOptions,omitempty"` |
| 241 | OnuIdentifier string `protobuf:"bytes,2,opt,name=onuIdentifier,proto3" json:"onuIdentifier,omitempty"` |
| 242 | IpAddress string `protobuf:"bytes,3,opt,name=ipAddress,proto3" json:"ipAddress,omitempty"` |
| 243 | Mask string `protobuf:"bytes,4,opt,name=mask,proto3" json:"mask,omitempty"` |
| 244 | Gateway string `protobuf:"bytes,5,opt,name=gateway,proto3" json:"gateway,omitempty"` |
| 245 | PrimaryDns string `protobuf:"bytes,6,opt,name=primaryDns,proto3" json:"primaryDns,omitempty"` |
| 246 | SecondaryDns string `protobuf:"bytes,7,opt,name=secondaryDns,proto3" json:"secondaryDns,omitempty"` |
| 247 | RelayAgentOptions string `protobuf:"bytes,8,opt,name=relayAgentOptions,proto3" json:"relayAgentOptions,omitempty"` |
| 248 | unknownFields protoimpl.UnknownFields |
| 249 | sizeCache protoimpl.SizeCache |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 250 | } |
| 251 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 252 | func (x *IpHostConfig) Reset() { |
| 253 | *x = IpHostConfig{} |
| 254 | mi := &file_voltha_protos_voip_system_profile_proto_msgTypes[3] |
| 255 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 256 | ms.StoreMessageInfo(mi) |
| 257 | } |
| 258 | |
| 259 | func (x *IpHostConfig) String() string { |
| 260 | return protoimpl.X.MessageStringOf(x) |
| 261 | } |
| 262 | |
| 263 | func (*IpHostConfig) ProtoMessage() {} |
| 264 | |
| 265 | func (x *IpHostConfig) ProtoReflect() protoreflect.Message { |
| 266 | mi := &file_voltha_protos_voip_system_profile_proto_msgTypes[3] |
| 267 | if x != nil { |
| 268 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 269 | if ms.LoadMessageInfo() == nil { |
| 270 | ms.StoreMessageInfo(mi) |
| 271 | } |
| 272 | return ms |
| 273 | } |
| 274 | return mi.MessageOf(x) |
| 275 | } |
| 276 | |
| 277 | // Deprecated: Use IpHostConfig.ProtoReflect.Descriptor instead. |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 278 | func (*IpHostConfig) Descriptor() ([]byte, []int) { |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 279 | return file_voltha_protos_voip_system_profile_proto_rawDescGZIP(), []int{3} |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 280 | } |
| 281 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 282 | func (x *IpHostConfig) GetIpOptions() uint32 { |
| 283 | if x != nil { |
| 284 | return x.IpOptions |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 285 | } |
| 286 | return 0 |
| 287 | } |
| 288 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 289 | func (x *IpHostConfig) GetOnuIdentifier() string { |
| 290 | if x != nil { |
| 291 | return x.OnuIdentifier |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 292 | } |
| 293 | return "" |
| 294 | } |
| 295 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 296 | func (x *IpHostConfig) GetIpAddress() string { |
| 297 | if x != nil { |
| 298 | return x.IpAddress |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 299 | } |
| 300 | return "" |
| 301 | } |
| 302 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 303 | func (x *IpHostConfig) GetMask() string { |
| 304 | if x != nil { |
| 305 | return x.Mask |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 306 | } |
| 307 | return "" |
| 308 | } |
| 309 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 310 | func (x *IpHostConfig) GetGateway() string { |
| 311 | if x != nil { |
| 312 | return x.Gateway |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 313 | } |
| 314 | return "" |
| 315 | } |
| 316 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 317 | func (x *IpHostConfig) GetPrimaryDns() string { |
| 318 | if x != nil { |
| 319 | return x.PrimaryDns |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 320 | } |
| 321 | return "" |
| 322 | } |
| 323 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 324 | func (x *IpHostConfig) GetSecondaryDns() string { |
| 325 | if x != nil { |
| 326 | return x.SecondaryDns |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 327 | } |
| 328 | return "" |
| 329 | } |
| 330 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 331 | func (x *IpHostConfig) GetRelayAgentOptions() string { |
| 332 | if x != nil { |
| 333 | return x.RelayAgentOptions |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 334 | } |
| 335 | return "" |
| 336 | } |
| 337 | |
| 338 | type TcpUdpConfig struct { |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 339 | state protoimpl.MessageState `protogen:"open.v1"` |
| 340 | Protocol uint32 `protobuf:"varint,1,opt,name=protocol,proto3" json:"protocol,omitempty"` |
| 341 | TosField string `protobuf:"bytes,2,opt,name=tosField,proto3" json:"tosField,omitempty"` |
| 342 | unknownFields protoimpl.UnknownFields |
| 343 | sizeCache protoimpl.SizeCache |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 344 | } |
| 345 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 346 | func (x *TcpUdpConfig) Reset() { |
| 347 | *x = TcpUdpConfig{} |
| 348 | mi := &file_voltha_protos_voip_system_profile_proto_msgTypes[4] |
| 349 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 350 | ms.StoreMessageInfo(mi) |
| 351 | } |
| 352 | |
| 353 | func (x *TcpUdpConfig) String() string { |
| 354 | return protoimpl.X.MessageStringOf(x) |
| 355 | } |
| 356 | |
| 357 | func (*TcpUdpConfig) ProtoMessage() {} |
| 358 | |
| 359 | func (x *TcpUdpConfig) ProtoReflect() protoreflect.Message { |
| 360 | mi := &file_voltha_protos_voip_system_profile_proto_msgTypes[4] |
| 361 | if x != nil { |
| 362 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 363 | if ms.LoadMessageInfo() == nil { |
| 364 | ms.StoreMessageInfo(mi) |
| 365 | } |
| 366 | return ms |
| 367 | } |
| 368 | return mi.MessageOf(x) |
| 369 | } |
| 370 | |
| 371 | // Deprecated: Use TcpUdpConfig.ProtoReflect.Descriptor instead. |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 372 | func (*TcpUdpConfig) Descriptor() ([]byte, []int) { |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 373 | return file_voltha_protos_voip_system_profile_proto_rawDescGZIP(), []int{4} |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 374 | } |
| 375 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 376 | func (x *TcpUdpConfig) GetProtocol() uint32 { |
| 377 | if x != nil { |
| 378 | return x.Protocol |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 379 | } |
| 380 | return 0 |
| 381 | } |
| 382 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 383 | func (x *TcpUdpConfig) GetTosField() string { |
| 384 | if x != nil { |
| 385 | return x.TosField |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 386 | } |
| 387 | return "" |
| 388 | } |
| 389 | |
| 390 | type VoipVoiceCtp struct { |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 391 | state protoimpl.MessageState `protogen:"open.v1"` |
| 392 | SignallingCode uint32 `protobuf:"varint,1,opt,name=signallingCode,proto3" json:"signallingCode,omitempty"` |
| 393 | unknownFields protoimpl.UnknownFields |
| 394 | sizeCache protoimpl.SizeCache |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 395 | } |
| 396 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 397 | func (x *VoipVoiceCtp) Reset() { |
| 398 | *x = VoipVoiceCtp{} |
| 399 | mi := &file_voltha_protos_voip_system_profile_proto_msgTypes[5] |
| 400 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 401 | ms.StoreMessageInfo(mi) |
| 402 | } |
| 403 | |
| 404 | func (x *VoipVoiceCtp) String() string { |
| 405 | return protoimpl.X.MessageStringOf(x) |
| 406 | } |
| 407 | |
| 408 | func (*VoipVoiceCtp) ProtoMessage() {} |
| 409 | |
| 410 | func (x *VoipVoiceCtp) ProtoReflect() protoreflect.Message { |
| 411 | mi := &file_voltha_protos_voip_system_profile_proto_msgTypes[5] |
| 412 | if x != nil { |
| 413 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 414 | if ms.LoadMessageInfo() == nil { |
| 415 | ms.StoreMessageInfo(mi) |
| 416 | } |
| 417 | return ms |
| 418 | } |
| 419 | return mi.MessageOf(x) |
| 420 | } |
| 421 | |
| 422 | // Deprecated: Use VoipVoiceCtp.ProtoReflect.Descriptor instead. |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 423 | func (*VoipVoiceCtp) Descriptor() ([]byte, []int) { |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 424 | return file_voltha_protos_voip_system_profile_proto_rawDescGZIP(), []int{5} |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 425 | } |
| 426 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 427 | func (x *VoipVoiceCtp) GetSignallingCode() uint32 { |
| 428 | if x != nil { |
| 429 | return x.SignallingCode |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 430 | } |
| 431 | return 0 |
| 432 | } |
| 433 | |
| 434 | type VoipMediaProfile struct { |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 435 | state protoimpl.MessageState `protogen:"open.v1"` |
| 436 | FaxMode uint32 `protobuf:"varint,1,opt,name=faxMode,proto3" json:"faxMode,omitempty"` |
| 437 | CodecSelection1 uint32 `protobuf:"varint,2,opt,name=codecSelection1,proto3" json:"codecSelection1,omitempty"` |
| 438 | PacketPeriodSelection1 uint32 `protobuf:"varint,3,opt,name=packetPeriodSelection1,proto3" json:"packetPeriodSelection1,omitempty"` |
| 439 | SilenceSuppression1 uint32 `protobuf:"varint,4,opt,name=silenceSuppression1,proto3" json:"silenceSuppression1,omitempty"` |
| 440 | CodecSelection2 uint32 `protobuf:"varint,5,opt,name=codecSelection2,proto3" json:"codecSelection2,omitempty"` |
| 441 | PacketPeriodSelection2 uint32 `protobuf:"varint,6,opt,name=packetPeriodSelection2,proto3" json:"packetPeriodSelection2,omitempty"` |
| 442 | SilenceSuppression2 uint32 `protobuf:"varint,7,opt,name=silenceSuppression2,proto3" json:"silenceSuppression2,omitempty"` |
| 443 | CodecSelection3 uint32 `protobuf:"varint,8,opt,name=codecSelection3,proto3" json:"codecSelection3,omitempty"` |
| 444 | PacketPeriodSelection3 uint32 `protobuf:"varint,9,opt,name=packetPeriodSelection3,proto3" json:"packetPeriodSelection3,omitempty"` |
| 445 | SilenceSuppression3 uint32 `protobuf:"varint,10,opt,name=silenceSuppression3,proto3" json:"silenceSuppression3,omitempty"` |
| 446 | CodecSelection4 uint32 `protobuf:"varint,11,opt,name=codecSelection4,proto3" json:"codecSelection4,omitempty"` |
| 447 | PacketPeriodSelection4 uint32 `protobuf:"varint,12,opt,name=packetPeriodSelection4,proto3" json:"packetPeriodSelection4,omitempty"` |
| 448 | SilenceSuppression4 uint32 `protobuf:"varint,13,opt,name=silenceSuppression4,proto3" json:"silenceSuppression4,omitempty"` |
| 449 | OobDtmf uint32 `protobuf:"varint,14,opt,name=oobDtmf,proto3" json:"oobDtmf,omitempty"` |
| 450 | unknownFields protoimpl.UnknownFields |
| 451 | sizeCache protoimpl.SizeCache |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 452 | } |
| 453 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 454 | func (x *VoipMediaProfile) Reset() { |
| 455 | *x = VoipMediaProfile{} |
| 456 | mi := &file_voltha_protos_voip_system_profile_proto_msgTypes[6] |
| 457 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 458 | ms.StoreMessageInfo(mi) |
| 459 | } |
| 460 | |
| 461 | func (x *VoipMediaProfile) String() string { |
| 462 | return protoimpl.X.MessageStringOf(x) |
| 463 | } |
| 464 | |
| 465 | func (*VoipMediaProfile) ProtoMessage() {} |
| 466 | |
| 467 | func (x *VoipMediaProfile) ProtoReflect() protoreflect.Message { |
| 468 | mi := &file_voltha_protos_voip_system_profile_proto_msgTypes[6] |
| 469 | if x != nil { |
| 470 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 471 | if ms.LoadMessageInfo() == nil { |
| 472 | ms.StoreMessageInfo(mi) |
| 473 | } |
| 474 | return ms |
| 475 | } |
| 476 | return mi.MessageOf(x) |
| 477 | } |
| 478 | |
| 479 | // Deprecated: Use VoipMediaProfile.ProtoReflect.Descriptor instead. |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 480 | func (*VoipMediaProfile) Descriptor() ([]byte, []int) { |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 481 | return file_voltha_protos_voip_system_profile_proto_rawDescGZIP(), []int{6} |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 482 | } |
| 483 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 484 | func (x *VoipMediaProfile) GetFaxMode() uint32 { |
| 485 | if x != nil { |
| 486 | return x.FaxMode |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 487 | } |
| 488 | return 0 |
| 489 | } |
| 490 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 491 | func (x *VoipMediaProfile) GetCodecSelection1() uint32 { |
| 492 | if x != nil { |
| 493 | return x.CodecSelection1 |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 494 | } |
| 495 | return 0 |
| 496 | } |
| 497 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 498 | func (x *VoipMediaProfile) GetPacketPeriodSelection1() uint32 { |
| 499 | if x != nil { |
| 500 | return x.PacketPeriodSelection1 |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 501 | } |
| 502 | return 0 |
| 503 | } |
| 504 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 505 | func (x *VoipMediaProfile) GetSilenceSuppression1() uint32 { |
| 506 | if x != nil { |
| 507 | return x.SilenceSuppression1 |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 508 | } |
| 509 | return 0 |
| 510 | } |
| 511 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 512 | func (x *VoipMediaProfile) GetCodecSelection2() uint32 { |
| 513 | if x != nil { |
| 514 | return x.CodecSelection2 |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 515 | } |
| 516 | return 0 |
| 517 | } |
| 518 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 519 | func (x *VoipMediaProfile) GetPacketPeriodSelection2() uint32 { |
| 520 | if x != nil { |
| 521 | return x.PacketPeriodSelection2 |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 522 | } |
| 523 | return 0 |
| 524 | } |
| 525 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 526 | func (x *VoipMediaProfile) GetSilenceSuppression2() uint32 { |
| 527 | if x != nil { |
| 528 | return x.SilenceSuppression2 |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 529 | } |
| 530 | return 0 |
| 531 | } |
| 532 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 533 | func (x *VoipMediaProfile) GetCodecSelection3() uint32 { |
| 534 | if x != nil { |
| 535 | return x.CodecSelection3 |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 536 | } |
| 537 | return 0 |
| 538 | } |
| 539 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 540 | func (x *VoipMediaProfile) GetPacketPeriodSelection3() uint32 { |
| 541 | if x != nil { |
| 542 | return x.PacketPeriodSelection3 |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 543 | } |
| 544 | return 0 |
| 545 | } |
| 546 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 547 | func (x *VoipMediaProfile) GetSilenceSuppression3() uint32 { |
| 548 | if x != nil { |
| 549 | return x.SilenceSuppression3 |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 550 | } |
| 551 | return 0 |
| 552 | } |
| 553 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 554 | func (x *VoipMediaProfile) GetCodecSelection4() uint32 { |
| 555 | if x != nil { |
| 556 | return x.CodecSelection4 |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 557 | } |
| 558 | return 0 |
| 559 | } |
| 560 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 561 | func (x *VoipMediaProfile) GetPacketPeriodSelection4() uint32 { |
| 562 | if x != nil { |
| 563 | return x.PacketPeriodSelection4 |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 564 | } |
| 565 | return 0 |
| 566 | } |
| 567 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 568 | func (x *VoipMediaProfile) GetSilenceSuppression4() uint32 { |
| 569 | if x != nil { |
| 570 | return x.SilenceSuppression4 |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 571 | } |
| 572 | return 0 |
| 573 | } |
| 574 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 575 | func (x *VoipMediaProfile) GetOobDtmf() uint32 { |
| 576 | if x != nil { |
| 577 | return x.OobDtmf |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 578 | } |
| 579 | return 0 |
| 580 | } |
| 581 | |
| 582 | type VoiceServiceProfile struct { |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 583 | state protoimpl.MessageState `protogen:"open.v1"` |
| 584 | AnnouncementType uint32 `protobuf:"varint,1,opt,name=announcementType,proto3" json:"announcementType,omitempty"` |
| 585 | JitterTarget uint32 `protobuf:"varint,2,opt,name=jitterTarget,proto3" json:"jitterTarget,omitempty"` |
| 586 | JitterBufferMax uint32 `protobuf:"varint,3,opt,name=jitterBufferMax,proto3" json:"jitterBufferMax,omitempty"` |
| 587 | EchoCancelInd bool `protobuf:"varint,4,opt,name=echoCancelInd,proto3" json:"echoCancelInd,omitempty"` |
| 588 | PstnProtocolVariant uint32 `protobuf:"varint,5,opt,name=pstnProtocolVariant,proto3" json:"pstnProtocolVariant,omitempty"` |
| 589 | DtmfDigitLevels uint32 `protobuf:"varint,6,opt,name=dtmfDigitLevels,proto3" json:"dtmfDigitLevels,omitempty"` |
| 590 | DtmfDigitDuration uint32 `protobuf:"varint,7,opt,name=dtmfDigitDuration,proto3" json:"dtmfDigitDuration,omitempty"` |
| 591 | HookFlashMinimumTime uint32 `protobuf:"varint,8,opt,name=hookFlashMinimumTime,proto3" json:"hookFlashMinimumTime,omitempty"` |
| 592 | unknownFields protoimpl.UnknownFields |
| 593 | sizeCache protoimpl.SizeCache |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 594 | } |
| 595 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 596 | func (x *VoiceServiceProfile) Reset() { |
| 597 | *x = VoiceServiceProfile{} |
| 598 | mi := &file_voltha_protos_voip_system_profile_proto_msgTypes[7] |
| 599 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 600 | ms.StoreMessageInfo(mi) |
| 601 | } |
| 602 | |
| 603 | func (x *VoiceServiceProfile) String() string { |
| 604 | return protoimpl.X.MessageStringOf(x) |
| 605 | } |
| 606 | |
| 607 | func (*VoiceServiceProfile) ProtoMessage() {} |
| 608 | |
| 609 | func (x *VoiceServiceProfile) ProtoReflect() protoreflect.Message { |
| 610 | mi := &file_voltha_protos_voip_system_profile_proto_msgTypes[7] |
| 611 | if x != nil { |
| 612 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 613 | if ms.LoadMessageInfo() == nil { |
| 614 | ms.StoreMessageInfo(mi) |
| 615 | } |
| 616 | return ms |
| 617 | } |
| 618 | return mi.MessageOf(x) |
| 619 | } |
| 620 | |
| 621 | // Deprecated: Use VoiceServiceProfile.ProtoReflect.Descriptor instead. |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 622 | func (*VoiceServiceProfile) Descriptor() ([]byte, []int) { |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 623 | return file_voltha_protos_voip_system_profile_proto_rawDescGZIP(), []int{7} |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 624 | } |
| 625 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 626 | func (x *VoiceServiceProfile) GetAnnouncementType() uint32 { |
| 627 | if x != nil { |
| 628 | return x.AnnouncementType |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 629 | } |
| 630 | return 0 |
| 631 | } |
| 632 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 633 | func (x *VoiceServiceProfile) GetJitterTarget() uint32 { |
| 634 | if x != nil { |
| 635 | return x.JitterTarget |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 636 | } |
| 637 | return 0 |
| 638 | } |
| 639 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 640 | func (x *VoiceServiceProfile) GetJitterBufferMax() uint32 { |
| 641 | if x != nil { |
| 642 | return x.JitterBufferMax |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 643 | } |
| 644 | return 0 |
| 645 | } |
| 646 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 647 | func (x *VoiceServiceProfile) GetEchoCancelInd() bool { |
| 648 | if x != nil { |
| 649 | return x.EchoCancelInd |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 650 | } |
| 651 | return false |
| 652 | } |
| 653 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 654 | func (x *VoiceServiceProfile) GetPstnProtocolVariant() uint32 { |
| 655 | if x != nil { |
| 656 | return x.PstnProtocolVariant |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 657 | } |
| 658 | return 0 |
| 659 | } |
| 660 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 661 | func (x *VoiceServiceProfile) GetDtmfDigitLevels() uint32 { |
| 662 | if x != nil { |
| 663 | return x.DtmfDigitLevels |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 664 | } |
| 665 | return 0 |
| 666 | } |
| 667 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 668 | func (x *VoiceServiceProfile) GetDtmfDigitDuration() uint32 { |
| 669 | if x != nil { |
| 670 | return x.DtmfDigitDuration |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 671 | } |
| 672 | return 0 |
| 673 | } |
| 674 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 675 | func (x *VoiceServiceProfile) GetHookFlashMinimumTime() uint32 { |
| 676 | if x != nil { |
| 677 | return x.HookFlashMinimumTime |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 678 | } |
| 679 | return 0 |
| 680 | } |
| 681 | |
| 682 | type RtpProfile struct { |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 683 | state protoimpl.MessageState `protogen:"open.v1"` |
| 684 | LocalPortMin uint32 `protobuf:"varint,1,opt,name=localPortMin,proto3" json:"localPortMin,omitempty"` |
| 685 | LocalPortMax uint32 `protobuf:"varint,2,opt,name=localPortMax,proto3" json:"localPortMax,omitempty"` |
| 686 | DscpMark string `protobuf:"bytes,3,opt,name=dscpMark,proto3" json:"dscpMark,omitempty"` |
| 687 | PiggyBackEvents uint32 `protobuf:"varint,4,opt,name=piggyBackEvents,proto3" json:"piggyBackEvents,omitempty"` |
| 688 | ToneEvents uint32 `protobuf:"varint,5,opt,name=toneEvents,proto3" json:"toneEvents,omitempty"` |
| 689 | DtmfEvents uint32 `protobuf:"varint,6,opt,name=dtmfEvents,proto3" json:"dtmfEvents,omitempty"` |
| 690 | CasEvents uint32 `protobuf:"varint,7,opt,name=casEvents,proto3" json:"casEvents,omitempty"` |
| 691 | unknownFields protoimpl.UnknownFields |
| 692 | sizeCache protoimpl.SizeCache |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 693 | } |
| 694 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 695 | func (x *RtpProfile) Reset() { |
| 696 | *x = RtpProfile{} |
| 697 | mi := &file_voltha_protos_voip_system_profile_proto_msgTypes[8] |
| 698 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 699 | ms.StoreMessageInfo(mi) |
| 700 | } |
| 701 | |
| 702 | func (x *RtpProfile) String() string { |
| 703 | return protoimpl.X.MessageStringOf(x) |
| 704 | } |
| 705 | |
| 706 | func (*RtpProfile) ProtoMessage() {} |
| 707 | |
| 708 | func (x *RtpProfile) ProtoReflect() protoreflect.Message { |
| 709 | mi := &file_voltha_protos_voip_system_profile_proto_msgTypes[8] |
| 710 | if x != nil { |
| 711 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 712 | if ms.LoadMessageInfo() == nil { |
| 713 | ms.StoreMessageInfo(mi) |
| 714 | } |
| 715 | return ms |
| 716 | } |
| 717 | return mi.MessageOf(x) |
| 718 | } |
| 719 | |
| 720 | // Deprecated: Use RtpProfile.ProtoReflect.Descriptor instead. |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 721 | func (*RtpProfile) Descriptor() ([]byte, []int) { |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 722 | return file_voltha_protos_voip_system_profile_proto_rawDescGZIP(), []int{8} |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 723 | } |
| 724 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 725 | func (x *RtpProfile) GetLocalPortMin() uint32 { |
| 726 | if x != nil { |
| 727 | return x.LocalPortMin |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 728 | } |
| 729 | return 0 |
| 730 | } |
| 731 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 732 | func (x *RtpProfile) GetLocalPortMax() uint32 { |
| 733 | if x != nil { |
| 734 | return x.LocalPortMax |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 735 | } |
| 736 | return 0 |
| 737 | } |
| 738 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 739 | func (x *RtpProfile) GetDscpMark() string { |
| 740 | if x != nil { |
| 741 | return x.DscpMark |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 742 | } |
| 743 | return "" |
| 744 | } |
| 745 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 746 | func (x *RtpProfile) GetPiggyBackEvents() uint32 { |
| 747 | if x != nil { |
| 748 | return x.PiggyBackEvents |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 749 | } |
| 750 | return 0 |
| 751 | } |
| 752 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 753 | func (x *RtpProfile) GetToneEvents() uint32 { |
| 754 | if x != nil { |
| 755 | return x.ToneEvents |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 756 | } |
| 757 | return 0 |
| 758 | } |
| 759 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 760 | func (x *RtpProfile) GetDtmfEvents() uint32 { |
| 761 | if x != nil { |
| 762 | return x.DtmfEvents |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 763 | } |
| 764 | return 0 |
| 765 | } |
| 766 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 767 | func (x *RtpProfile) GetCasEvents() uint32 { |
| 768 | if x != nil { |
| 769 | return x.CasEvents |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 770 | } |
| 771 | return 0 |
| 772 | } |
| 773 | |
| 774 | type PptpPotsUni struct { |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 775 | state protoimpl.MessageState `protogen:"open.v1"` |
| 776 | Arc string `protobuf:"bytes,1,opt,name=arc,proto3" json:"arc,omitempty"` |
| 777 | ArcInterval string `protobuf:"bytes,2,opt,name=arcInterval,proto3" json:"arcInterval,omitempty"` |
| 778 | Impedance uint32 `protobuf:"varint,3,opt,name=impedance,proto3" json:"impedance,omitempty"` |
| 779 | TransmissionPath uint32 `protobuf:"varint,4,opt,name=transmissionPath,proto3" json:"transmissionPath,omitempty"` |
| 780 | RxGain int32 `protobuf:"zigzag32,5,opt,name=rxGain,proto3" json:"rxGain,omitempty"` |
| 781 | TxGain int32 `protobuf:"zigzag32,6,opt,name=txGain,proto3" json:"txGain,omitempty"` |
| 782 | PotsHoldOverTime uint32 `protobuf:"varint,7,opt,name=potsHoldOverTime,proto3" json:"potsHoldOverTime,omitempty"` |
| 783 | NominalFeedVoltage uint32 `protobuf:"varint,8,opt,name=nominalFeedVoltage,proto3" json:"nominalFeedVoltage,omitempty"` |
| 784 | LossOfSoftSwitch uint32 `protobuf:"varint,9,opt,name=lossOfSoftSwitch,proto3" json:"lossOfSoftSwitch,omitempty"` |
| 785 | unknownFields protoimpl.UnknownFields |
| 786 | sizeCache protoimpl.SizeCache |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 787 | } |
| 788 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 789 | func (x *PptpPotsUni) Reset() { |
| 790 | *x = PptpPotsUni{} |
| 791 | mi := &file_voltha_protos_voip_system_profile_proto_msgTypes[9] |
| 792 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 793 | ms.StoreMessageInfo(mi) |
| 794 | } |
| 795 | |
| 796 | func (x *PptpPotsUni) String() string { |
| 797 | return protoimpl.X.MessageStringOf(x) |
| 798 | } |
| 799 | |
| 800 | func (*PptpPotsUni) ProtoMessage() {} |
| 801 | |
| 802 | func (x *PptpPotsUni) ProtoReflect() protoreflect.Message { |
| 803 | mi := &file_voltha_protos_voip_system_profile_proto_msgTypes[9] |
| 804 | if x != nil { |
| 805 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 806 | if ms.LoadMessageInfo() == nil { |
| 807 | ms.StoreMessageInfo(mi) |
| 808 | } |
| 809 | return ms |
| 810 | } |
| 811 | return mi.MessageOf(x) |
| 812 | } |
| 813 | |
| 814 | // Deprecated: Use PptpPotsUni.ProtoReflect.Descriptor instead. |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 815 | func (*PptpPotsUni) Descriptor() ([]byte, []int) { |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 816 | return file_voltha_protos_voip_system_profile_proto_rawDescGZIP(), []int{9} |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 817 | } |
| 818 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 819 | func (x *PptpPotsUni) GetArc() string { |
| 820 | if x != nil { |
| 821 | return x.Arc |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 822 | } |
| 823 | return "" |
| 824 | } |
| 825 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 826 | func (x *PptpPotsUni) GetArcInterval() string { |
| 827 | if x != nil { |
| 828 | return x.ArcInterval |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 829 | } |
| 830 | return "" |
| 831 | } |
| 832 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 833 | func (x *PptpPotsUni) GetImpedance() uint32 { |
| 834 | if x != nil { |
| 835 | return x.Impedance |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 836 | } |
| 837 | return 0 |
| 838 | } |
| 839 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 840 | func (x *PptpPotsUni) GetTransmissionPath() uint32 { |
| 841 | if x != nil { |
| 842 | return x.TransmissionPath |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 843 | } |
| 844 | return 0 |
| 845 | } |
| 846 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 847 | func (x *PptpPotsUni) GetRxGain() int32 { |
| 848 | if x != nil { |
| 849 | return x.RxGain |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 850 | } |
| 851 | return 0 |
| 852 | } |
| 853 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 854 | func (x *PptpPotsUni) GetTxGain() int32 { |
| 855 | if x != nil { |
| 856 | return x.TxGain |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 857 | } |
| 858 | return 0 |
| 859 | } |
| 860 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 861 | func (x *PptpPotsUni) GetPotsHoldOverTime() uint32 { |
| 862 | if x != nil { |
| 863 | return x.PotsHoldOverTime |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 864 | } |
| 865 | return 0 |
| 866 | } |
| 867 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 868 | func (x *PptpPotsUni) GetNominalFeedVoltage() uint32 { |
| 869 | if x != nil { |
| 870 | return x.NominalFeedVoltage |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 871 | } |
| 872 | return 0 |
| 873 | } |
| 874 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 875 | func (x *PptpPotsUni) GetLossOfSoftSwitch() uint32 { |
| 876 | if x != nil { |
| 877 | return x.LossOfSoftSwitch |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 878 | } |
| 879 | return 0 |
| 880 | } |
| 881 | |
| 882 | // Sip specific fields are grouped here |
| 883 | type SipConfig struct { |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 884 | state protoimpl.MessageState `protogen:"open.v1"` |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 885 | SipUserData *SipUserData `protobuf:"bytes,1,opt,name=sipUserData,proto3" json:"sipUserData,omitempty"` |
| 886 | SipAgentConfig *SipAgentConfig `protobuf:"bytes,2,opt,name=sipAgentConfig,proto3" json:"sipAgentConfig,omitempty"` |
| 887 | NetworkDialPlan *NetworkDialPlan `protobuf:"bytes,3,opt,name=networkDialPlan,proto3" json:"networkDialPlan,omitempty"` |
| 888 | VoipFeatureAccessCodes *VoipFeatureAccessCodes `protobuf:"bytes,4,opt,name=voipFeatureAccessCodes,proto3" json:"voipFeatureAccessCodes,omitempty"` |
| 889 | VoipApplicationServiceProfile *VoipApplicationServiceProfile `protobuf:"bytes,5,opt,name=voipApplicationServiceProfile,proto3" json:"voipApplicationServiceProfile,omitempty"` |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 890 | unknownFields protoimpl.UnknownFields |
| 891 | sizeCache protoimpl.SizeCache |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 892 | } |
| 893 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 894 | func (x *SipConfig) Reset() { |
| 895 | *x = SipConfig{} |
| 896 | mi := &file_voltha_protos_voip_system_profile_proto_msgTypes[10] |
| 897 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 898 | ms.StoreMessageInfo(mi) |
| 899 | } |
| 900 | |
| 901 | func (x *SipConfig) String() string { |
| 902 | return protoimpl.X.MessageStringOf(x) |
| 903 | } |
| 904 | |
| 905 | func (*SipConfig) ProtoMessage() {} |
| 906 | |
| 907 | func (x *SipConfig) ProtoReflect() protoreflect.Message { |
| 908 | mi := &file_voltha_protos_voip_system_profile_proto_msgTypes[10] |
| 909 | if x != nil { |
| 910 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 911 | if ms.LoadMessageInfo() == nil { |
| 912 | ms.StoreMessageInfo(mi) |
| 913 | } |
| 914 | return ms |
| 915 | } |
| 916 | return mi.MessageOf(x) |
| 917 | } |
| 918 | |
| 919 | // Deprecated: Use SipConfig.ProtoReflect.Descriptor instead. |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 920 | func (*SipConfig) Descriptor() ([]byte, []int) { |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 921 | return file_voltha_protos_voip_system_profile_proto_rawDescGZIP(), []int{10} |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 922 | } |
| 923 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 924 | func (x *SipConfig) GetSipUserData() *SipUserData { |
| 925 | if x != nil { |
| 926 | return x.SipUserData |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 927 | } |
| 928 | return nil |
| 929 | } |
| 930 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 931 | func (x *SipConfig) GetSipAgentConfig() *SipAgentConfig { |
| 932 | if x != nil { |
| 933 | return x.SipAgentConfig |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 934 | } |
| 935 | return nil |
| 936 | } |
| 937 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 938 | func (x *SipConfig) GetNetworkDialPlan() *NetworkDialPlan { |
| 939 | if x != nil { |
| 940 | return x.NetworkDialPlan |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 941 | } |
| 942 | return nil |
| 943 | } |
| 944 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 945 | func (x *SipConfig) GetVoipFeatureAccessCodes() *VoipFeatureAccessCodes { |
| 946 | if x != nil { |
| 947 | return x.VoipFeatureAccessCodes |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 948 | } |
| 949 | return nil |
| 950 | } |
| 951 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 952 | func (x *SipConfig) GetVoipApplicationServiceProfile() *VoipApplicationServiceProfile { |
| 953 | if x != nil { |
| 954 | return x.VoipApplicationServiceProfile |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 955 | } |
| 956 | return nil |
| 957 | } |
| 958 | |
| 959 | type SipUserData struct { |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 960 | state protoimpl.MessageState `protogen:"open.v1"` |
| 961 | UserPartAor string `protobuf:"bytes,1,opt,name=userPartAor,proto3" json:"userPartAor,omitempty"` |
| 962 | UsernameAndPassword *UsernameAndPassword `protobuf:"bytes,2,opt,name=usernameAndPassword,proto3" json:"usernameAndPassword,omitempty"` |
| 963 | VoicemailServerSipUri string `protobuf:"bytes,3,opt,name=voicemailServerSipUri,proto3" json:"voicemailServerSipUri,omitempty"` |
| 964 | VoicemailSubscriptionExpirationTime int32 `protobuf:"varint,4,opt,name=voicemailSubscriptionExpirationTime,proto3" json:"voicemailSubscriptionExpirationTime,omitempty"` |
| 965 | ReleaseTimer int32 `protobuf:"varint,5,opt,name=releaseTimer,proto3" json:"releaseTimer,omitempty"` |
| 966 | RohTimer int32 `protobuf:"varint,6,opt,name=rohTimer,proto3" json:"rohTimer,omitempty"` |
| 967 | unknownFields protoimpl.UnknownFields |
| 968 | sizeCache protoimpl.SizeCache |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 969 | } |
| 970 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 971 | func (x *SipUserData) Reset() { |
| 972 | *x = SipUserData{} |
| 973 | mi := &file_voltha_protos_voip_system_profile_proto_msgTypes[11] |
| 974 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 975 | ms.StoreMessageInfo(mi) |
| 976 | } |
| 977 | |
| 978 | func (x *SipUserData) String() string { |
| 979 | return protoimpl.X.MessageStringOf(x) |
| 980 | } |
| 981 | |
| 982 | func (*SipUserData) ProtoMessage() {} |
| 983 | |
| 984 | func (x *SipUserData) ProtoReflect() protoreflect.Message { |
| 985 | mi := &file_voltha_protos_voip_system_profile_proto_msgTypes[11] |
| 986 | if x != nil { |
| 987 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 988 | if ms.LoadMessageInfo() == nil { |
| 989 | ms.StoreMessageInfo(mi) |
| 990 | } |
| 991 | return ms |
| 992 | } |
| 993 | return mi.MessageOf(x) |
| 994 | } |
| 995 | |
| 996 | // Deprecated: Use SipUserData.ProtoReflect.Descriptor instead. |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 997 | func (*SipUserData) Descriptor() ([]byte, []int) { |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 998 | return file_voltha_protos_voip_system_profile_proto_rawDescGZIP(), []int{11} |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 999 | } |
| 1000 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1001 | func (x *SipUserData) GetUserPartAor() string { |
| 1002 | if x != nil { |
| 1003 | return x.UserPartAor |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1004 | } |
| 1005 | return "" |
| 1006 | } |
| 1007 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1008 | func (x *SipUserData) GetUsernameAndPassword() *UsernameAndPassword { |
| 1009 | if x != nil { |
| 1010 | return x.UsernameAndPassword |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1011 | } |
| 1012 | return nil |
| 1013 | } |
| 1014 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1015 | func (x *SipUserData) GetVoicemailServerSipUri() string { |
| 1016 | if x != nil { |
| 1017 | return x.VoicemailServerSipUri |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1018 | } |
| 1019 | return "" |
| 1020 | } |
| 1021 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1022 | func (x *SipUserData) GetVoicemailSubscriptionExpirationTime() int32 { |
| 1023 | if x != nil { |
| 1024 | return x.VoicemailSubscriptionExpirationTime |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1025 | } |
| 1026 | return 0 |
| 1027 | } |
| 1028 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1029 | func (x *SipUserData) GetReleaseTimer() int32 { |
| 1030 | if x != nil { |
| 1031 | return x.ReleaseTimer |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1032 | } |
| 1033 | return 0 |
| 1034 | } |
| 1035 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1036 | func (x *SipUserData) GetRohTimer() int32 { |
| 1037 | if x != nil { |
| 1038 | return x.RohTimer |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1039 | } |
| 1040 | return 0 |
| 1041 | } |
| 1042 | |
| 1043 | type SipAgentConfig struct { |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1044 | state protoimpl.MessageState `protogen:"open.v1"` |
| 1045 | OutboundProxyAddress string `protobuf:"bytes,1,opt,name=outboundProxyAddress,proto3" json:"outboundProxyAddress,omitempty"` |
| 1046 | PrimarySipDns string `protobuf:"bytes,2,opt,name=primarySipDns,proto3" json:"primarySipDns,omitempty"` |
| 1047 | SecondarySipDns string `protobuf:"bytes,3,opt,name=secondarySipDns,proto3" json:"secondarySipDns,omitempty"` |
| 1048 | SipRegExpTime int32 `protobuf:"varint,4,opt,name=sipRegExpTime,proto3" json:"sipRegExpTime,omitempty"` |
| 1049 | SipReregHeadStartTime int32 `protobuf:"varint,5,opt,name=sipReregHeadStartTime,proto3" json:"sipReregHeadStartTime,omitempty"` |
| 1050 | SipRegistrar string `protobuf:"bytes,6,opt,name=SipRegistrar,proto3" json:"SipRegistrar,omitempty"` |
| 1051 | SoftSwitch string `protobuf:"bytes,7,opt,name=softSwitch,proto3" json:"softSwitch,omitempty"` |
| 1052 | SipResponseTable *SipResponseTable `protobuf:"bytes,8,opt,name=sipResponseTable,proto3" json:"sipResponseTable,omitempty"` |
| 1053 | SipOptionTransmitControl bool `protobuf:"varint,9,opt,name=sipOptionTransmitControl,proto3" json:"sipOptionTransmitControl,omitempty"` |
| 1054 | SipUriFormat string `protobuf:"bytes,10,opt,name=sipUriFormat,proto3" json:"sipUriFormat,omitempty"` |
| 1055 | RedundantSipAgentPointer string `protobuf:"bytes,11,opt,name=redundantSipAgentPointer,proto3" json:"redundantSipAgentPointer,omitempty"` |
| 1056 | unknownFields protoimpl.UnknownFields |
| 1057 | sizeCache protoimpl.SizeCache |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1058 | } |
| 1059 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1060 | func (x *SipAgentConfig) Reset() { |
| 1061 | *x = SipAgentConfig{} |
| 1062 | mi := &file_voltha_protos_voip_system_profile_proto_msgTypes[12] |
| 1063 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 1064 | ms.StoreMessageInfo(mi) |
| 1065 | } |
| 1066 | |
| 1067 | func (x *SipAgentConfig) String() string { |
| 1068 | return protoimpl.X.MessageStringOf(x) |
| 1069 | } |
| 1070 | |
| 1071 | func (*SipAgentConfig) ProtoMessage() {} |
| 1072 | |
| 1073 | func (x *SipAgentConfig) ProtoReflect() protoreflect.Message { |
| 1074 | mi := &file_voltha_protos_voip_system_profile_proto_msgTypes[12] |
| 1075 | if x != nil { |
| 1076 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 1077 | if ms.LoadMessageInfo() == nil { |
| 1078 | ms.StoreMessageInfo(mi) |
| 1079 | } |
| 1080 | return ms |
| 1081 | } |
| 1082 | return mi.MessageOf(x) |
| 1083 | } |
| 1084 | |
| 1085 | // Deprecated: Use SipAgentConfig.ProtoReflect.Descriptor instead. |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1086 | func (*SipAgentConfig) Descriptor() ([]byte, []int) { |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1087 | return file_voltha_protos_voip_system_profile_proto_rawDescGZIP(), []int{12} |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1088 | } |
| 1089 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1090 | func (x *SipAgentConfig) GetOutboundProxyAddress() string { |
| 1091 | if x != nil { |
| 1092 | return x.OutboundProxyAddress |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1093 | } |
| 1094 | return "" |
| 1095 | } |
| 1096 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1097 | func (x *SipAgentConfig) GetPrimarySipDns() string { |
| 1098 | if x != nil { |
| 1099 | return x.PrimarySipDns |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1100 | } |
| 1101 | return "" |
| 1102 | } |
| 1103 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1104 | func (x *SipAgentConfig) GetSecondarySipDns() string { |
| 1105 | if x != nil { |
| 1106 | return x.SecondarySipDns |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1107 | } |
| 1108 | return "" |
| 1109 | } |
| 1110 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1111 | func (x *SipAgentConfig) GetSipRegExpTime() int32 { |
| 1112 | if x != nil { |
| 1113 | return x.SipRegExpTime |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1114 | } |
| 1115 | return 0 |
| 1116 | } |
| 1117 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1118 | func (x *SipAgentConfig) GetSipReregHeadStartTime() int32 { |
| 1119 | if x != nil { |
| 1120 | return x.SipReregHeadStartTime |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1121 | } |
| 1122 | return 0 |
| 1123 | } |
| 1124 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1125 | func (x *SipAgentConfig) GetSipRegistrar() string { |
| 1126 | if x != nil { |
| 1127 | return x.SipRegistrar |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1128 | } |
| 1129 | return "" |
| 1130 | } |
| 1131 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1132 | func (x *SipAgentConfig) GetSoftSwitch() string { |
| 1133 | if x != nil { |
| 1134 | return x.SoftSwitch |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1135 | } |
| 1136 | return "" |
| 1137 | } |
| 1138 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1139 | func (x *SipAgentConfig) GetSipResponseTable() *SipResponseTable { |
| 1140 | if x != nil { |
| 1141 | return x.SipResponseTable |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1142 | } |
| 1143 | return nil |
| 1144 | } |
| 1145 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1146 | func (x *SipAgentConfig) GetSipOptionTransmitControl() bool { |
| 1147 | if x != nil { |
| 1148 | return x.SipOptionTransmitControl |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1149 | } |
| 1150 | return false |
| 1151 | } |
| 1152 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1153 | func (x *SipAgentConfig) GetSipUriFormat() string { |
| 1154 | if x != nil { |
| 1155 | return x.SipUriFormat |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1156 | } |
| 1157 | return "" |
| 1158 | } |
| 1159 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1160 | func (x *SipAgentConfig) GetRedundantSipAgentPointer() string { |
| 1161 | if x != nil { |
| 1162 | return x.RedundantSipAgentPointer |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1163 | } |
| 1164 | return "" |
| 1165 | } |
| 1166 | |
| 1167 | type NetworkDialPlan struct { |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1168 | state protoimpl.MessageState `protogen:"open.v1"` |
| 1169 | CriticalDialTimeout uint32 `protobuf:"varint,1,opt,name=criticalDialTimeout,proto3" json:"criticalDialTimeout,omitempty"` |
| 1170 | PartialDialTimeout uint32 `protobuf:"varint,2,opt,name=partialDialTimeout,proto3" json:"partialDialTimeout,omitempty"` |
| 1171 | DialPlanFormat uint32 `protobuf:"varint,3,opt,name=dialPlanFormat,proto3" json:"dialPlanFormat,omitempty"` |
| 1172 | DialPlanTable *DialPlanTable `protobuf:"bytes,4,opt,name=dialPlanTable,proto3" json:"dialPlanTable,omitempty"` |
| 1173 | unknownFields protoimpl.UnknownFields |
| 1174 | sizeCache protoimpl.SizeCache |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1175 | } |
| 1176 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1177 | func (x *NetworkDialPlan) Reset() { |
| 1178 | *x = NetworkDialPlan{} |
| 1179 | mi := &file_voltha_protos_voip_system_profile_proto_msgTypes[13] |
| 1180 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 1181 | ms.StoreMessageInfo(mi) |
| 1182 | } |
| 1183 | |
| 1184 | func (x *NetworkDialPlan) String() string { |
| 1185 | return protoimpl.X.MessageStringOf(x) |
| 1186 | } |
| 1187 | |
| 1188 | func (*NetworkDialPlan) ProtoMessage() {} |
| 1189 | |
| 1190 | func (x *NetworkDialPlan) ProtoReflect() protoreflect.Message { |
| 1191 | mi := &file_voltha_protos_voip_system_profile_proto_msgTypes[13] |
| 1192 | if x != nil { |
| 1193 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 1194 | if ms.LoadMessageInfo() == nil { |
| 1195 | ms.StoreMessageInfo(mi) |
| 1196 | } |
| 1197 | return ms |
| 1198 | } |
| 1199 | return mi.MessageOf(x) |
| 1200 | } |
| 1201 | |
| 1202 | // Deprecated: Use NetworkDialPlan.ProtoReflect.Descriptor instead. |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1203 | func (*NetworkDialPlan) Descriptor() ([]byte, []int) { |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1204 | return file_voltha_protos_voip_system_profile_proto_rawDescGZIP(), []int{13} |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1205 | } |
| 1206 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1207 | func (x *NetworkDialPlan) GetCriticalDialTimeout() uint32 { |
| 1208 | if x != nil { |
| 1209 | return x.CriticalDialTimeout |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1210 | } |
| 1211 | return 0 |
| 1212 | } |
| 1213 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1214 | func (x *NetworkDialPlan) GetPartialDialTimeout() uint32 { |
| 1215 | if x != nil { |
| 1216 | return x.PartialDialTimeout |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1217 | } |
| 1218 | return 0 |
| 1219 | } |
| 1220 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1221 | func (x *NetworkDialPlan) GetDialPlanFormat() uint32 { |
| 1222 | if x != nil { |
| 1223 | return x.DialPlanFormat |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1224 | } |
| 1225 | return 0 |
| 1226 | } |
| 1227 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1228 | func (x *NetworkDialPlan) GetDialPlanTable() *DialPlanTable { |
| 1229 | if x != nil { |
| 1230 | return x.DialPlanTable |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1231 | } |
| 1232 | return nil |
| 1233 | } |
| 1234 | |
| 1235 | type UsernameAndPassword struct { |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1236 | state protoimpl.MessageState `protogen:"open.v1"` |
| 1237 | ValidationScheme int32 `protobuf:"varint,1,opt,name=validationScheme,proto3" json:"validationScheme,omitempty"` |
| 1238 | unknownFields protoimpl.UnknownFields |
| 1239 | sizeCache protoimpl.SizeCache |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1240 | } |
| 1241 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1242 | func (x *UsernameAndPassword) Reset() { |
| 1243 | *x = UsernameAndPassword{} |
| 1244 | mi := &file_voltha_protos_voip_system_profile_proto_msgTypes[14] |
| 1245 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 1246 | ms.StoreMessageInfo(mi) |
| 1247 | } |
| 1248 | |
| 1249 | func (x *UsernameAndPassword) String() string { |
| 1250 | return protoimpl.X.MessageStringOf(x) |
| 1251 | } |
| 1252 | |
| 1253 | func (*UsernameAndPassword) ProtoMessage() {} |
| 1254 | |
| 1255 | func (x *UsernameAndPassword) ProtoReflect() protoreflect.Message { |
| 1256 | mi := &file_voltha_protos_voip_system_profile_proto_msgTypes[14] |
| 1257 | if x != nil { |
| 1258 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 1259 | if ms.LoadMessageInfo() == nil { |
| 1260 | ms.StoreMessageInfo(mi) |
| 1261 | } |
| 1262 | return ms |
| 1263 | } |
| 1264 | return mi.MessageOf(x) |
| 1265 | } |
| 1266 | |
| 1267 | // Deprecated: Use UsernameAndPassword.ProtoReflect.Descriptor instead. |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1268 | func (*UsernameAndPassword) Descriptor() ([]byte, []int) { |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1269 | return file_voltha_protos_voip_system_profile_proto_rawDescGZIP(), []int{14} |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1270 | } |
| 1271 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1272 | func (x *UsernameAndPassword) GetValidationScheme() int32 { |
| 1273 | if x != nil { |
| 1274 | return x.ValidationScheme |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1275 | } |
| 1276 | return 0 |
| 1277 | } |
| 1278 | |
| 1279 | type SipResponseTable struct { |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1280 | state protoimpl.MessageState `protogen:"open.v1"` |
| 1281 | SipResponseCode string `protobuf:"bytes,1,opt,name=sipResponseCode,proto3" json:"sipResponseCode,omitempty"` |
| 1282 | Tone string `protobuf:"bytes,2,opt,name=tone,proto3" json:"tone,omitempty"` |
| 1283 | TextMessage string `protobuf:"bytes,3,opt,name=textMessage,proto3" json:"textMessage,omitempty"` |
| 1284 | unknownFields protoimpl.UnknownFields |
| 1285 | sizeCache protoimpl.SizeCache |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1286 | } |
| 1287 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1288 | func (x *SipResponseTable) Reset() { |
| 1289 | *x = SipResponseTable{} |
| 1290 | mi := &file_voltha_protos_voip_system_profile_proto_msgTypes[15] |
| 1291 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 1292 | ms.StoreMessageInfo(mi) |
| 1293 | } |
| 1294 | |
| 1295 | func (x *SipResponseTable) String() string { |
| 1296 | return protoimpl.X.MessageStringOf(x) |
| 1297 | } |
| 1298 | |
| 1299 | func (*SipResponseTable) ProtoMessage() {} |
| 1300 | |
| 1301 | func (x *SipResponseTable) ProtoReflect() protoreflect.Message { |
| 1302 | mi := &file_voltha_protos_voip_system_profile_proto_msgTypes[15] |
| 1303 | if x != nil { |
| 1304 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 1305 | if ms.LoadMessageInfo() == nil { |
| 1306 | ms.StoreMessageInfo(mi) |
| 1307 | } |
| 1308 | return ms |
| 1309 | } |
| 1310 | return mi.MessageOf(x) |
| 1311 | } |
| 1312 | |
| 1313 | // Deprecated: Use SipResponseTable.ProtoReflect.Descriptor instead. |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1314 | func (*SipResponseTable) Descriptor() ([]byte, []int) { |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1315 | return file_voltha_protos_voip_system_profile_proto_rawDescGZIP(), []int{15} |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1316 | } |
| 1317 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1318 | func (x *SipResponseTable) GetSipResponseCode() string { |
| 1319 | if x != nil { |
| 1320 | return x.SipResponseCode |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1321 | } |
| 1322 | return "" |
| 1323 | } |
| 1324 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1325 | func (x *SipResponseTable) GetTone() string { |
| 1326 | if x != nil { |
| 1327 | return x.Tone |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1328 | } |
| 1329 | return "" |
| 1330 | } |
| 1331 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1332 | func (x *SipResponseTable) GetTextMessage() string { |
| 1333 | if x != nil { |
| 1334 | return x.TextMessage |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1335 | } |
| 1336 | return "" |
| 1337 | } |
| 1338 | |
| 1339 | type DialPlanTable struct { |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1340 | state protoimpl.MessageState `protogen:"open.v1"` |
| 1341 | DialPlanId uint32 `protobuf:"varint,1,opt,name=dialPlanId,proto3" json:"dialPlanId,omitempty"` |
| 1342 | Action uint32 `protobuf:"varint,2,opt,name=action,proto3" json:"action,omitempty"` |
| 1343 | DialPlanToken string `protobuf:"bytes,3,opt,name=dialPlanToken,proto3" json:"dialPlanToken,omitempty"` |
| 1344 | DialPlanTableMaxSize uint32 `protobuf:"varint,4,opt,name=dialPlanTableMaxSize,proto3" json:"dialPlanTableMaxSize,omitempty"` |
| 1345 | unknownFields protoimpl.UnknownFields |
| 1346 | sizeCache protoimpl.SizeCache |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1347 | } |
| 1348 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1349 | func (x *DialPlanTable) Reset() { |
| 1350 | *x = DialPlanTable{} |
| 1351 | mi := &file_voltha_protos_voip_system_profile_proto_msgTypes[16] |
| 1352 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 1353 | ms.StoreMessageInfo(mi) |
| 1354 | } |
| 1355 | |
| 1356 | func (x *DialPlanTable) String() string { |
| 1357 | return protoimpl.X.MessageStringOf(x) |
| 1358 | } |
| 1359 | |
| 1360 | func (*DialPlanTable) ProtoMessage() {} |
| 1361 | |
| 1362 | func (x *DialPlanTable) ProtoReflect() protoreflect.Message { |
| 1363 | mi := &file_voltha_protos_voip_system_profile_proto_msgTypes[16] |
| 1364 | if x != nil { |
| 1365 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 1366 | if ms.LoadMessageInfo() == nil { |
| 1367 | ms.StoreMessageInfo(mi) |
| 1368 | } |
| 1369 | return ms |
| 1370 | } |
| 1371 | return mi.MessageOf(x) |
| 1372 | } |
| 1373 | |
| 1374 | // Deprecated: Use DialPlanTable.ProtoReflect.Descriptor instead. |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1375 | func (*DialPlanTable) Descriptor() ([]byte, []int) { |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1376 | return file_voltha_protos_voip_system_profile_proto_rawDescGZIP(), []int{16} |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1377 | } |
| 1378 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1379 | func (x *DialPlanTable) GetDialPlanId() uint32 { |
| 1380 | if x != nil { |
| 1381 | return x.DialPlanId |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1382 | } |
| 1383 | return 0 |
| 1384 | } |
| 1385 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1386 | func (x *DialPlanTable) GetAction() uint32 { |
| 1387 | if x != nil { |
| 1388 | return x.Action |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1389 | } |
| 1390 | return 0 |
| 1391 | } |
| 1392 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1393 | func (x *DialPlanTable) GetDialPlanToken() string { |
| 1394 | if x != nil { |
| 1395 | return x.DialPlanToken |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1396 | } |
| 1397 | return "" |
| 1398 | } |
| 1399 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1400 | func (x *DialPlanTable) GetDialPlanTableMaxSize() uint32 { |
| 1401 | if x != nil { |
| 1402 | return x.DialPlanTableMaxSize |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1403 | } |
| 1404 | return 0 |
| 1405 | } |
| 1406 | |
| 1407 | type VoipFeatureAccessCodes struct { |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1408 | state protoimpl.MessageState `protogen:"open.v1"` |
| 1409 | CancelCallWaiting string `protobuf:"bytes,1,opt,name=cancelCallWaiting,proto3" json:"cancelCallWaiting,omitempty"` |
| 1410 | CallHold string `protobuf:"bytes,2,opt,name=callHold,proto3" json:"callHold,omitempty"` |
| 1411 | CallPark string `protobuf:"bytes,3,opt,name=callPark,proto3" json:"callPark,omitempty"` |
| 1412 | CallerIdActivate string `protobuf:"bytes,4,opt,name=callerIdActivate,proto3" json:"callerIdActivate,omitempty"` |
| 1413 | CallerIdDeactivate string `protobuf:"bytes,5,opt,name=callerIdDeactivate,proto3" json:"callerIdDeactivate,omitempty"` |
| 1414 | DoNotDisturbActivation string `protobuf:"bytes,6,opt,name=doNotDisturbActivation,proto3" json:"doNotDisturbActivation,omitempty"` |
| 1415 | DoNotDisturbDeactivation string `protobuf:"bytes,7,opt,name=doNotDisturbDeactivation,proto3" json:"doNotDisturbDeactivation,omitempty"` |
| 1416 | DoNotDisturbPinChange string `protobuf:"bytes,8,opt,name=doNotDisturbPinChange,proto3" json:"doNotDisturbPinChange,omitempty"` |
| 1417 | EmergencyServiceNumber string `protobuf:"bytes,9,opt,name=emergencyServiceNumber,proto3" json:"emergencyServiceNumber,omitempty"` |
| 1418 | IntercomService string `protobuf:"bytes,10,opt,name=intercomService,proto3" json:"intercomService,omitempty"` |
| 1419 | UnattendedCallTransfer string `protobuf:"bytes,11,opt,name=unattendedCallTransfer,proto3" json:"unattendedCallTransfer,omitempty"` |
| 1420 | AttendedCallTransfer string `protobuf:"bytes,12,opt,name=attendedCallTransfer,proto3" json:"attendedCallTransfer,omitempty"` |
| 1421 | unknownFields protoimpl.UnknownFields |
| 1422 | sizeCache protoimpl.SizeCache |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1423 | } |
| 1424 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1425 | func (x *VoipFeatureAccessCodes) Reset() { |
| 1426 | *x = VoipFeatureAccessCodes{} |
| 1427 | mi := &file_voltha_protos_voip_system_profile_proto_msgTypes[17] |
| 1428 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 1429 | ms.StoreMessageInfo(mi) |
| 1430 | } |
| 1431 | |
| 1432 | func (x *VoipFeatureAccessCodes) String() string { |
| 1433 | return protoimpl.X.MessageStringOf(x) |
| 1434 | } |
| 1435 | |
| 1436 | func (*VoipFeatureAccessCodes) ProtoMessage() {} |
| 1437 | |
| 1438 | func (x *VoipFeatureAccessCodes) ProtoReflect() protoreflect.Message { |
| 1439 | mi := &file_voltha_protos_voip_system_profile_proto_msgTypes[17] |
| 1440 | if x != nil { |
| 1441 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 1442 | if ms.LoadMessageInfo() == nil { |
| 1443 | ms.StoreMessageInfo(mi) |
| 1444 | } |
| 1445 | return ms |
| 1446 | } |
| 1447 | return mi.MessageOf(x) |
| 1448 | } |
| 1449 | |
| 1450 | // Deprecated: Use VoipFeatureAccessCodes.ProtoReflect.Descriptor instead. |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1451 | func (*VoipFeatureAccessCodes) Descriptor() ([]byte, []int) { |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1452 | return file_voltha_protos_voip_system_profile_proto_rawDescGZIP(), []int{17} |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1453 | } |
| 1454 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1455 | func (x *VoipFeatureAccessCodes) GetCancelCallWaiting() string { |
| 1456 | if x != nil { |
| 1457 | return x.CancelCallWaiting |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1458 | } |
| 1459 | return "" |
| 1460 | } |
| 1461 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1462 | func (x *VoipFeatureAccessCodes) GetCallHold() string { |
| 1463 | if x != nil { |
| 1464 | return x.CallHold |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1465 | } |
| 1466 | return "" |
| 1467 | } |
| 1468 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1469 | func (x *VoipFeatureAccessCodes) GetCallPark() string { |
| 1470 | if x != nil { |
| 1471 | return x.CallPark |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1472 | } |
| 1473 | return "" |
| 1474 | } |
| 1475 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1476 | func (x *VoipFeatureAccessCodes) GetCallerIdActivate() string { |
| 1477 | if x != nil { |
| 1478 | return x.CallerIdActivate |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1479 | } |
| 1480 | return "" |
| 1481 | } |
| 1482 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1483 | func (x *VoipFeatureAccessCodes) GetCallerIdDeactivate() string { |
| 1484 | if x != nil { |
| 1485 | return x.CallerIdDeactivate |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1486 | } |
| 1487 | return "" |
| 1488 | } |
| 1489 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1490 | func (x *VoipFeatureAccessCodes) GetDoNotDisturbActivation() string { |
| 1491 | if x != nil { |
| 1492 | return x.DoNotDisturbActivation |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1493 | } |
| 1494 | return "" |
| 1495 | } |
| 1496 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1497 | func (x *VoipFeatureAccessCodes) GetDoNotDisturbDeactivation() string { |
| 1498 | if x != nil { |
| 1499 | return x.DoNotDisturbDeactivation |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1500 | } |
| 1501 | return "" |
| 1502 | } |
| 1503 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1504 | func (x *VoipFeatureAccessCodes) GetDoNotDisturbPinChange() string { |
| 1505 | if x != nil { |
| 1506 | return x.DoNotDisturbPinChange |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1507 | } |
| 1508 | return "" |
| 1509 | } |
| 1510 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1511 | func (x *VoipFeatureAccessCodes) GetEmergencyServiceNumber() string { |
| 1512 | if x != nil { |
| 1513 | return x.EmergencyServiceNumber |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1514 | } |
| 1515 | return "" |
| 1516 | } |
| 1517 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1518 | func (x *VoipFeatureAccessCodes) GetIntercomService() string { |
| 1519 | if x != nil { |
| 1520 | return x.IntercomService |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1521 | } |
| 1522 | return "" |
| 1523 | } |
| 1524 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1525 | func (x *VoipFeatureAccessCodes) GetUnattendedCallTransfer() string { |
| 1526 | if x != nil { |
| 1527 | return x.UnattendedCallTransfer |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1528 | } |
| 1529 | return "" |
| 1530 | } |
| 1531 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1532 | func (x *VoipFeatureAccessCodes) GetAttendedCallTransfer() string { |
| 1533 | if x != nil { |
| 1534 | return x.AttendedCallTransfer |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1535 | } |
| 1536 | return "" |
| 1537 | } |
| 1538 | |
| 1539 | type VoipApplicationServiceProfile struct { |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1540 | state protoimpl.MessageState `protogen:"open.v1"` |
| 1541 | CidFeatures uint32 `protobuf:"varint,1,opt,name=cidFeatures,proto3" json:"cidFeatures,omitempty"` |
| 1542 | CallWaitingFeatures uint32 `protobuf:"varint,2,opt,name=callWaitingFeatures,proto3" json:"callWaitingFeatures,omitempty"` |
| 1543 | CallProgressOrTransferFeatures uint32 `protobuf:"varint,3,opt,name=callProgressOrTransferFeatures,proto3" json:"callProgressOrTransferFeatures,omitempty"` |
| 1544 | CallPresentationFeatures uint32 `protobuf:"varint,4,opt,name=callPresentationFeatures,proto3" json:"callPresentationFeatures,omitempty"` |
| 1545 | DirectConnectFeature uint32 `protobuf:"varint,5,opt,name=directConnectFeature,proto3" json:"directConnectFeature,omitempty"` |
| 1546 | DirectConnectUriPointer string `protobuf:"bytes,6,opt,name=directConnectUriPointer,proto3" json:"directConnectUriPointer,omitempty"` |
| 1547 | BridgedLineAgentUriPointer string `protobuf:"bytes,7,opt,name=bridgedLineAgentUriPointer,proto3" json:"bridgedLineAgentUriPointer,omitempty"` |
| 1548 | ConferenceFactoryUriPointer string `protobuf:"bytes,8,opt,name=conferenceFactoryUriPointer,proto3" json:"conferenceFactoryUriPointer,omitempty"` |
| 1549 | DialToneDelayTimer uint32 `protobuf:"varint,9,opt,name=dialToneDelayTimer,proto3" json:"dialToneDelayTimer,omitempty"` |
| 1550 | unknownFields protoimpl.UnknownFields |
| 1551 | sizeCache protoimpl.SizeCache |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1552 | } |
| 1553 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1554 | func (x *VoipApplicationServiceProfile) Reset() { |
| 1555 | *x = VoipApplicationServiceProfile{} |
| 1556 | mi := &file_voltha_protos_voip_system_profile_proto_msgTypes[18] |
| 1557 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 1558 | ms.StoreMessageInfo(mi) |
| 1559 | } |
| 1560 | |
| 1561 | func (x *VoipApplicationServiceProfile) String() string { |
| 1562 | return protoimpl.X.MessageStringOf(x) |
| 1563 | } |
| 1564 | |
| 1565 | func (*VoipApplicationServiceProfile) ProtoMessage() {} |
| 1566 | |
| 1567 | func (x *VoipApplicationServiceProfile) ProtoReflect() protoreflect.Message { |
| 1568 | mi := &file_voltha_protos_voip_system_profile_proto_msgTypes[18] |
| 1569 | if x != nil { |
| 1570 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 1571 | if ms.LoadMessageInfo() == nil { |
| 1572 | ms.StoreMessageInfo(mi) |
| 1573 | } |
| 1574 | return ms |
| 1575 | } |
| 1576 | return mi.MessageOf(x) |
| 1577 | } |
| 1578 | |
| 1579 | // Deprecated: Use VoipApplicationServiceProfile.ProtoReflect.Descriptor instead. |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1580 | func (*VoipApplicationServiceProfile) Descriptor() ([]byte, []int) { |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1581 | return file_voltha_protos_voip_system_profile_proto_rawDescGZIP(), []int{18} |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1582 | } |
| 1583 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1584 | func (x *VoipApplicationServiceProfile) GetCidFeatures() uint32 { |
| 1585 | if x != nil { |
| 1586 | return x.CidFeatures |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1587 | } |
| 1588 | return 0 |
| 1589 | } |
| 1590 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1591 | func (x *VoipApplicationServiceProfile) GetCallWaitingFeatures() uint32 { |
| 1592 | if x != nil { |
| 1593 | return x.CallWaitingFeatures |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1594 | } |
| 1595 | return 0 |
| 1596 | } |
| 1597 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1598 | func (x *VoipApplicationServiceProfile) GetCallProgressOrTransferFeatures() uint32 { |
| 1599 | if x != nil { |
| 1600 | return x.CallProgressOrTransferFeatures |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1601 | } |
| 1602 | return 0 |
| 1603 | } |
| 1604 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1605 | func (x *VoipApplicationServiceProfile) GetCallPresentationFeatures() uint32 { |
| 1606 | if x != nil { |
| 1607 | return x.CallPresentationFeatures |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1608 | } |
| 1609 | return 0 |
| 1610 | } |
| 1611 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1612 | func (x *VoipApplicationServiceProfile) GetDirectConnectFeature() uint32 { |
| 1613 | if x != nil { |
| 1614 | return x.DirectConnectFeature |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1615 | } |
| 1616 | return 0 |
| 1617 | } |
| 1618 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1619 | func (x *VoipApplicationServiceProfile) GetDirectConnectUriPointer() string { |
| 1620 | if x != nil { |
| 1621 | return x.DirectConnectUriPointer |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1622 | } |
| 1623 | return "" |
| 1624 | } |
| 1625 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1626 | func (x *VoipApplicationServiceProfile) GetBridgedLineAgentUriPointer() string { |
| 1627 | if x != nil { |
| 1628 | return x.BridgedLineAgentUriPointer |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1629 | } |
| 1630 | return "" |
| 1631 | } |
| 1632 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1633 | func (x *VoipApplicationServiceProfile) GetConferenceFactoryUriPointer() string { |
| 1634 | if x != nil { |
| 1635 | return x.ConferenceFactoryUriPointer |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1636 | } |
| 1637 | return "" |
| 1638 | } |
| 1639 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1640 | func (x *VoipApplicationServiceProfile) GetDialToneDelayTimer() uint32 { |
| 1641 | if x != nil { |
| 1642 | return x.DialToneDelayTimer |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1643 | } |
| 1644 | return 0 |
| 1645 | } |
| 1646 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1647 | var File_voltha_protos_voip_system_profile_proto protoreflect.FileDescriptor |
| 1648 | |
| 1649 | const file_voltha_protos_voip_system_profile_proto_rawDesc = "" + |
| 1650 | "\n" + |
| 1651 | "'voltha_protos/voip_system_profile.proto\x12\x13voip_system_profile\x1a\x1cgoogle/api/annotations.proto\"\x82\x01\n" + |
| 1652 | "\x18VoipSystemProfileRequest\x12\x10\n" + |
| 1653 | "\x03key\x18\x01 \x01(\tR\x03key\x12T\n" + |
| 1654 | "\x11voipSystemProfile\x18\x02 \x01(\v2&.voip_system_profile.VoipSystemProfileR\x11voipSystemProfile\"\x92\x01\n" + |
| 1655 | "\x11VoipSystemProfile\x12<\n" + |
| 1656 | "\tsipConfig\x18\x01 \x01(\v2\x1e.voip_system_profile.SipConfigR\tsipConfig\x12?\n" + |
| 1657 | "\n" + |
| 1658 | "voipConfig\x18\x02 \x01(\v2\x1f.voip_system_profile.VoipConfigR\n" + |
| 1659 | "voipConfig\"\x95\x04\n" + |
| 1660 | "\n" + |
| 1661 | "VoipConfig\x12E\n" + |
| 1662 | "\fipHostConfig\x18\x01 \x01(\v2!.voip_system_profile.IpHostConfigR\fipHostConfig\x12E\n" + |
| 1663 | "\ftcpUdpConfig\x18\x02 \x01(\v2!.voip_system_profile.TcpUdpConfigR\ftcpUdpConfig\x12E\n" + |
| 1664 | "\fvoipVoiceCtp\x18\x03 \x01(\v2!.voip_system_profile.VoipVoiceCtpR\fvoipVoiceCtp\x12Q\n" + |
| 1665 | "\x10voipMediaProfile\x18\x04 \x01(\v2%.voip_system_profile.VoipMediaProfileR\x10voipMediaProfile\x12Z\n" + |
| 1666 | "\x13voiceServiceProfile\x18\x05 \x01(\v2(.voip_system_profile.VoiceServiceProfileR\x13voiceServiceProfile\x12?\n" + |
| 1667 | "\n" + |
| 1668 | "rtpProfile\x18\x06 \x01(\v2\x1f.voip_system_profile.RtpProfileR\n" + |
| 1669 | "rtpProfile\x12B\n" + |
| 1670 | "\vpptpPotsUni\x18\a \x01(\v2 .voip_system_profile.PptpPotsUniR\vpptpPotsUni\"\x90\x02\n" + |
| 1671 | "\fIpHostConfig\x12\x1c\n" + |
| 1672 | "\tipOptions\x18\x01 \x01(\rR\tipOptions\x12$\n" + |
| 1673 | "\ronuIdentifier\x18\x02 \x01(\tR\ronuIdentifier\x12\x1c\n" + |
| 1674 | "\tipAddress\x18\x03 \x01(\tR\tipAddress\x12\x12\n" + |
| 1675 | "\x04mask\x18\x04 \x01(\tR\x04mask\x12\x18\n" + |
| 1676 | "\agateway\x18\x05 \x01(\tR\agateway\x12\x1e\n" + |
| 1677 | "\n" + |
| 1678 | "primaryDns\x18\x06 \x01(\tR\n" + |
| 1679 | "primaryDns\x12\"\n" + |
| 1680 | "\fsecondaryDns\x18\a \x01(\tR\fsecondaryDns\x12,\n" + |
| 1681 | "\x11relayAgentOptions\x18\b \x01(\tR\x11relayAgentOptions\"F\n" + |
| 1682 | "\fTcpUdpConfig\x12\x1a\n" + |
| 1683 | "\bprotocol\x18\x01 \x01(\rR\bprotocol\x12\x1a\n" + |
| 1684 | "\btosField\x18\x02 \x01(\tR\btosField\"6\n" + |
| 1685 | "\fVoipVoiceCtp\x12&\n" + |
| 1686 | "\x0esignallingCode\x18\x01 \x01(\rR\x0esignallingCode\"\x96\x05\n" + |
| 1687 | "\x10VoipMediaProfile\x12\x18\n" + |
| 1688 | "\afaxMode\x18\x01 \x01(\rR\afaxMode\x12(\n" + |
| 1689 | "\x0fcodecSelection1\x18\x02 \x01(\rR\x0fcodecSelection1\x126\n" + |
| 1690 | "\x16packetPeriodSelection1\x18\x03 \x01(\rR\x16packetPeriodSelection1\x120\n" + |
| 1691 | "\x13silenceSuppression1\x18\x04 \x01(\rR\x13silenceSuppression1\x12(\n" + |
| 1692 | "\x0fcodecSelection2\x18\x05 \x01(\rR\x0fcodecSelection2\x126\n" + |
| 1693 | "\x16packetPeriodSelection2\x18\x06 \x01(\rR\x16packetPeriodSelection2\x120\n" + |
| 1694 | "\x13silenceSuppression2\x18\a \x01(\rR\x13silenceSuppression2\x12(\n" + |
| 1695 | "\x0fcodecSelection3\x18\b \x01(\rR\x0fcodecSelection3\x126\n" + |
| 1696 | "\x16packetPeriodSelection3\x18\t \x01(\rR\x16packetPeriodSelection3\x120\n" + |
| 1697 | "\x13silenceSuppression3\x18\n" + |
| 1698 | " \x01(\rR\x13silenceSuppression3\x12(\n" + |
| 1699 | "\x0fcodecSelection4\x18\v \x01(\rR\x0fcodecSelection4\x126\n" + |
| 1700 | "\x16packetPeriodSelection4\x18\f \x01(\rR\x16packetPeriodSelection4\x120\n" + |
| 1701 | "\x13silenceSuppression4\x18\r \x01(\rR\x13silenceSuppression4\x12\x18\n" + |
| 1702 | "\aoobDtmf\x18\x0e \x01(\rR\aoobDtmf\"\xf3\x02\n" + |
| 1703 | "\x13VoiceServiceProfile\x12*\n" + |
| 1704 | "\x10announcementType\x18\x01 \x01(\rR\x10announcementType\x12\"\n" + |
| 1705 | "\fjitterTarget\x18\x02 \x01(\rR\fjitterTarget\x12(\n" + |
| 1706 | "\x0fjitterBufferMax\x18\x03 \x01(\rR\x0fjitterBufferMax\x12$\n" + |
| 1707 | "\rechoCancelInd\x18\x04 \x01(\bR\rechoCancelInd\x120\n" + |
| 1708 | "\x13pstnProtocolVariant\x18\x05 \x01(\rR\x13pstnProtocolVariant\x12(\n" + |
| 1709 | "\x0fdtmfDigitLevels\x18\x06 \x01(\rR\x0fdtmfDigitLevels\x12,\n" + |
| 1710 | "\x11dtmfDigitDuration\x18\a \x01(\rR\x11dtmfDigitDuration\x122\n" + |
| 1711 | "\x14hookFlashMinimumTime\x18\b \x01(\rR\x14hookFlashMinimumTime\"\xf8\x01\n" + |
| 1712 | "\n" + |
| 1713 | "RtpProfile\x12\"\n" + |
| 1714 | "\flocalPortMin\x18\x01 \x01(\rR\flocalPortMin\x12\"\n" + |
| 1715 | "\flocalPortMax\x18\x02 \x01(\rR\flocalPortMax\x12\x1a\n" + |
| 1716 | "\bdscpMark\x18\x03 \x01(\tR\bdscpMark\x12(\n" + |
| 1717 | "\x0fpiggyBackEvents\x18\x04 \x01(\rR\x0fpiggyBackEvents\x12\x1e\n" + |
| 1718 | "\n" + |
| 1719 | "toneEvents\x18\x05 \x01(\rR\n" + |
| 1720 | "toneEvents\x12\x1e\n" + |
| 1721 | "\n" + |
| 1722 | "dtmfEvents\x18\x06 \x01(\rR\n" + |
| 1723 | "dtmfEvents\x12\x1c\n" + |
| 1724 | "\tcasEvents\x18\a \x01(\rR\tcasEvents\"\xc3\x02\n" + |
| 1725 | "\vPptpPotsUni\x12\x10\n" + |
| 1726 | "\x03arc\x18\x01 \x01(\tR\x03arc\x12 \n" + |
| 1727 | "\varcInterval\x18\x02 \x01(\tR\varcInterval\x12\x1c\n" + |
| 1728 | "\timpedance\x18\x03 \x01(\rR\timpedance\x12*\n" + |
| 1729 | "\x10transmissionPath\x18\x04 \x01(\rR\x10transmissionPath\x12\x16\n" + |
| 1730 | "\x06rxGain\x18\x05 \x01(\x11R\x06rxGain\x12\x16\n" + |
| 1731 | "\x06txGain\x18\x06 \x01(\x11R\x06txGain\x12*\n" + |
| 1732 | "\x10potsHoldOverTime\x18\a \x01(\rR\x10potsHoldOverTime\x12.\n" + |
| 1733 | "\x12nominalFeedVoltage\x18\b \x01(\rR\x12nominalFeedVoltage\x12*\n" + |
| 1734 | "\x10lossOfSoftSwitch\x18\t \x01(\rR\x10lossOfSoftSwitch\"\xcb\x03\n" + |
| 1735 | "\tSipConfig\x12B\n" + |
| 1736 | "\vsipUserData\x18\x01 \x01(\v2 .voip_system_profile.SipUserDataR\vsipUserData\x12K\n" + |
| 1737 | "\x0esipAgentConfig\x18\x02 \x01(\v2#.voip_system_profile.SipAgentConfigR\x0esipAgentConfig\x12N\n" + |
| 1738 | "\x0fnetworkDialPlan\x18\x03 \x01(\v2$.voip_system_profile.NetworkDialPlanR\x0fnetworkDialPlan\x12c\n" + |
| 1739 | "\x16voipFeatureAccessCodes\x18\x04 \x01(\v2+.voip_system_profile.VoipFeatureAccessCodesR\x16voipFeatureAccessCodes\x12x\n" + |
| 1740 | "\x1dvoipApplicationServiceProfile\x18\x05 \x01(\v22.voip_system_profile.VoipApplicationServiceProfileR\x1dvoipApplicationServiceProfile\"\xd3\x02\n" + |
| 1741 | "\vSipUserData\x12 \n" + |
| 1742 | "\vuserPartAor\x18\x01 \x01(\tR\vuserPartAor\x12Z\n" + |
| 1743 | "\x13usernameAndPassword\x18\x02 \x01(\v2(.voip_system_profile.UsernameAndPasswordR\x13usernameAndPassword\x124\n" + |
| 1744 | "\x15voicemailServerSipUri\x18\x03 \x01(\tR\x15voicemailServerSipUri\x12P\n" + |
| 1745 | "#voicemailSubscriptionExpirationTime\x18\x04 \x01(\x05R#voicemailSubscriptionExpirationTime\x12\"\n" + |
| 1746 | "\freleaseTimer\x18\x05 \x01(\x05R\freleaseTimer\x12\x1a\n" + |
| 1747 | "\brohTimer\x18\x06 \x01(\x05R\brohTimer\"\xa3\x04\n" + |
| 1748 | "\x0eSipAgentConfig\x122\n" + |
| 1749 | "\x14outboundProxyAddress\x18\x01 \x01(\tR\x14outboundProxyAddress\x12$\n" + |
| 1750 | "\rprimarySipDns\x18\x02 \x01(\tR\rprimarySipDns\x12(\n" + |
| 1751 | "\x0fsecondarySipDns\x18\x03 \x01(\tR\x0fsecondarySipDns\x12$\n" + |
| 1752 | "\rsipRegExpTime\x18\x04 \x01(\x05R\rsipRegExpTime\x124\n" + |
| 1753 | "\x15sipReregHeadStartTime\x18\x05 \x01(\x05R\x15sipReregHeadStartTime\x12\"\n" + |
| 1754 | "\fSipRegistrar\x18\x06 \x01(\tR\fSipRegistrar\x12\x1e\n" + |
| 1755 | "\n" + |
| 1756 | "softSwitch\x18\a \x01(\tR\n" + |
| 1757 | "softSwitch\x12Q\n" + |
| 1758 | "\x10sipResponseTable\x18\b \x01(\v2%.voip_system_profile.SipResponseTableR\x10sipResponseTable\x12:\n" + |
| 1759 | "\x18sipOptionTransmitControl\x18\t \x01(\bR\x18sipOptionTransmitControl\x12\"\n" + |
| 1760 | "\fsipUriFormat\x18\n" + |
| 1761 | " \x01(\tR\fsipUriFormat\x12:\n" + |
| 1762 | "\x18redundantSipAgentPointer\x18\v \x01(\tR\x18redundantSipAgentPointer\"\xe5\x01\n" + |
| 1763 | "\x0fNetworkDialPlan\x120\n" + |
| 1764 | "\x13criticalDialTimeout\x18\x01 \x01(\rR\x13criticalDialTimeout\x12.\n" + |
| 1765 | "\x12partialDialTimeout\x18\x02 \x01(\rR\x12partialDialTimeout\x12&\n" + |
| 1766 | "\x0edialPlanFormat\x18\x03 \x01(\rR\x0edialPlanFormat\x12H\n" + |
| 1767 | "\rdialPlanTable\x18\x04 \x01(\v2\".voip_system_profile.DialPlanTableR\rdialPlanTable\"A\n" + |
| 1768 | "\x13UsernameAndPassword\x12*\n" + |
| 1769 | "\x10validationScheme\x18\x01 \x01(\x05R\x10validationScheme\"r\n" + |
| 1770 | "\x10SipResponseTable\x12(\n" + |
| 1771 | "\x0fsipResponseCode\x18\x01 \x01(\tR\x0fsipResponseCode\x12\x12\n" + |
| 1772 | "\x04tone\x18\x02 \x01(\tR\x04tone\x12 \n" + |
| 1773 | "\vtextMessage\x18\x03 \x01(\tR\vtextMessage\"\xa1\x01\n" + |
| 1774 | "\rDialPlanTable\x12\x1e\n" + |
| 1775 | "\n" + |
| 1776 | "dialPlanId\x18\x01 \x01(\rR\n" + |
| 1777 | "dialPlanId\x12\x16\n" + |
| 1778 | "\x06action\x18\x02 \x01(\rR\x06action\x12$\n" + |
| 1779 | "\rdialPlanToken\x18\x03 \x01(\tR\rdialPlanToken\x122\n" + |
| 1780 | "\x14dialPlanTableMaxSize\x18\x04 \x01(\rR\x14dialPlanTableMaxSize\"\xd2\x04\n" + |
| 1781 | "\x16VoipFeatureAccessCodes\x12,\n" + |
| 1782 | "\x11cancelCallWaiting\x18\x01 \x01(\tR\x11cancelCallWaiting\x12\x1a\n" + |
| 1783 | "\bcallHold\x18\x02 \x01(\tR\bcallHold\x12\x1a\n" + |
| 1784 | "\bcallPark\x18\x03 \x01(\tR\bcallPark\x12*\n" + |
| 1785 | "\x10callerIdActivate\x18\x04 \x01(\tR\x10callerIdActivate\x12.\n" + |
| 1786 | "\x12callerIdDeactivate\x18\x05 \x01(\tR\x12callerIdDeactivate\x126\n" + |
| 1787 | "\x16doNotDisturbActivation\x18\x06 \x01(\tR\x16doNotDisturbActivation\x12:\n" + |
| 1788 | "\x18doNotDisturbDeactivation\x18\a \x01(\tR\x18doNotDisturbDeactivation\x124\n" + |
| 1789 | "\x15doNotDisturbPinChange\x18\b \x01(\tR\x15doNotDisturbPinChange\x126\n" + |
| 1790 | "\x16emergencyServiceNumber\x18\t \x01(\tR\x16emergencyServiceNumber\x12(\n" + |
| 1791 | "\x0fintercomService\x18\n" + |
| 1792 | " \x01(\tR\x0fintercomService\x126\n" + |
| 1793 | "\x16unattendedCallTransfer\x18\v \x01(\tR\x16unattendedCallTransfer\x122\n" + |
| 1794 | "\x14attendedCallTransfer\x18\f \x01(\tR\x14attendedCallTransfer\"\x97\x04\n" + |
| 1795 | "\x1dVoipApplicationServiceProfile\x12 \n" + |
| 1796 | "\vcidFeatures\x18\x01 \x01(\rR\vcidFeatures\x120\n" + |
| 1797 | "\x13callWaitingFeatures\x18\x02 \x01(\rR\x13callWaitingFeatures\x12F\n" + |
| 1798 | "\x1ecallProgressOrTransferFeatures\x18\x03 \x01(\rR\x1ecallProgressOrTransferFeatures\x12:\n" + |
| 1799 | "\x18callPresentationFeatures\x18\x04 \x01(\rR\x18callPresentationFeatures\x122\n" + |
| 1800 | "\x14directConnectFeature\x18\x05 \x01(\rR\x14directConnectFeature\x128\n" + |
| 1801 | "\x17directConnectUriPointer\x18\x06 \x01(\tR\x17directConnectUriPointer\x12>\n" + |
| 1802 | "\x1abridgedLineAgentUriPointer\x18\a \x01(\tR\x1abridgedLineAgentUriPointer\x12@\n" + |
| 1803 | "\x1bconferenceFactoryUriPointer\x18\b \x01(\tR\x1bconferenceFactoryUriPointer\x12.\n" + |
| 1804 | "\x12dialToneDelayTimer\x18\t \x01(\rR\x12dialToneDelayTimerBf\n" + |
| 1805 | "'org.opencord.voltha.voip_system_profileZ;github.com/opencord/voltha-protos/v5/go/voip_system_profileb\x06proto3" |
| 1806 | |
| 1807 | var ( |
| 1808 | file_voltha_protos_voip_system_profile_proto_rawDescOnce sync.Once |
| 1809 | file_voltha_protos_voip_system_profile_proto_rawDescData []byte |
| 1810 | ) |
| 1811 | |
| 1812 | func file_voltha_protos_voip_system_profile_proto_rawDescGZIP() []byte { |
| 1813 | file_voltha_protos_voip_system_profile_proto_rawDescOnce.Do(func() { |
| 1814 | file_voltha_protos_voip_system_profile_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_voltha_protos_voip_system_profile_proto_rawDesc), len(file_voltha_protos_voip_system_profile_proto_rawDesc))) |
| 1815 | }) |
| 1816 | return file_voltha_protos_voip_system_profile_proto_rawDescData |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1817 | } |
| 1818 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1819 | var file_voltha_protos_voip_system_profile_proto_msgTypes = make([]protoimpl.MessageInfo, 19) |
| 1820 | var file_voltha_protos_voip_system_profile_proto_goTypes = []any{ |
| 1821 | (*VoipSystemProfileRequest)(nil), // 0: voip_system_profile.VoipSystemProfileRequest |
| 1822 | (*VoipSystemProfile)(nil), // 1: voip_system_profile.VoipSystemProfile |
| 1823 | (*VoipConfig)(nil), // 2: voip_system_profile.VoipConfig |
| 1824 | (*IpHostConfig)(nil), // 3: voip_system_profile.IpHostConfig |
| 1825 | (*TcpUdpConfig)(nil), // 4: voip_system_profile.TcpUdpConfig |
| 1826 | (*VoipVoiceCtp)(nil), // 5: voip_system_profile.VoipVoiceCtp |
| 1827 | (*VoipMediaProfile)(nil), // 6: voip_system_profile.VoipMediaProfile |
| 1828 | (*VoiceServiceProfile)(nil), // 7: voip_system_profile.VoiceServiceProfile |
| 1829 | (*RtpProfile)(nil), // 8: voip_system_profile.RtpProfile |
| 1830 | (*PptpPotsUni)(nil), // 9: voip_system_profile.PptpPotsUni |
| 1831 | (*SipConfig)(nil), // 10: voip_system_profile.SipConfig |
| 1832 | (*SipUserData)(nil), // 11: voip_system_profile.SipUserData |
| 1833 | (*SipAgentConfig)(nil), // 12: voip_system_profile.SipAgentConfig |
| 1834 | (*NetworkDialPlan)(nil), // 13: voip_system_profile.NetworkDialPlan |
| 1835 | (*UsernameAndPassword)(nil), // 14: voip_system_profile.UsernameAndPassword |
| 1836 | (*SipResponseTable)(nil), // 15: voip_system_profile.SipResponseTable |
| 1837 | (*DialPlanTable)(nil), // 16: voip_system_profile.DialPlanTable |
| 1838 | (*VoipFeatureAccessCodes)(nil), // 17: voip_system_profile.VoipFeatureAccessCodes |
| 1839 | (*VoipApplicationServiceProfile)(nil), // 18: voip_system_profile.VoipApplicationServiceProfile |
| 1840 | } |
| 1841 | var file_voltha_protos_voip_system_profile_proto_depIdxs = []int32{ |
| 1842 | 1, // 0: voip_system_profile.VoipSystemProfileRequest.voipSystemProfile:type_name -> voip_system_profile.VoipSystemProfile |
| 1843 | 10, // 1: voip_system_profile.VoipSystemProfile.sipConfig:type_name -> voip_system_profile.SipConfig |
| 1844 | 2, // 2: voip_system_profile.VoipSystemProfile.voipConfig:type_name -> voip_system_profile.VoipConfig |
| 1845 | 3, // 3: voip_system_profile.VoipConfig.ipHostConfig:type_name -> voip_system_profile.IpHostConfig |
| 1846 | 4, // 4: voip_system_profile.VoipConfig.tcpUdpConfig:type_name -> voip_system_profile.TcpUdpConfig |
| 1847 | 5, // 5: voip_system_profile.VoipConfig.voipVoiceCtp:type_name -> voip_system_profile.VoipVoiceCtp |
| 1848 | 6, // 6: voip_system_profile.VoipConfig.voipMediaProfile:type_name -> voip_system_profile.VoipMediaProfile |
| 1849 | 7, // 7: voip_system_profile.VoipConfig.voiceServiceProfile:type_name -> voip_system_profile.VoiceServiceProfile |
| 1850 | 8, // 8: voip_system_profile.VoipConfig.rtpProfile:type_name -> voip_system_profile.RtpProfile |
| 1851 | 9, // 9: voip_system_profile.VoipConfig.pptpPotsUni:type_name -> voip_system_profile.PptpPotsUni |
| 1852 | 11, // 10: voip_system_profile.SipConfig.sipUserData:type_name -> voip_system_profile.SipUserData |
| 1853 | 12, // 11: voip_system_profile.SipConfig.sipAgentConfig:type_name -> voip_system_profile.SipAgentConfig |
| 1854 | 13, // 12: voip_system_profile.SipConfig.networkDialPlan:type_name -> voip_system_profile.NetworkDialPlan |
| 1855 | 17, // 13: voip_system_profile.SipConfig.voipFeatureAccessCodes:type_name -> voip_system_profile.VoipFeatureAccessCodes |
| 1856 | 18, // 14: voip_system_profile.SipConfig.voipApplicationServiceProfile:type_name -> voip_system_profile.VoipApplicationServiceProfile |
| 1857 | 14, // 15: voip_system_profile.SipUserData.usernameAndPassword:type_name -> voip_system_profile.UsernameAndPassword |
| 1858 | 15, // 16: voip_system_profile.SipAgentConfig.sipResponseTable:type_name -> voip_system_profile.SipResponseTable |
| 1859 | 16, // 17: voip_system_profile.NetworkDialPlan.dialPlanTable:type_name -> voip_system_profile.DialPlanTable |
| 1860 | 18, // [18:18] is the sub-list for method output_type |
| 1861 | 18, // [18:18] is the sub-list for method input_type |
| 1862 | 18, // [18:18] is the sub-list for extension type_name |
| 1863 | 18, // [18:18] is the sub-list for extension extendee |
| 1864 | 0, // [0:18] is the sub-list for field type_name |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1865 | } |
| 1866 | |
| Abhay Kumar | 0371339 | 2025-12-30 05:20:58 +0000 | [diff] [blame] | 1867 | func init() { file_voltha_protos_voip_system_profile_proto_init() } |
| 1868 | func file_voltha_protos_voip_system_profile_proto_init() { |
| 1869 | if File_voltha_protos_voip_system_profile_proto != nil { |
| 1870 | return |
| 1871 | } |
| 1872 | type x struct{} |
| 1873 | out := protoimpl.TypeBuilder{ |
| 1874 | File: protoimpl.DescBuilder{ |
| 1875 | GoPackagePath: reflect.TypeOf(x{}).PkgPath(), |
| 1876 | RawDescriptor: unsafe.Slice(unsafe.StringData(file_voltha_protos_voip_system_profile_proto_rawDesc), len(file_voltha_protos_voip_system_profile_proto_rawDesc)), |
| 1877 | NumEnums: 0, |
| 1878 | NumMessages: 19, |
| 1879 | NumExtensions: 0, |
| 1880 | NumServices: 0, |
| 1881 | }, |
| 1882 | GoTypes: file_voltha_protos_voip_system_profile_proto_goTypes, |
| 1883 | DependencyIndexes: file_voltha_protos_voip_system_profile_proto_depIdxs, |
| 1884 | MessageInfos: file_voltha_protos_voip_system_profile_proto_msgTypes, |
| 1885 | }.Build() |
| 1886 | File_voltha_protos_voip_system_profile_proto = out.File |
| 1887 | file_voltha_protos_voip_system_profile_proto_goTypes = nil |
| 1888 | file_voltha_protos_voip_system_profile_proto_depIdxs = nil |
| yasin sapli | 2bbfbb4 | 2021-11-01 14:30:10 +0000 | [diff] [blame] | 1889 | } |