blob: 5ddcfdaf1f6255844e7a6f8fa0c40c1d8d97357f [file] [log] [blame]
Abhay Kumar03713392025-12-30 05:20:58 +00001// 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 sapli2bbfbb42021-11-01 14:30:10 +000015// Code generated by protoc-gen-go. DO NOT EDIT.
Abhay Kumar03713392025-12-30 05:20:58 +000016// versions:
17// protoc-gen-go v1.36.11
18// protoc v4.25.8
yasin sapli2bbfbb42021-11-01 14:30:10 +000019// source: voltha_protos/voip_system_profile.proto
20
21package voip_system_profile
22
23import (
yasin sapli2bbfbb42021-11-01 14:30:10 +000024 _ "google.golang.org/genproto/googleapis/api/annotations"
Abhay Kumar03713392025-12-30 05:20:58 +000025 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 sapli2bbfbb42021-11-01 14:30:10 +000030)
31
Abhay Kumar03713392025-12-30 05:20:58 +000032const (
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 sapli2bbfbb42021-11-01 14:30:10 +000038
39type VoipSystemProfileRequest struct {
Abhay Kumar03713392025-12-30 05:20:58 +000040 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 sapli2bbfbb42021-11-01 14:30:10 +000045}
46
Abhay Kumar03713392025-12-30 05:20:58 +000047func (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
54func (x *VoipSystemProfileRequest) String() string {
55 return protoimpl.X.MessageStringOf(x)
56}
57
58func (*VoipSystemProfileRequest) ProtoMessage() {}
59
60func (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 sapli2bbfbb42021-11-01 14:30:10 +000073func (*VoipSystemProfileRequest) Descriptor() ([]byte, []int) {
Abhay Kumar03713392025-12-30 05:20:58 +000074 return file_voltha_protos_voip_system_profile_proto_rawDescGZIP(), []int{0}
yasin sapli2bbfbb42021-11-01 14:30:10 +000075}
76
Abhay Kumar03713392025-12-30 05:20:58 +000077func (x *VoipSystemProfileRequest) GetKey() string {
78 if x != nil {
79 return x.Key
yasin sapli2bbfbb42021-11-01 14:30:10 +000080 }
81 return ""
82}
83
Abhay Kumar03713392025-12-30 05:20:58 +000084func (x *VoipSystemProfileRequest) GetVoipSystemProfile() *VoipSystemProfile {
85 if x != nil {
86 return x.VoipSystemProfile
yasin sapli2bbfbb42021-11-01 14:30:10 +000087 }
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)
93type VoipSystemProfile struct {
Abhay Kumar03713392025-12-30 05:20:58 +000094 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 sapli2bbfbb42021-11-01 14:30:10 +000099}
100
Abhay Kumar03713392025-12-30 05:20:58 +0000101func (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
108func (x *VoipSystemProfile) String() string {
109 return protoimpl.X.MessageStringOf(x)
110}
111
112func (*VoipSystemProfile) ProtoMessage() {}
113
114func (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 sapli2bbfbb42021-11-01 14:30:10 +0000127func (*VoipSystemProfile) Descriptor() ([]byte, []int) {
Abhay Kumar03713392025-12-30 05:20:58 +0000128 return file_voltha_protos_voip_system_profile_proto_rawDescGZIP(), []int{1}
yasin sapli2bbfbb42021-11-01 14:30:10 +0000129}
130
Abhay Kumar03713392025-12-30 05:20:58 +0000131func (x *VoipSystemProfile) GetSipConfig() *SipConfig {
132 if x != nil {
133 return x.SipConfig
yasin sapli2bbfbb42021-11-01 14:30:10 +0000134 }
135 return nil
136}
137
Abhay Kumar03713392025-12-30 05:20:58 +0000138func (x *VoipSystemProfile) GetVoipConfig() *VoipConfig {
139 if x != nil {
140 return x.VoipConfig
yasin sapli2bbfbb42021-11-01 14:30:10 +0000141 }
142 return nil
143}
144
145// Common voip fields are grouped here
146type VoipConfig struct {
Abhay Kumar03713392025-12-30 05:20:58 +0000147 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 sapli2bbfbb42021-11-01 14:30:10 +0000157}
158
Abhay Kumar03713392025-12-30 05:20:58 +0000159func (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
166func (x *VoipConfig) String() string {
167 return protoimpl.X.MessageStringOf(x)
168}
169
170func (*VoipConfig) ProtoMessage() {}
171
172func (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 sapli2bbfbb42021-11-01 14:30:10 +0000185func (*VoipConfig) Descriptor() ([]byte, []int) {
Abhay Kumar03713392025-12-30 05:20:58 +0000186 return file_voltha_protos_voip_system_profile_proto_rawDescGZIP(), []int{2}
yasin sapli2bbfbb42021-11-01 14:30:10 +0000187}
188
Abhay Kumar03713392025-12-30 05:20:58 +0000189func (x *VoipConfig) GetIpHostConfig() *IpHostConfig {
190 if x != nil {
191 return x.IpHostConfig
yasin sapli2bbfbb42021-11-01 14:30:10 +0000192 }
193 return nil
194}
195
Abhay Kumar03713392025-12-30 05:20:58 +0000196func (x *VoipConfig) GetTcpUdpConfig() *TcpUdpConfig {
197 if x != nil {
198 return x.TcpUdpConfig
yasin sapli2bbfbb42021-11-01 14:30:10 +0000199 }
200 return nil
201}
202
Abhay Kumar03713392025-12-30 05:20:58 +0000203func (x *VoipConfig) GetVoipVoiceCtp() *VoipVoiceCtp {
204 if x != nil {
205 return x.VoipVoiceCtp
yasin sapli2bbfbb42021-11-01 14:30:10 +0000206 }
207 return nil
208}
209
Abhay Kumar03713392025-12-30 05:20:58 +0000210func (x *VoipConfig) GetVoipMediaProfile() *VoipMediaProfile {
211 if x != nil {
212 return x.VoipMediaProfile
yasin sapli2bbfbb42021-11-01 14:30:10 +0000213 }
214 return nil
215}
216
Abhay Kumar03713392025-12-30 05:20:58 +0000217func (x *VoipConfig) GetVoiceServiceProfile() *VoiceServiceProfile {
218 if x != nil {
219 return x.VoiceServiceProfile
yasin sapli2bbfbb42021-11-01 14:30:10 +0000220 }
221 return nil
222}
223
Abhay Kumar03713392025-12-30 05:20:58 +0000224func (x *VoipConfig) GetRtpProfile() *RtpProfile {
225 if x != nil {
226 return x.RtpProfile
yasin sapli2bbfbb42021-11-01 14:30:10 +0000227 }
228 return nil
229}
230
Abhay Kumar03713392025-12-30 05:20:58 +0000231func (x *VoipConfig) GetPptpPotsUni() *PptpPotsUni {
232 if x != nil {
233 return x.PptpPotsUni
yasin sapli2bbfbb42021-11-01 14:30:10 +0000234 }
235 return nil
236}
237
238type IpHostConfig struct {
Abhay Kumar03713392025-12-30 05:20:58 +0000239 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 sapli2bbfbb42021-11-01 14:30:10 +0000250}
251
Abhay Kumar03713392025-12-30 05:20:58 +0000252func (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
259func (x *IpHostConfig) String() string {
260 return protoimpl.X.MessageStringOf(x)
261}
262
263func (*IpHostConfig) ProtoMessage() {}
264
265func (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 sapli2bbfbb42021-11-01 14:30:10 +0000278func (*IpHostConfig) Descriptor() ([]byte, []int) {
Abhay Kumar03713392025-12-30 05:20:58 +0000279 return file_voltha_protos_voip_system_profile_proto_rawDescGZIP(), []int{3}
yasin sapli2bbfbb42021-11-01 14:30:10 +0000280}
281
Abhay Kumar03713392025-12-30 05:20:58 +0000282func (x *IpHostConfig) GetIpOptions() uint32 {
283 if x != nil {
284 return x.IpOptions
yasin sapli2bbfbb42021-11-01 14:30:10 +0000285 }
286 return 0
287}
288
Abhay Kumar03713392025-12-30 05:20:58 +0000289func (x *IpHostConfig) GetOnuIdentifier() string {
290 if x != nil {
291 return x.OnuIdentifier
yasin sapli2bbfbb42021-11-01 14:30:10 +0000292 }
293 return ""
294}
295
Abhay Kumar03713392025-12-30 05:20:58 +0000296func (x *IpHostConfig) GetIpAddress() string {
297 if x != nil {
298 return x.IpAddress
yasin sapli2bbfbb42021-11-01 14:30:10 +0000299 }
300 return ""
301}
302
Abhay Kumar03713392025-12-30 05:20:58 +0000303func (x *IpHostConfig) GetMask() string {
304 if x != nil {
305 return x.Mask
yasin sapli2bbfbb42021-11-01 14:30:10 +0000306 }
307 return ""
308}
309
Abhay Kumar03713392025-12-30 05:20:58 +0000310func (x *IpHostConfig) GetGateway() string {
311 if x != nil {
312 return x.Gateway
yasin sapli2bbfbb42021-11-01 14:30:10 +0000313 }
314 return ""
315}
316
Abhay Kumar03713392025-12-30 05:20:58 +0000317func (x *IpHostConfig) GetPrimaryDns() string {
318 if x != nil {
319 return x.PrimaryDns
yasin sapli2bbfbb42021-11-01 14:30:10 +0000320 }
321 return ""
322}
323
Abhay Kumar03713392025-12-30 05:20:58 +0000324func (x *IpHostConfig) GetSecondaryDns() string {
325 if x != nil {
326 return x.SecondaryDns
yasin sapli2bbfbb42021-11-01 14:30:10 +0000327 }
328 return ""
329}
330
Abhay Kumar03713392025-12-30 05:20:58 +0000331func (x *IpHostConfig) GetRelayAgentOptions() string {
332 if x != nil {
333 return x.RelayAgentOptions
yasin sapli2bbfbb42021-11-01 14:30:10 +0000334 }
335 return ""
336}
337
338type TcpUdpConfig struct {
Abhay Kumar03713392025-12-30 05:20:58 +0000339 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 sapli2bbfbb42021-11-01 14:30:10 +0000344}
345
Abhay Kumar03713392025-12-30 05:20:58 +0000346func (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
353func (x *TcpUdpConfig) String() string {
354 return protoimpl.X.MessageStringOf(x)
355}
356
357func (*TcpUdpConfig) ProtoMessage() {}
358
359func (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 sapli2bbfbb42021-11-01 14:30:10 +0000372func (*TcpUdpConfig) Descriptor() ([]byte, []int) {
Abhay Kumar03713392025-12-30 05:20:58 +0000373 return file_voltha_protos_voip_system_profile_proto_rawDescGZIP(), []int{4}
yasin sapli2bbfbb42021-11-01 14:30:10 +0000374}
375
Abhay Kumar03713392025-12-30 05:20:58 +0000376func (x *TcpUdpConfig) GetProtocol() uint32 {
377 if x != nil {
378 return x.Protocol
yasin sapli2bbfbb42021-11-01 14:30:10 +0000379 }
380 return 0
381}
382
Abhay Kumar03713392025-12-30 05:20:58 +0000383func (x *TcpUdpConfig) GetTosField() string {
384 if x != nil {
385 return x.TosField
yasin sapli2bbfbb42021-11-01 14:30:10 +0000386 }
387 return ""
388}
389
390type VoipVoiceCtp struct {
Abhay Kumar03713392025-12-30 05:20:58 +0000391 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 sapli2bbfbb42021-11-01 14:30:10 +0000395}
396
Abhay Kumar03713392025-12-30 05:20:58 +0000397func (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
404func (x *VoipVoiceCtp) String() string {
405 return protoimpl.X.MessageStringOf(x)
406}
407
408func (*VoipVoiceCtp) ProtoMessage() {}
409
410func (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 sapli2bbfbb42021-11-01 14:30:10 +0000423func (*VoipVoiceCtp) Descriptor() ([]byte, []int) {
Abhay Kumar03713392025-12-30 05:20:58 +0000424 return file_voltha_protos_voip_system_profile_proto_rawDescGZIP(), []int{5}
yasin sapli2bbfbb42021-11-01 14:30:10 +0000425}
426
Abhay Kumar03713392025-12-30 05:20:58 +0000427func (x *VoipVoiceCtp) GetSignallingCode() uint32 {
428 if x != nil {
429 return x.SignallingCode
yasin sapli2bbfbb42021-11-01 14:30:10 +0000430 }
431 return 0
432}
433
434type VoipMediaProfile struct {
Abhay Kumar03713392025-12-30 05:20:58 +0000435 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 sapli2bbfbb42021-11-01 14:30:10 +0000452}
453
Abhay Kumar03713392025-12-30 05:20:58 +0000454func (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
461func (x *VoipMediaProfile) String() string {
462 return protoimpl.X.MessageStringOf(x)
463}
464
465func (*VoipMediaProfile) ProtoMessage() {}
466
467func (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 sapli2bbfbb42021-11-01 14:30:10 +0000480func (*VoipMediaProfile) Descriptor() ([]byte, []int) {
Abhay Kumar03713392025-12-30 05:20:58 +0000481 return file_voltha_protos_voip_system_profile_proto_rawDescGZIP(), []int{6}
yasin sapli2bbfbb42021-11-01 14:30:10 +0000482}
483
Abhay Kumar03713392025-12-30 05:20:58 +0000484func (x *VoipMediaProfile) GetFaxMode() uint32 {
485 if x != nil {
486 return x.FaxMode
yasin sapli2bbfbb42021-11-01 14:30:10 +0000487 }
488 return 0
489}
490
Abhay Kumar03713392025-12-30 05:20:58 +0000491func (x *VoipMediaProfile) GetCodecSelection1() uint32 {
492 if x != nil {
493 return x.CodecSelection1
yasin sapli2bbfbb42021-11-01 14:30:10 +0000494 }
495 return 0
496}
497
Abhay Kumar03713392025-12-30 05:20:58 +0000498func (x *VoipMediaProfile) GetPacketPeriodSelection1() uint32 {
499 if x != nil {
500 return x.PacketPeriodSelection1
yasin sapli2bbfbb42021-11-01 14:30:10 +0000501 }
502 return 0
503}
504
Abhay Kumar03713392025-12-30 05:20:58 +0000505func (x *VoipMediaProfile) GetSilenceSuppression1() uint32 {
506 if x != nil {
507 return x.SilenceSuppression1
yasin sapli2bbfbb42021-11-01 14:30:10 +0000508 }
509 return 0
510}
511
Abhay Kumar03713392025-12-30 05:20:58 +0000512func (x *VoipMediaProfile) GetCodecSelection2() uint32 {
513 if x != nil {
514 return x.CodecSelection2
yasin sapli2bbfbb42021-11-01 14:30:10 +0000515 }
516 return 0
517}
518
Abhay Kumar03713392025-12-30 05:20:58 +0000519func (x *VoipMediaProfile) GetPacketPeriodSelection2() uint32 {
520 if x != nil {
521 return x.PacketPeriodSelection2
yasin sapli2bbfbb42021-11-01 14:30:10 +0000522 }
523 return 0
524}
525
Abhay Kumar03713392025-12-30 05:20:58 +0000526func (x *VoipMediaProfile) GetSilenceSuppression2() uint32 {
527 if x != nil {
528 return x.SilenceSuppression2
yasin sapli2bbfbb42021-11-01 14:30:10 +0000529 }
530 return 0
531}
532
Abhay Kumar03713392025-12-30 05:20:58 +0000533func (x *VoipMediaProfile) GetCodecSelection3() uint32 {
534 if x != nil {
535 return x.CodecSelection3
yasin sapli2bbfbb42021-11-01 14:30:10 +0000536 }
537 return 0
538}
539
Abhay Kumar03713392025-12-30 05:20:58 +0000540func (x *VoipMediaProfile) GetPacketPeriodSelection3() uint32 {
541 if x != nil {
542 return x.PacketPeriodSelection3
yasin sapli2bbfbb42021-11-01 14:30:10 +0000543 }
544 return 0
545}
546
Abhay Kumar03713392025-12-30 05:20:58 +0000547func (x *VoipMediaProfile) GetSilenceSuppression3() uint32 {
548 if x != nil {
549 return x.SilenceSuppression3
yasin sapli2bbfbb42021-11-01 14:30:10 +0000550 }
551 return 0
552}
553
Abhay Kumar03713392025-12-30 05:20:58 +0000554func (x *VoipMediaProfile) GetCodecSelection4() uint32 {
555 if x != nil {
556 return x.CodecSelection4
yasin sapli2bbfbb42021-11-01 14:30:10 +0000557 }
558 return 0
559}
560
Abhay Kumar03713392025-12-30 05:20:58 +0000561func (x *VoipMediaProfile) GetPacketPeriodSelection4() uint32 {
562 if x != nil {
563 return x.PacketPeriodSelection4
yasin sapli2bbfbb42021-11-01 14:30:10 +0000564 }
565 return 0
566}
567
Abhay Kumar03713392025-12-30 05:20:58 +0000568func (x *VoipMediaProfile) GetSilenceSuppression4() uint32 {
569 if x != nil {
570 return x.SilenceSuppression4
yasin sapli2bbfbb42021-11-01 14:30:10 +0000571 }
572 return 0
573}
574
Abhay Kumar03713392025-12-30 05:20:58 +0000575func (x *VoipMediaProfile) GetOobDtmf() uint32 {
576 if x != nil {
577 return x.OobDtmf
yasin sapli2bbfbb42021-11-01 14:30:10 +0000578 }
579 return 0
580}
581
582type VoiceServiceProfile struct {
Abhay Kumar03713392025-12-30 05:20:58 +0000583 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 sapli2bbfbb42021-11-01 14:30:10 +0000594}
595
Abhay Kumar03713392025-12-30 05:20:58 +0000596func (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
603func (x *VoiceServiceProfile) String() string {
604 return protoimpl.X.MessageStringOf(x)
605}
606
607func (*VoiceServiceProfile) ProtoMessage() {}
608
609func (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 sapli2bbfbb42021-11-01 14:30:10 +0000622func (*VoiceServiceProfile) Descriptor() ([]byte, []int) {
Abhay Kumar03713392025-12-30 05:20:58 +0000623 return file_voltha_protos_voip_system_profile_proto_rawDescGZIP(), []int{7}
yasin sapli2bbfbb42021-11-01 14:30:10 +0000624}
625
Abhay Kumar03713392025-12-30 05:20:58 +0000626func (x *VoiceServiceProfile) GetAnnouncementType() uint32 {
627 if x != nil {
628 return x.AnnouncementType
yasin sapli2bbfbb42021-11-01 14:30:10 +0000629 }
630 return 0
631}
632
Abhay Kumar03713392025-12-30 05:20:58 +0000633func (x *VoiceServiceProfile) GetJitterTarget() uint32 {
634 if x != nil {
635 return x.JitterTarget
yasin sapli2bbfbb42021-11-01 14:30:10 +0000636 }
637 return 0
638}
639
Abhay Kumar03713392025-12-30 05:20:58 +0000640func (x *VoiceServiceProfile) GetJitterBufferMax() uint32 {
641 if x != nil {
642 return x.JitterBufferMax
yasin sapli2bbfbb42021-11-01 14:30:10 +0000643 }
644 return 0
645}
646
Abhay Kumar03713392025-12-30 05:20:58 +0000647func (x *VoiceServiceProfile) GetEchoCancelInd() bool {
648 if x != nil {
649 return x.EchoCancelInd
yasin sapli2bbfbb42021-11-01 14:30:10 +0000650 }
651 return false
652}
653
Abhay Kumar03713392025-12-30 05:20:58 +0000654func (x *VoiceServiceProfile) GetPstnProtocolVariant() uint32 {
655 if x != nil {
656 return x.PstnProtocolVariant
yasin sapli2bbfbb42021-11-01 14:30:10 +0000657 }
658 return 0
659}
660
Abhay Kumar03713392025-12-30 05:20:58 +0000661func (x *VoiceServiceProfile) GetDtmfDigitLevels() uint32 {
662 if x != nil {
663 return x.DtmfDigitLevels
yasin sapli2bbfbb42021-11-01 14:30:10 +0000664 }
665 return 0
666}
667
Abhay Kumar03713392025-12-30 05:20:58 +0000668func (x *VoiceServiceProfile) GetDtmfDigitDuration() uint32 {
669 if x != nil {
670 return x.DtmfDigitDuration
yasin sapli2bbfbb42021-11-01 14:30:10 +0000671 }
672 return 0
673}
674
Abhay Kumar03713392025-12-30 05:20:58 +0000675func (x *VoiceServiceProfile) GetHookFlashMinimumTime() uint32 {
676 if x != nil {
677 return x.HookFlashMinimumTime
yasin sapli2bbfbb42021-11-01 14:30:10 +0000678 }
679 return 0
680}
681
682type RtpProfile struct {
Abhay Kumar03713392025-12-30 05:20:58 +0000683 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 sapli2bbfbb42021-11-01 14:30:10 +0000693}
694
Abhay Kumar03713392025-12-30 05:20:58 +0000695func (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
702func (x *RtpProfile) String() string {
703 return protoimpl.X.MessageStringOf(x)
704}
705
706func (*RtpProfile) ProtoMessage() {}
707
708func (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 sapli2bbfbb42021-11-01 14:30:10 +0000721func (*RtpProfile) Descriptor() ([]byte, []int) {
Abhay Kumar03713392025-12-30 05:20:58 +0000722 return file_voltha_protos_voip_system_profile_proto_rawDescGZIP(), []int{8}
yasin sapli2bbfbb42021-11-01 14:30:10 +0000723}
724
Abhay Kumar03713392025-12-30 05:20:58 +0000725func (x *RtpProfile) GetLocalPortMin() uint32 {
726 if x != nil {
727 return x.LocalPortMin
yasin sapli2bbfbb42021-11-01 14:30:10 +0000728 }
729 return 0
730}
731
Abhay Kumar03713392025-12-30 05:20:58 +0000732func (x *RtpProfile) GetLocalPortMax() uint32 {
733 if x != nil {
734 return x.LocalPortMax
yasin sapli2bbfbb42021-11-01 14:30:10 +0000735 }
736 return 0
737}
738
Abhay Kumar03713392025-12-30 05:20:58 +0000739func (x *RtpProfile) GetDscpMark() string {
740 if x != nil {
741 return x.DscpMark
yasin sapli2bbfbb42021-11-01 14:30:10 +0000742 }
743 return ""
744}
745
Abhay Kumar03713392025-12-30 05:20:58 +0000746func (x *RtpProfile) GetPiggyBackEvents() uint32 {
747 if x != nil {
748 return x.PiggyBackEvents
yasin sapli2bbfbb42021-11-01 14:30:10 +0000749 }
750 return 0
751}
752
Abhay Kumar03713392025-12-30 05:20:58 +0000753func (x *RtpProfile) GetToneEvents() uint32 {
754 if x != nil {
755 return x.ToneEvents
yasin sapli2bbfbb42021-11-01 14:30:10 +0000756 }
757 return 0
758}
759
Abhay Kumar03713392025-12-30 05:20:58 +0000760func (x *RtpProfile) GetDtmfEvents() uint32 {
761 if x != nil {
762 return x.DtmfEvents
yasin sapli2bbfbb42021-11-01 14:30:10 +0000763 }
764 return 0
765}
766
Abhay Kumar03713392025-12-30 05:20:58 +0000767func (x *RtpProfile) GetCasEvents() uint32 {
768 if x != nil {
769 return x.CasEvents
yasin sapli2bbfbb42021-11-01 14:30:10 +0000770 }
771 return 0
772}
773
774type PptpPotsUni struct {
Abhay Kumar03713392025-12-30 05:20:58 +0000775 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 sapli2bbfbb42021-11-01 14:30:10 +0000787}
788
Abhay Kumar03713392025-12-30 05:20:58 +0000789func (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
796func (x *PptpPotsUni) String() string {
797 return protoimpl.X.MessageStringOf(x)
798}
799
800func (*PptpPotsUni) ProtoMessage() {}
801
802func (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 sapli2bbfbb42021-11-01 14:30:10 +0000815func (*PptpPotsUni) Descriptor() ([]byte, []int) {
Abhay Kumar03713392025-12-30 05:20:58 +0000816 return file_voltha_protos_voip_system_profile_proto_rawDescGZIP(), []int{9}
yasin sapli2bbfbb42021-11-01 14:30:10 +0000817}
818
Abhay Kumar03713392025-12-30 05:20:58 +0000819func (x *PptpPotsUni) GetArc() string {
820 if x != nil {
821 return x.Arc
yasin sapli2bbfbb42021-11-01 14:30:10 +0000822 }
823 return ""
824}
825
Abhay Kumar03713392025-12-30 05:20:58 +0000826func (x *PptpPotsUni) GetArcInterval() string {
827 if x != nil {
828 return x.ArcInterval
yasin sapli2bbfbb42021-11-01 14:30:10 +0000829 }
830 return ""
831}
832
Abhay Kumar03713392025-12-30 05:20:58 +0000833func (x *PptpPotsUni) GetImpedance() uint32 {
834 if x != nil {
835 return x.Impedance
yasin sapli2bbfbb42021-11-01 14:30:10 +0000836 }
837 return 0
838}
839
Abhay Kumar03713392025-12-30 05:20:58 +0000840func (x *PptpPotsUni) GetTransmissionPath() uint32 {
841 if x != nil {
842 return x.TransmissionPath
yasin sapli2bbfbb42021-11-01 14:30:10 +0000843 }
844 return 0
845}
846
Abhay Kumar03713392025-12-30 05:20:58 +0000847func (x *PptpPotsUni) GetRxGain() int32 {
848 if x != nil {
849 return x.RxGain
yasin sapli2bbfbb42021-11-01 14:30:10 +0000850 }
851 return 0
852}
853
Abhay Kumar03713392025-12-30 05:20:58 +0000854func (x *PptpPotsUni) GetTxGain() int32 {
855 if x != nil {
856 return x.TxGain
yasin sapli2bbfbb42021-11-01 14:30:10 +0000857 }
858 return 0
859}
860
Abhay Kumar03713392025-12-30 05:20:58 +0000861func (x *PptpPotsUni) GetPotsHoldOverTime() uint32 {
862 if x != nil {
863 return x.PotsHoldOverTime
yasin sapli2bbfbb42021-11-01 14:30:10 +0000864 }
865 return 0
866}
867
Abhay Kumar03713392025-12-30 05:20:58 +0000868func (x *PptpPotsUni) GetNominalFeedVoltage() uint32 {
869 if x != nil {
870 return x.NominalFeedVoltage
yasin sapli2bbfbb42021-11-01 14:30:10 +0000871 }
872 return 0
873}
874
Abhay Kumar03713392025-12-30 05:20:58 +0000875func (x *PptpPotsUni) GetLossOfSoftSwitch() uint32 {
876 if x != nil {
877 return x.LossOfSoftSwitch
yasin sapli2bbfbb42021-11-01 14:30:10 +0000878 }
879 return 0
880}
881
882// Sip specific fields are grouped here
883type SipConfig struct {
Abhay Kumar03713392025-12-30 05:20:58 +0000884 state protoimpl.MessageState `protogen:"open.v1"`
yasin sapli2bbfbb42021-11-01 14:30:10 +0000885 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 Kumar03713392025-12-30 05:20:58 +0000890 unknownFields protoimpl.UnknownFields
891 sizeCache protoimpl.SizeCache
yasin sapli2bbfbb42021-11-01 14:30:10 +0000892}
893
Abhay Kumar03713392025-12-30 05:20:58 +0000894func (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
901func (x *SipConfig) String() string {
902 return protoimpl.X.MessageStringOf(x)
903}
904
905func (*SipConfig) ProtoMessage() {}
906
907func (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 sapli2bbfbb42021-11-01 14:30:10 +0000920func (*SipConfig) Descriptor() ([]byte, []int) {
Abhay Kumar03713392025-12-30 05:20:58 +0000921 return file_voltha_protos_voip_system_profile_proto_rawDescGZIP(), []int{10}
yasin sapli2bbfbb42021-11-01 14:30:10 +0000922}
923
Abhay Kumar03713392025-12-30 05:20:58 +0000924func (x *SipConfig) GetSipUserData() *SipUserData {
925 if x != nil {
926 return x.SipUserData
yasin sapli2bbfbb42021-11-01 14:30:10 +0000927 }
928 return nil
929}
930
Abhay Kumar03713392025-12-30 05:20:58 +0000931func (x *SipConfig) GetSipAgentConfig() *SipAgentConfig {
932 if x != nil {
933 return x.SipAgentConfig
yasin sapli2bbfbb42021-11-01 14:30:10 +0000934 }
935 return nil
936}
937
Abhay Kumar03713392025-12-30 05:20:58 +0000938func (x *SipConfig) GetNetworkDialPlan() *NetworkDialPlan {
939 if x != nil {
940 return x.NetworkDialPlan
yasin sapli2bbfbb42021-11-01 14:30:10 +0000941 }
942 return nil
943}
944
Abhay Kumar03713392025-12-30 05:20:58 +0000945func (x *SipConfig) GetVoipFeatureAccessCodes() *VoipFeatureAccessCodes {
946 if x != nil {
947 return x.VoipFeatureAccessCodes
yasin sapli2bbfbb42021-11-01 14:30:10 +0000948 }
949 return nil
950}
951
Abhay Kumar03713392025-12-30 05:20:58 +0000952func (x *SipConfig) GetVoipApplicationServiceProfile() *VoipApplicationServiceProfile {
953 if x != nil {
954 return x.VoipApplicationServiceProfile
yasin sapli2bbfbb42021-11-01 14:30:10 +0000955 }
956 return nil
957}
958
959type SipUserData struct {
Abhay Kumar03713392025-12-30 05:20:58 +0000960 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 sapli2bbfbb42021-11-01 14:30:10 +0000969}
970
Abhay Kumar03713392025-12-30 05:20:58 +0000971func (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
978func (x *SipUserData) String() string {
979 return protoimpl.X.MessageStringOf(x)
980}
981
982func (*SipUserData) ProtoMessage() {}
983
984func (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 sapli2bbfbb42021-11-01 14:30:10 +0000997func (*SipUserData) Descriptor() ([]byte, []int) {
Abhay Kumar03713392025-12-30 05:20:58 +0000998 return file_voltha_protos_voip_system_profile_proto_rawDescGZIP(), []int{11}
yasin sapli2bbfbb42021-11-01 14:30:10 +0000999}
1000
Abhay Kumar03713392025-12-30 05:20:58 +00001001func (x *SipUserData) GetUserPartAor() string {
1002 if x != nil {
1003 return x.UserPartAor
yasin sapli2bbfbb42021-11-01 14:30:10 +00001004 }
1005 return ""
1006}
1007
Abhay Kumar03713392025-12-30 05:20:58 +00001008func (x *SipUserData) GetUsernameAndPassword() *UsernameAndPassword {
1009 if x != nil {
1010 return x.UsernameAndPassword
yasin sapli2bbfbb42021-11-01 14:30:10 +00001011 }
1012 return nil
1013}
1014
Abhay Kumar03713392025-12-30 05:20:58 +00001015func (x *SipUserData) GetVoicemailServerSipUri() string {
1016 if x != nil {
1017 return x.VoicemailServerSipUri
yasin sapli2bbfbb42021-11-01 14:30:10 +00001018 }
1019 return ""
1020}
1021
Abhay Kumar03713392025-12-30 05:20:58 +00001022func (x *SipUserData) GetVoicemailSubscriptionExpirationTime() int32 {
1023 if x != nil {
1024 return x.VoicemailSubscriptionExpirationTime
yasin sapli2bbfbb42021-11-01 14:30:10 +00001025 }
1026 return 0
1027}
1028
Abhay Kumar03713392025-12-30 05:20:58 +00001029func (x *SipUserData) GetReleaseTimer() int32 {
1030 if x != nil {
1031 return x.ReleaseTimer
yasin sapli2bbfbb42021-11-01 14:30:10 +00001032 }
1033 return 0
1034}
1035
Abhay Kumar03713392025-12-30 05:20:58 +00001036func (x *SipUserData) GetRohTimer() int32 {
1037 if x != nil {
1038 return x.RohTimer
yasin sapli2bbfbb42021-11-01 14:30:10 +00001039 }
1040 return 0
1041}
1042
1043type SipAgentConfig struct {
Abhay Kumar03713392025-12-30 05:20:58 +00001044 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 sapli2bbfbb42021-11-01 14:30:10 +00001058}
1059
Abhay Kumar03713392025-12-30 05:20:58 +00001060func (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
1067func (x *SipAgentConfig) String() string {
1068 return protoimpl.X.MessageStringOf(x)
1069}
1070
1071func (*SipAgentConfig) ProtoMessage() {}
1072
1073func (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 sapli2bbfbb42021-11-01 14:30:10 +00001086func (*SipAgentConfig) Descriptor() ([]byte, []int) {
Abhay Kumar03713392025-12-30 05:20:58 +00001087 return file_voltha_protos_voip_system_profile_proto_rawDescGZIP(), []int{12}
yasin sapli2bbfbb42021-11-01 14:30:10 +00001088}
1089
Abhay Kumar03713392025-12-30 05:20:58 +00001090func (x *SipAgentConfig) GetOutboundProxyAddress() string {
1091 if x != nil {
1092 return x.OutboundProxyAddress
yasin sapli2bbfbb42021-11-01 14:30:10 +00001093 }
1094 return ""
1095}
1096
Abhay Kumar03713392025-12-30 05:20:58 +00001097func (x *SipAgentConfig) GetPrimarySipDns() string {
1098 if x != nil {
1099 return x.PrimarySipDns
yasin sapli2bbfbb42021-11-01 14:30:10 +00001100 }
1101 return ""
1102}
1103
Abhay Kumar03713392025-12-30 05:20:58 +00001104func (x *SipAgentConfig) GetSecondarySipDns() string {
1105 if x != nil {
1106 return x.SecondarySipDns
yasin sapli2bbfbb42021-11-01 14:30:10 +00001107 }
1108 return ""
1109}
1110
Abhay Kumar03713392025-12-30 05:20:58 +00001111func (x *SipAgentConfig) GetSipRegExpTime() int32 {
1112 if x != nil {
1113 return x.SipRegExpTime
yasin sapli2bbfbb42021-11-01 14:30:10 +00001114 }
1115 return 0
1116}
1117
Abhay Kumar03713392025-12-30 05:20:58 +00001118func (x *SipAgentConfig) GetSipReregHeadStartTime() int32 {
1119 if x != nil {
1120 return x.SipReregHeadStartTime
yasin sapli2bbfbb42021-11-01 14:30:10 +00001121 }
1122 return 0
1123}
1124
Abhay Kumar03713392025-12-30 05:20:58 +00001125func (x *SipAgentConfig) GetSipRegistrar() string {
1126 if x != nil {
1127 return x.SipRegistrar
yasin sapli2bbfbb42021-11-01 14:30:10 +00001128 }
1129 return ""
1130}
1131
Abhay Kumar03713392025-12-30 05:20:58 +00001132func (x *SipAgentConfig) GetSoftSwitch() string {
1133 if x != nil {
1134 return x.SoftSwitch
yasin sapli2bbfbb42021-11-01 14:30:10 +00001135 }
1136 return ""
1137}
1138
Abhay Kumar03713392025-12-30 05:20:58 +00001139func (x *SipAgentConfig) GetSipResponseTable() *SipResponseTable {
1140 if x != nil {
1141 return x.SipResponseTable
yasin sapli2bbfbb42021-11-01 14:30:10 +00001142 }
1143 return nil
1144}
1145
Abhay Kumar03713392025-12-30 05:20:58 +00001146func (x *SipAgentConfig) GetSipOptionTransmitControl() bool {
1147 if x != nil {
1148 return x.SipOptionTransmitControl
yasin sapli2bbfbb42021-11-01 14:30:10 +00001149 }
1150 return false
1151}
1152
Abhay Kumar03713392025-12-30 05:20:58 +00001153func (x *SipAgentConfig) GetSipUriFormat() string {
1154 if x != nil {
1155 return x.SipUriFormat
yasin sapli2bbfbb42021-11-01 14:30:10 +00001156 }
1157 return ""
1158}
1159
Abhay Kumar03713392025-12-30 05:20:58 +00001160func (x *SipAgentConfig) GetRedundantSipAgentPointer() string {
1161 if x != nil {
1162 return x.RedundantSipAgentPointer
yasin sapli2bbfbb42021-11-01 14:30:10 +00001163 }
1164 return ""
1165}
1166
1167type NetworkDialPlan struct {
Abhay Kumar03713392025-12-30 05:20:58 +00001168 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 sapli2bbfbb42021-11-01 14:30:10 +00001175}
1176
Abhay Kumar03713392025-12-30 05:20:58 +00001177func (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
1184func (x *NetworkDialPlan) String() string {
1185 return protoimpl.X.MessageStringOf(x)
1186}
1187
1188func (*NetworkDialPlan) ProtoMessage() {}
1189
1190func (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 sapli2bbfbb42021-11-01 14:30:10 +00001203func (*NetworkDialPlan) Descriptor() ([]byte, []int) {
Abhay Kumar03713392025-12-30 05:20:58 +00001204 return file_voltha_protos_voip_system_profile_proto_rawDescGZIP(), []int{13}
yasin sapli2bbfbb42021-11-01 14:30:10 +00001205}
1206
Abhay Kumar03713392025-12-30 05:20:58 +00001207func (x *NetworkDialPlan) GetCriticalDialTimeout() uint32 {
1208 if x != nil {
1209 return x.CriticalDialTimeout
yasin sapli2bbfbb42021-11-01 14:30:10 +00001210 }
1211 return 0
1212}
1213
Abhay Kumar03713392025-12-30 05:20:58 +00001214func (x *NetworkDialPlan) GetPartialDialTimeout() uint32 {
1215 if x != nil {
1216 return x.PartialDialTimeout
yasin sapli2bbfbb42021-11-01 14:30:10 +00001217 }
1218 return 0
1219}
1220
Abhay Kumar03713392025-12-30 05:20:58 +00001221func (x *NetworkDialPlan) GetDialPlanFormat() uint32 {
1222 if x != nil {
1223 return x.DialPlanFormat
yasin sapli2bbfbb42021-11-01 14:30:10 +00001224 }
1225 return 0
1226}
1227
Abhay Kumar03713392025-12-30 05:20:58 +00001228func (x *NetworkDialPlan) GetDialPlanTable() *DialPlanTable {
1229 if x != nil {
1230 return x.DialPlanTable
yasin sapli2bbfbb42021-11-01 14:30:10 +00001231 }
1232 return nil
1233}
1234
1235type UsernameAndPassword struct {
Abhay Kumar03713392025-12-30 05:20:58 +00001236 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 sapli2bbfbb42021-11-01 14:30:10 +00001240}
1241
Abhay Kumar03713392025-12-30 05:20:58 +00001242func (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
1249func (x *UsernameAndPassword) String() string {
1250 return protoimpl.X.MessageStringOf(x)
1251}
1252
1253func (*UsernameAndPassword) ProtoMessage() {}
1254
1255func (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 sapli2bbfbb42021-11-01 14:30:10 +00001268func (*UsernameAndPassword) Descriptor() ([]byte, []int) {
Abhay Kumar03713392025-12-30 05:20:58 +00001269 return file_voltha_protos_voip_system_profile_proto_rawDescGZIP(), []int{14}
yasin sapli2bbfbb42021-11-01 14:30:10 +00001270}
1271
Abhay Kumar03713392025-12-30 05:20:58 +00001272func (x *UsernameAndPassword) GetValidationScheme() int32 {
1273 if x != nil {
1274 return x.ValidationScheme
yasin sapli2bbfbb42021-11-01 14:30:10 +00001275 }
1276 return 0
1277}
1278
1279type SipResponseTable struct {
Abhay Kumar03713392025-12-30 05:20:58 +00001280 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 sapli2bbfbb42021-11-01 14:30:10 +00001286}
1287
Abhay Kumar03713392025-12-30 05:20:58 +00001288func (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
1295func (x *SipResponseTable) String() string {
1296 return protoimpl.X.MessageStringOf(x)
1297}
1298
1299func (*SipResponseTable) ProtoMessage() {}
1300
1301func (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 sapli2bbfbb42021-11-01 14:30:10 +00001314func (*SipResponseTable) Descriptor() ([]byte, []int) {
Abhay Kumar03713392025-12-30 05:20:58 +00001315 return file_voltha_protos_voip_system_profile_proto_rawDescGZIP(), []int{15}
yasin sapli2bbfbb42021-11-01 14:30:10 +00001316}
1317
Abhay Kumar03713392025-12-30 05:20:58 +00001318func (x *SipResponseTable) GetSipResponseCode() string {
1319 if x != nil {
1320 return x.SipResponseCode
yasin sapli2bbfbb42021-11-01 14:30:10 +00001321 }
1322 return ""
1323}
1324
Abhay Kumar03713392025-12-30 05:20:58 +00001325func (x *SipResponseTable) GetTone() string {
1326 if x != nil {
1327 return x.Tone
yasin sapli2bbfbb42021-11-01 14:30:10 +00001328 }
1329 return ""
1330}
1331
Abhay Kumar03713392025-12-30 05:20:58 +00001332func (x *SipResponseTable) GetTextMessage() string {
1333 if x != nil {
1334 return x.TextMessage
yasin sapli2bbfbb42021-11-01 14:30:10 +00001335 }
1336 return ""
1337}
1338
1339type DialPlanTable struct {
Abhay Kumar03713392025-12-30 05:20:58 +00001340 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 sapli2bbfbb42021-11-01 14:30:10 +00001347}
1348
Abhay Kumar03713392025-12-30 05:20:58 +00001349func (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
1356func (x *DialPlanTable) String() string {
1357 return protoimpl.X.MessageStringOf(x)
1358}
1359
1360func (*DialPlanTable) ProtoMessage() {}
1361
1362func (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 sapli2bbfbb42021-11-01 14:30:10 +00001375func (*DialPlanTable) Descriptor() ([]byte, []int) {
Abhay Kumar03713392025-12-30 05:20:58 +00001376 return file_voltha_protos_voip_system_profile_proto_rawDescGZIP(), []int{16}
yasin sapli2bbfbb42021-11-01 14:30:10 +00001377}
1378
Abhay Kumar03713392025-12-30 05:20:58 +00001379func (x *DialPlanTable) GetDialPlanId() uint32 {
1380 if x != nil {
1381 return x.DialPlanId
yasin sapli2bbfbb42021-11-01 14:30:10 +00001382 }
1383 return 0
1384}
1385
Abhay Kumar03713392025-12-30 05:20:58 +00001386func (x *DialPlanTable) GetAction() uint32 {
1387 if x != nil {
1388 return x.Action
yasin sapli2bbfbb42021-11-01 14:30:10 +00001389 }
1390 return 0
1391}
1392
Abhay Kumar03713392025-12-30 05:20:58 +00001393func (x *DialPlanTable) GetDialPlanToken() string {
1394 if x != nil {
1395 return x.DialPlanToken
yasin sapli2bbfbb42021-11-01 14:30:10 +00001396 }
1397 return ""
1398}
1399
Abhay Kumar03713392025-12-30 05:20:58 +00001400func (x *DialPlanTable) GetDialPlanTableMaxSize() uint32 {
1401 if x != nil {
1402 return x.DialPlanTableMaxSize
yasin sapli2bbfbb42021-11-01 14:30:10 +00001403 }
1404 return 0
1405}
1406
1407type VoipFeatureAccessCodes struct {
Abhay Kumar03713392025-12-30 05:20:58 +00001408 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 sapli2bbfbb42021-11-01 14:30:10 +00001423}
1424
Abhay Kumar03713392025-12-30 05:20:58 +00001425func (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
1432func (x *VoipFeatureAccessCodes) String() string {
1433 return protoimpl.X.MessageStringOf(x)
1434}
1435
1436func (*VoipFeatureAccessCodes) ProtoMessage() {}
1437
1438func (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 sapli2bbfbb42021-11-01 14:30:10 +00001451func (*VoipFeatureAccessCodes) Descriptor() ([]byte, []int) {
Abhay Kumar03713392025-12-30 05:20:58 +00001452 return file_voltha_protos_voip_system_profile_proto_rawDescGZIP(), []int{17}
yasin sapli2bbfbb42021-11-01 14:30:10 +00001453}
1454
Abhay Kumar03713392025-12-30 05:20:58 +00001455func (x *VoipFeatureAccessCodes) GetCancelCallWaiting() string {
1456 if x != nil {
1457 return x.CancelCallWaiting
yasin sapli2bbfbb42021-11-01 14:30:10 +00001458 }
1459 return ""
1460}
1461
Abhay Kumar03713392025-12-30 05:20:58 +00001462func (x *VoipFeatureAccessCodes) GetCallHold() string {
1463 if x != nil {
1464 return x.CallHold
yasin sapli2bbfbb42021-11-01 14:30:10 +00001465 }
1466 return ""
1467}
1468
Abhay Kumar03713392025-12-30 05:20:58 +00001469func (x *VoipFeatureAccessCodes) GetCallPark() string {
1470 if x != nil {
1471 return x.CallPark
yasin sapli2bbfbb42021-11-01 14:30:10 +00001472 }
1473 return ""
1474}
1475
Abhay Kumar03713392025-12-30 05:20:58 +00001476func (x *VoipFeatureAccessCodes) GetCallerIdActivate() string {
1477 if x != nil {
1478 return x.CallerIdActivate
yasin sapli2bbfbb42021-11-01 14:30:10 +00001479 }
1480 return ""
1481}
1482
Abhay Kumar03713392025-12-30 05:20:58 +00001483func (x *VoipFeatureAccessCodes) GetCallerIdDeactivate() string {
1484 if x != nil {
1485 return x.CallerIdDeactivate
yasin sapli2bbfbb42021-11-01 14:30:10 +00001486 }
1487 return ""
1488}
1489
Abhay Kumar03713392025-12-30 05:20:58 +00001490func (x *VoipFeatureAccessCodes) GetDoNotDisturbActivation() string {
1491 if x != nil {
1492 return x.DoNotDisturbActivation
yasin sapli2bbfbb42021-11-01 14:30:10 +00001493 }
1494 return ""
1495}
1496
Abhay Kumar03713392025-12-30 05:20:58 +00001497func (x *VoipFeatureAccessCodes) GetDoNotDisturbDeactivation() string {
1498 if x != nil {
1499 return x.DoNotDisturbDeactivation
yasin sapli2bbfbb42021-11-01 14:30:10 +00001500 }
1501 return ""
1502}
1503
Abhay Kumar03713392025-12-30 05:20:58 +00001504func (x *VoipFeatureAccessCodes) GetDoNotDisturbPinChange() string {
1505 if x != nil {
1506 return x.DoNotDisturbPinChange
yasin sapli2bbfbb42021-11-01 14:30:10 +00001507 }
1508 return ""
1509}
1510
Abhay Kumar03713392025-12-30 05:20:58 +00001511func (x *VoipFeatureAccessCodes) GetEmergencyServiceNumber() string {
1512 if x != nil {
1513 return x.EmergencyServiceNumber
yasin sapli2bbfbb42021-11-01 14:30:10 +00001514 }
1515 return ""
1516}
1517
Abhay Kumar03713392025-12-30 05:20:58 +00001518func (x *VoipFeatureAccessCodes) GetIntercomService() string {
1519 if x != nil {
1520 return x.IntercomService
yasin sapli2bbfbb42021-11-01 14:30:10 +00001521 }
1522 return ""
1523}
1524
Abhay Kumar03713392025-12-30 05:20:58 +00001525func (x *VoipFeatureAccessCodes) GetUnattendedCallTransfer() string {
1526 if x != nil {
1527 return x.UnattendedCallTransfer
yasin sapli2bbfbb42021-11-01 14:30:10 +00001528 }
1529 return ""
1530}
1531
Abhay Kumar03713392025-12-30 05:20:58 +00001532func (x *VoipFeatureAccessCodes) GetAttendedCallTransfer() string {
1533 if x != nil {
1534 return x.AttendedCallTransfer
yasin sapli2bbfbb42021-11-01 14:30:10 +00001535 }
1536 return ""
1537}
1538
1539type VoipApplicationServiceProfile struct {
Abhay Kumar03713392025-12-30 05:20:58 +00001540 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 sapli2bbfbb42021-11-01 14:30:10 +00001552}
1553
Abhay Kumar03713392025-12-30 05:20:58 +00001554func (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
1561func (x *VoipApplicationServiceProfile) String() string {
1562 return protoimpl.X.MessageStringOf(x)
1563}
1564
1565func (*VoipApplicationServiceProfile) ProtoMessage() {}
1566
1567func (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 sapli2bbfbb42021-11-01 14:30:10 +00001580func (*VoipApplicationServiceProfile) Descriptor() ([]byte, []int) {
Abhay Kumar03713392025-12-30 05:20:58 +00001581 return file_voltha_protos_voip_system_profile_proto_rawDescGZIP(), []int{18}
yasin sapli2bbfbb42021-11-01 14:30:10 +00001582}
1583
Abhay Kumar03713392025-12-30 05:20:58 +00001584func (x *VoipApplicationServiceProfile) GetCidFeatures() uint32 {
1585 if x != nil {
1586 return x.CidFeatures
yasin sapli2bbfbb42021-11-01 14:30:10 +00001587 }
1588 return 0
1589}
1590
Abhay Kumar03713392025-12-30 05:20:58 +00001591func (x *VoipApplicationServiceProfile) GetCallWaitingFeatures() uint32 {
1592 if x != nil {
1593 return x.CallWaitingFeatures
yasin sapli2bbfbb42021-11-01 14:30:10 +00001594 }
1595 return 0
1596}
1597
Abhay Kumar03713392025-12-30 05:20:58 +00001598func (x *VoipApplicationServiceProfile) GetCallProgressOrTransferFeatures() uint32 {
1599 if x != nil {
1600 return x.CallProgressOrTransferFeatures
yasin sapli2bbfbb42021-11-01 14:30:10 +00001601 }
1602 return 0
1603}
1604
Abhay Kumar03713392025-12-30 05:20:58 +00001605func (x *VoipApplicationServiceProfile) GetCallPresentationFeatures() uint32 {
1606 if x != nil {
1607 return x.CallPresentationFeatures
yasin sapli2bbfbb42021-11-01 14:30:10 +00001608 }
1609 return 0
1610}
1611
Abhay Kumar03713392025-12-30 05:20:58 +00001612func (x *VoipApplicationServiceProfile) GetDirectConnectFeature() uint32 {
1613 if x != nil {
1614 return x.DirectConnectFeature
yasin sapli2bbfbb42021-11-01 14:30:10 +00001615 }
1616 return 0
1617}
1618
Abhay Kumar03713392025-12-30 05:20:58 +00001619func (x *VoipApplicationServiceProfile) GetDirectConnectUriPointer() string {
1620 if x != nil {
1621 return x.DirectConnectUriPointer
yasin sapli2bbfbb42021-11-01 14:30:10 +00001622 }
1623 return ""
1624}
1625
Abhay Kumar03713392025-12-30 05:20:58 +00001626func (x *VoipApplicationServiceProfile) GetBridgedLineAgentUriPointer() string {
1627 if x != nil {
1628 return x.BridgedLineAgentUriPointer
yasin sapli2bbfbb42021-11-01 14:30:10 +00001629 }
1630 return ""
1631}
1632
Abhay Kumar03713392025-12-30 05:20:58 +00001633func (x *VoipApplicationServiceProfile) GetConferenceFactoryUriPointer() string {
1634 if x != nil {
1635 return x.ConferenceFactoryUriPointer
yasin sapli2bbfbb42021-11-01 14:30:10 +00001636 }
1637 return ""
1638}
1639
Abhay Kumar03713392025-12-30 05:20:58 +00001640func (x *VoipApplicationServiceProfile) GetDialToneDelayTimer() uint32 {
1641 if x != nil {
1642 return x.DialToneDelayTimer
yasin sapli2bbfbb42021-11-01 14:30:10 +00001643 }
1644 return 0
1645}
1646
Abhay Kumar03713392025-12-30 05:20:58 +00001647var File_voltha_protos_voip_system_profile_proto protoreflect.FileDescriptor
1648
1649const 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
1807var (
1808 file_voltha_protos_voip_system_profile_proto_rawDescOnce sync.Once
1809 file_voltha_protos_voip_system_profile_proto_rawDescData []byte
1810)
1811
1812func 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 sapli2bbfbb42021-11-01 14:30:10 +00001817}
1818
Abhay Kumar03713392025-12-30 05:20:58 +00001819var file_voltha_protos_voip_system_profile_proto_msgTypes = make([]protoimpl.MessageInfo, 19)
1820var 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}
1841var 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 sapli2bbfbb42021-11-01 14:30:10 +00001865}
1866
Abhay Kumar03713392025-12-30 05:20:58 +00001867func init() { file_voltha_protos_voip_system_profile_proto_init() }
1868func 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 sapli2bbfbb42021-11-01 14:30:10 +00001889}