forked from BroadbandForum/cwmp-data-models
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tr-104-1-0-0.xml
3583 lines (3572 loc) · 196 KB
/
tr-104-1-0-0.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="UTF-8"?>
<!--
TR-069 VoiceService:1.0 Service Object definition
Copyright (c) 2009-2017, Broadband Forum
Redistribution and use in source and binary forms, with or
without modification, are permitted provided that the following
conditions are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials
provided with the distribution.
3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products
derived from this software without specific prior written
permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
The above license is used as a license under copyright only.
Please reference the Forum IPR Policy for patent licensing terms
<https://www.broadband-forum.org/ipr-policy>.
Any moral rights which are necessary to exercise under the above
license grant are also deemed granted under this license.
Revision History:
September 2009: tr-104-1-0-0.xml, corresponds to TR-104 Issue 1, Section 3
(Data Model Definition) and Section 4 (Profile Definition).
-->
<dm:document xmlns:dm="urn:broadband-forum-org:cwmp:datamodel-1-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:broadband-forum-org:cwmp:datamodel-1-0 cwmp-datamodel-1-0.xsd" spec="urn:broadband-forum-org:tr-104-1-0-0">
<import file="tr-069-biblio.xml" spec="urn:broadband-forum-org:tr-069-biblio"/>
<import file="tr-106-1-0-types.xml" spec="urn:broadband-forum-org:tr-106-1-0">
<dataType name="IPAddress"/>
<dataType name="MACAddress"/>
</import>
<bibliography>
<reference id="TR-106">
<name>TR-106</name>
<title>Data Model Template for TR-069-Enabled Devices</title>
<organization>BBF</organization>
<category>TR</category>
</reference>
<reference id="TR-104">
<name>TR-104</name>
<title>Provisioning Parameters for VoIP CPE</title>
<organization>BBF</organization>
<category>TR</category>
</reference>
<reference id="RFC3261">
<name>RFC 3261</name>
<title>SIP: Session Initiation Protocol</title>
<organization>IETF</organization>
<category>RFC</category>
<hyperlink>http://www.ietf.org/rfc/rfc3261.txt</hyperlink>
</reference>
<reference id="RFC3435">
<name>RFC 3435</name>
<title>Media Gateway Control Protocol (MGCP) Version 1.0</title>
<organization>IETF</organization>
<category>RFC</category>
<hyperlink>http://www.ietf.org/rfc/rfc3435.txt</hyperlink>
</reference>
<reference id="RFC3550">
<name>RFC 3550</name>
<title>RTP: A Transport Protocol for Real-Time Applications</title>
<organization>IETF</organization>
<category>RFC</category>
<hyperlink>http://www.ietf.org/rfc/rfc3550.txt</hyperlink>
</reference>
<reference id="RFC2198">
<name>RFC 2198</name>
<title>RTP Payload for Redundant Audio Data</title>
<organization>IETF</organization>
<category>RFC</category>
<hyperlink>http://www.ietf.org/rfc/rfc2198.txt?number=2198</hyperlink>
</reference>
<reference id="RFC2833">
<name>RFC 2833</name>
<title>RTP Payload for DTMF Digits, Telephony Tones and Telephony Signals</title>
<organization>IETF</organization>
<category>RFC</category>
<hyperlink>http://www.ietf.org/rfc/rfc2833.txt?number=2833</hyperlink>
</reference>
<reference id="ISO3166">
<name>RFC 2833</name>
<title>Codes for the Representation of Names of Countries and Their Subdivisions</title>
<organization>ISO</organization>
</reference>
<reference id="ITU-H.235.1">
<name>ITU-T H.235.1</name>
<title>H.323 security framework: Baseline security profile </title>
<organization>ITU-T</organization>
<hyperlink>http://www.itu.int/rec/T-REC-H.235.1/en</hyperlink>
</reference>
</bibliography>
<model name="VoiceService:1.0" isService="true">
<parameter name="VoiceServiceNumberOfEntries" access="readOnly">
<description>Number of entries in VoiceService table.</description>
<syntax>
<unsignedInt/>
</syntax>
</parameter>
<object name="VoiceService.{i}." access="readOnly" minEntries="0" maxEntries="unbounded" numEntriesParameter="VoiceServiceNumberOfEntries">
<description>The top-level object for VoIP CPE.</description>
<parameter name="VoiceProfileNumberOfEntries" access="readOnly">
<description>Number of instances of VoiceProfile.</description>
<syntax>
<unsignedInt/>
</syntax>
</parameter>
</object>
<object name="VoiceService.{i}.Capabilities." access="readOnly" minEntries="1" maxEntries="1">
<description>The overall capabilities of the VoIP CPE.</description>
<parameter name="MaxProfileCount" access="readOnly" activeNotify="canDeny">
<description>Maximum total number of distinct voice profiles supported.</description>
<syntax>
<unsignedInt/>
</syntax>
</parameter>
<parameter name="MaxLineCount" access="readOnly" activeNotify="canDeny">
<description>Maximum total number of lines supported across all profiles.
This parameter is applicable only for a VoIP endpoint.</description>
<syntax>
<unsignedInt/>
</syntax>
</parameter>
<parameter name="MaxSessionsPerLine" access="readOnly" activeNotify="canDeny">
<description>Maximum number of voice sessions supported for any given line across all profiles. A value greater than one indicates support for CPE provided conference calling.
This parameter is applicable only for a VoIP endpoint.</description>
<syntax>
<unsignedInt/>
</syntax>
</parameter>
<parameter name="MaxSessionCount" access="readOnly" activeNotify="canDeny">
<description>Maximum total number of voice sessions supported across all lines and profiles. (This might differ from {{param|MaxLineCount}} if each line can support more than one session for CPE provided conference calling. This value MAY be less than the product of {{param|MaxLineCount}} and {{param|MaxSessionsPerLine}}.)</description>
<syntax>
<unsignedInt/>
</syntax>
</parameter>
<parameter name="SignalingProtocols" access="readOnly" activeNotify="canDeny">
<description>{{list}} Each item is a supported signaling protocol. {{pattern}}
Each entry MAY be appended with a version indicator in the form "/X.Y". For example:
"SIP/2.0"
The list MAY include vendor-specific protocols, which MUST be in the format defined in {{bibref|TR-106}}. For example:
"X_EXAMPLE-COM_MyProt"</description>
<syntax>
<list>
<size maxLength="256"/>
</list>
<string>
<pattern value="SIP"/>
<pattern value="MGCP"/>
<pattern value="MGCP-NCS"/>
<pattern value="H\.248"/>
<pattern value="H\.323"/>
<pattern value="SIP/\d+\.\d+"></pattern>
<pattern value="MGCP/\d+\.\d+"></pattern>
<pattern value="MGCP-NCS/\d+\.\d+"></pattern>
<pattern value="H\.248/\d+\.\d+"></pattern>
<pattern value="H\.323/\d+\.\d+"></pattern>
<pattern value="X_.+"></pattern>
</string>
</syntax>
</parameter>
<parameter name="Regions" access="readOnly" activeNotify="canDeny">
<description>{{list}} Each item is a geographic region supported by the CPE. Each item is the list MUST be an alpha-2 (two-character alphabetic) country code as specified by {{bibref|ISO3166}}. If {{empty}} indicates that the CPE does not support region-based customization via {{object|.VoiceProfile.{i}.}}.</description>
<syntax>
<list>
<size maxLength="256"/>
</list>
<string/>
</syntax>
</parameter>
<parameter name="RTCP" access="readOnly" activeNotify="canDeny">
<description>Support for RTCP. If {{true}} indicates support for {{object|.VoiceProfile.{i}.RTP.RTCP.}}.
This parameter is applicable only for a VoIP endpoint.</description>
<syntax>
<boolean/>
</syntax>
</parameter>
<parameter name="SRTP" access="readOnly" activeNotify="canDeny">
<description>Support for SRTP. If {{true}} indicates support for {{object|.VoiceProfile.{i}.RTP.SRTP.}}.
If {{true}} also indicates that {{param|SRTPKeyingMethods}} and {{param|SRTPEncryptionKeySizes}} are present.
This parameter is applicable only for a VoIP endpoint.</description>
<syntax>
<boolean/>
</syntax>
</parameter>
<parameter name="SRTPKeyingMethods" access="readOnly" activeNotify="canDeny">
<description>{{list}} Each item is a keying protocol supported by this endpoint for SRTP. {{enum}}
This list MAY include vendor-specific keying methods, which MUST use the format defined in {{bibref|TR-106}}.
This parameter is applicable only if {{param|SRTP}} is {{true}}.
</description>
<syntax>
<list>
<size maxLength="256"/>
</list>
<string>
<enumeration value="Null"/>
<enumeration value="Static"/>
<enumeration value="SDP"/>
<enumeration value="IKE"/>
</string>
</syntax>
</parameter>
<parameter name="SRTPEncryptionKeySizes" access="readOnly" activeNotify="canDeny">
<description>{{list}} Each item is a supported SRTP encryption key size.
This parameter is applicable only if {{param|SRTP}} is {{true}}. </description>
<syntax>
<list>
<size maxLength="256"/>
</list>
<unsignedInt/>
</syntax>
</parameter>
<parameter name="RTPRedundancy" access="readOnly" activeNotify="canDeny">
<description>Support for RTP payload redundancy as defined in {{bibref|RFC2198}}. If {{true}} indicates support for {{object|.VoiceProfile.{i}.RTP.Redundancy.}}.
This parameter is applicable only for a VoIP endpoint.</description>
<syntax>
<boolean/>
</syntax>
</parameter>
<parameter name="DSCPCoupled" access="readOnly" activeNotify="canDeny">
<description>If {{true}} indicates that the CPE is constrained such that transmitted call control packets use the same DSCP marking as transmitted RTP packets.
If {{true}}, the CPE MUST NOT support {{param|.VoiceProfile.{i}.MGCP.DSCPMark}}, {{param|.VoiceProfile.{i}.H323.DSCPMark}}, or {{param|.VoiceProfile.{i}.SIP.DSCPMark}} for call control.
This parameter is applicable only for a VoIP endpoint.</description>
<syntax>
<boolean/>
</syntax>
</parameter>
<parameter name="EthernetTaggingCoupled" access="readOnly" activeNotify="canDeny">
<description>If {{true}} indicates that the CPE is constrained such that transmitted call control packets use the same Ethernet tagging (VLAN ID Ethernet Priority) as transmitted RTP packets.
If {{true}}, the CPE MUST NOT support the {{param|.VoiceProfile.{i}.MGCP.VLANIDMark}}, {{param|.VoiceProfile.{i}.H323.VLANIDMark}}, {{param|.VoiceProfile.{i}.SIP.VLANIDMark}} {{param|.VoiceProfile.{i}.MGCP.EthernetPriorityMark}}, {{param|.VoiceProfile.{i}.H323.EthernetPriorityMark}}, or {{param|.VoiceProfile.{i}.SIP.EthernetPriorityMark}} for call control.
This parameter is applicable only for a VoIP endpoint.</description>
<syntax>
<boolean/>
</syntax>
</parameter>
<parameter name="PSTNSoftSwitchOver" access="readOnly" activeNotify="canDeny">
<description>If {{true}} indicates the CPE is capable of supporting the PSO_Activate Facility Action, which allows a call to be switched to a PSTN FXO (Foreign eXchange Office) line.
This parameter is applicable only for a VoIP endpoint.</description>
<syntax>
<boolean/>
</syntax>
</parameter>
<parameter name="FaxT38" access="readOnly" activeNotify="canDeny">
<description>Support for T.38 fax. If {{true}} indicates support for {{object|.VoiceProfile.{i}.FaxT38.}}.
This parameter is applicable only for a VoIP endpoint.</description>
<syntax>
<boolean/>
</syntax>
</parameter>
<parameter name="FaxPassThrough" access="readOnly" activeNotify="canDeny">
<description>Support for fax pass-through. If {{true}} indicates support for {{param|.VoiceProfile.{i}.FaxPassThrough}}.
This parameter is applicable only for a VoIP endpoint.</description>
<syntax>
<boolean/>
</syntax>
</parameter>
<parameter name="ModemPassThrough" access="readOnly" activeNotify="canDeny">
<description>Support for modem pass-through. If {{true}} indicates support for the {{param|.VoiceProfile.{i}.ModemPassThrough}}.
This parameter is applicable only for a VoIP endpoint.</description>
<syntax>
<boolean/>
</syntax>
</parameter>
<parameter name="ToneGeneration" access="readOnly" activeNotify="canDeny">
<description>Support for tone generation. If {{true}} indicates support for {{object|.VoiceProfile.{i}.Tone.}}.
If {{true}} also indicates that {{param|ToneDescriptionsEditable}}, {{param|PatternBasedToneGeneration}}, and {{param|FileBasedToneGeneration}} are present.
This parameter is applicable only for a VoIP endpoint.</description>
<syntax>
<boolean/>
</syntax>
</parameter>
<parameter name="ToneDescriptionsEditable" access="readOnly" activeNotify="canDeny">
<description>If {{true}} indicates that {{object|.VoiceProfile.{i}.Tone.Description.}} and {{object|.VoiceProfile.{i}.Tone.Pattern.}} are editable (if entries can be added, removed, or modified).
This parameter is applicable only if {{param|ToneGeneration}} is {{true}}.</description>
<syntax>
<boolean/>
</syntax>
</parameter>
<parameter name="PatternBasedToneGeneration" access="readOnly" activeNotify="canDeny">
<description>Support for tone generation by pattern specification. If {{true}} indicates support for {{object|.VoiceProfile.{i}.Tone.}}.
If {{param|ToneGeneration}} is {{true}}, at least one of {{param}} and {{param|FileBasedToneGeneration}} MUST also be {{true}}.
This parameter is applicable only if {{param|ToneGeneration}} is {{true}}.</description>
<syntax>
<boolean/>
</syntax>
</parameter>
<parameter name="FileBasedToneGeneration" access="readOnly" activeNotify="canDeny">
<description>Support for tone generation by file playback. If {{true}} indicates support for {{object|.VoiceProfile.{i}.Tone.}}.
If {{true}} also indicates that {{param|ToneFileFormats}} is present.
If {{param|ToneGeneration}} is {{true}}, at least one of {{param|PatternBasedToneGeneration}} and {{param}} MUST also be {{true}}.
This parameter is applicable only if {{param|ToneGeneration}} is {{true}}.</description>
<syntax>
<boolean/>
</syntax>
</parameter>
<parameter name="ToneFileFormats" access="readOnly" activeNotify="canDeny">
<description>{{list}} Each item is a supported tone file format. The specified file formats are raw codec data files, using one of the codecs listed below. {{enum}}
The list MAY include vendor-specific -specific extensions, which MUST use the format defined in {{bibref|TR-106}}.
Example:
"G.711MuLaw, MP3, X_EXAMPLE-COM_MyFileFormat"
If the CPE does not support tone files, this parameter MUST be {{empty}}.
This parameter is applicable only if {{param|FileBasedToneGeneration}} is {{true}}.</description>
<syntax>
<list>
<size maxLength="256"/>
</list>
<string>
<enumeration value="G.711MuLaw"/>
<enumeration value="G.711ALaw"/>
<enumeration value="MP3"/>
<enumeration value="WAV"/>
<enumeration value="AMR"/>
</string>
</syntax>
</parameter>
<parameter name="RingGeneration" access="readOnly" activeNotify="canDeny">
<description>Support for ring generation. If {{true}} indicates support for control of ring generation via {{object|.VoiceProfile.{i}.Line.{i}.Ringer.}}.
If {{true}} also indicates that {{param|RingDescriptionsEditable}}, {{param|PatternBasedRingGeneration}}, and {{param|FileBasedRingGeneration}} are present.
This parameter is applicable only for a VoIP endpoint.</description>
<syntax>
<boolean/>
</syntax>
</parameter>
<parameter name="RingDescriptionsEditable" access="readOnly" activeNotify="canDeny">
<description>If {{true}} indicates that {{object|.VoiceProfile.{i}.Line.{i}.Ringer.Description.}} and {{object|.VoiceProfile.{i}.Line.{i}.Ringer.Pattern.}} are editable (if entries can be added, removed, or modified).
This parameter is applicable only if {{param|RingGeneration}} is {{true}}.</description>
<syntax>
<boolean/>
</syntax>
</parameter>
<parameter name="PatternBasedRingGeneration" access="readOnly" activeNotify="canDeny">
<description>Support for ring generation by pattern specification. If {{true}} indicates support for {{object|.VoiceProfile.{i}.Line.{i}.Ringer.Pattern.}}.
If {{true}} also indicates that {{param|RingPatternEditable}} is present.
This parameter is applicable only if {{param|RingGeneration}} is {{true}}.</description>
<syntax>
<boolean/>
</syntax>
</parameter>
<parameter name="RingPatternEditable" access="readOnly" activeNotify="canDeny">
<description>If {{true}} indicates that {{object|.VoiceProfile.{i}.Line.{i}.Ringer.Pattern.}} is editable (if entries can be added, removed, or modified).
This parameter is applicable only if {{param|PatternBasedRingGeneration}} is {{true}}.</description>
<syntax>
<boolean/>
</syntax>
</parameter>
<parameter name="FileBasedRingGeneration" access="readOnly" activeNotify="canDeny">
<description>Support for ring generation by file playback. If {{true}} indicates support for specification of ringer files in {{object|.VoiceProfile.{i}.Line.{i}.Ringer.Description.}}.
If {{true}} also indicates that {{param|RingFileFormats}} is present.
This parameter is applicable only if {{param|RingGeneration}} is {{true}}.</description>
<syntax>
<boolean/>
</syntax>
</parameter>
<parameter name="RingFileFormats" access="readOnly" activeNotify="canDeny">
<description>{{list}} Each item is a supported ring file format. {{enum}}
The list MAY include vendor-specific-specific extensions, which MUST use the format defined in {{bibref|TR-106}}.
Example:
"MIDI, AMR, X_EXAMPLE-COM_MyFileFormat"
If the CPE does not support ring files, this parameter MUST be {{empty}}.
This parameter is applicable only if {{param|FileBasedRingGeneration}} is {{true}}.</description>
<syntax>
<list>
<size maxLength="256"/>
</list>
<string>
<enumeration value="MIDI"/>
<enumeration value="SMAF">
<description>MMF</description>
</enumeration>
<enumeration value="RTTTL">
<description>RTTTL or RTX</description>
</enumeration>
<enumeration value="MP3"/>
<enumeration value="WAV"/>
<enumeration value="AMR"/>
</string>
</syntax>
</parameter>
<parameter name="DigitMap" access="readOnly" activeNotify="canDeny">
<description>Support for a configurable digit map string. If {{true}} indicates full support for {{param|.VoiceProfile.{i}.DigitMap}}.</description>
<syntax>
<boolean/>
</syntax>
</parameter>
<parameter name="NumberingPlan" access="readOnly" activeNotify="canDeny">
<description>Support for a configurable numbering plan. If {{true}} indicates support for a configurable numbering plan via {{object|.VoiceProfile.{i}.NumberingPlan.}}.
This parameter is applicable only for a VoIP endpoint.</description>
<syntax>
<boolean/>
</syntax>
</parameter>
<parameter name="ButtonMap" access="readOnly" activeNotify="canDeny">
<description>Support for a configurable button map. If {{true}} indicates support for a configurable button map via {{object|.VoiceProfile.{i}.ButtonMap}}.
This parameter is applicable only for a VoIP endpoint.</description>
<syntax>
<boolean/>
</syntax>
</parameter>
<parameter name="VoicePortTests" access="readOnly" activeNotify="canDeny">
<description>Support for remotely accessible voice-port tests. If {{true}} indicates support for {{object|.PhyInterface.{i}.Tests.}}.
This parameter is applicable only for a VoIP endpoint.</description>
<syntax>
<boolean/>
</syntax>
</parameter>
</object>
<object name="VoiceService.{i}.Capabilities.SIP." access="readOnly" minEntries="1" maxEntries="1">
<description>SIP-specific capabilities. Applicable only if the value of {{param|.Capabilities.SignalingProtocols}} includes {{pattern|SIP|.Capabilities.SignalingProtocols}}.
</description>
<parameter name="Role" access="readOnly" activeNotify="canDeny">
<description>The role of this VoIP CPE. {{enum}}
A single VoiceService instance MUST have only one role. If a device includes the capabilities for more than one role, each role MUST be represented as separate VoiceService instances.</description>
<syntax>
<string>
<enumeration value="UserAgent"/>
<enumeration value="BackToBackUserAgents"/>
<enumeration value="OutboundProxy"/>
</string>
</syntax>
</parameter>
<parameter name="Extensions" access="readOnly" activeNotify="canDeny">
<description>{{list}} Each item is a supported SIP extension method. SIP extension methods MUST be in the form of the method name in upper case.
The list MAY include vendor-specific extensions, which MUST use the format defined in {{bibref|TR-106}}.
Examples:
: "REFER"
: "INFO"
: "X_EXAMPLE-COM_MyExt"</description>
<syntax>
<list>
<size maxLength="256"/>
</list>
<string/>
</syntax>
</parameter>
<parameter name="Transports" access="readOnly" activeNotify="canDeny">
<description>{{list}} Each item is a supported SIP transport protocol. {{enum}}
The list MAY include vendor-specific transports, which MUST use the format defined in {{bibref|TR-106}}.</description>
<syntax>
<list>
<size maxLength="256"/>
</list>
<string>
<enumeration value="UDP"/>
<enumeration value="TCP"/>
<enumeration value="TLS"/>
<enumeration value="SCTP"/>
</string>
</syntax>
</parameter>
<parameter name="URISchemes" access="readOnly" activeNotify="canDeny">
<description>{{list}} Each item is a supported URI scheme beyond the URI schemes required by the SIP specification. Each URI scheme is given by the URI prefix, without the colon separator. Example:
"tel, fax"</description>
<syntax>
<list>
<size maxLength="256"/>
</list>
<string/>
</syntax>
</parameter>
<parameter name="EventSubscription" access="readOnly" activeNotify="canDeny">
<description>Support for SIP event subscription. If {{true}} value indicates support for {{object|.VoiceProfile.{i}.SIP.EventSubscribe.}} and {{object|.VoiceProfile.{i}.Line.{i}.SIP.EventSubscribe.{i}.}}.</description>
<syntax>
<boolean/>
</syntax>
</parameter>
<parameter name="ResponseMap" access="readOnly" activeNotify="canDeny">
<description>Support for SIP response map. If {{true}} indicates support for {{object|.VoiceProfile.{i}.SIP.ResponseMap.}}.
This parameter is applicable only for a VoIP endpoint.</description>
<syntax>
<boolean/>
</syntax>
</parameter>
<parameter name="TLSAuthenticationProtocols" access="readOnly" activeNotify="canDeny">
<description>{{list}} Each item is a supported authentication protocol for TLS transport. {{enum}}
The list MAY include vendor-specific protocols, which MUST use the format defined in {{bibref|TR-106}}.
Support for this parameter is applicable only if the value of {{param|Transports}} includes {{enum|TLS|Transports}}.</description>
<syntax>
<list>
<size maxLength="256"/>
</list>
<string>
<enumeration value="Null"/>
<enumeration value="MD5"/>
<enumeration value="SHA-1"/>
</string>
</syntax>
</parameter>
<parameter name="TLSAuthenticationKeySizes" access="readOnly" activeNotify="canDeny">
<description>{{list}} Each item represents a supported TLS authentication key size.
Support for this parameter is applicable only if the value of {{param|Transports}} includes {{enum|TLS|Transports}} and {{param|TLSAuthenticationProtocols}} is present and non-empty and includes at least one value other than {{enum|Null|TLSAuthenticationProtocols}}.</description>
<syntax>
<list>
<size maxLength="256"/>
</list>
<unsignedInt/>
</syntax>
</parameter>
<parameter name="TLSEncryptionProtocols" access="readOnly" activeNotify="canDeny">
<description>{{list}} Each item is a supported authentication protocol for TLS transport. {{enum}}
The list MAY include vendor-specific protocols, which MUST use the format defined in {{bibref|TR-106}}.
Support for this parameter is applicable only if the value of {{param|Transports}} includes "{{enum|TLS|Transports}}.</description>
<syntax>
<list>
<size maxLength="256"/>
</list>
<string>
<enumeration value="Null"/>
<enumeration value="RC4"/>
<enumeration value="RC2"/>
<enumeration value="DES"/>
<enumeration value="3DES"/>
</string>
</syntax>
</parameter>
<parameter name="TLSEncryptionKeySizes" access="readOnly" activeNotify="canDeny">
<description>{{list}} Each item is a supported TLS encryption key size.
Support for this parameter is applicable only if the value of {{param|Transports}} includes {{enum|TLS|Transports}} and {{param|TLSEncryptionProtocols}} is present and non-empty and includes at least one value other than {{enum|Null|TLSEncryptionProtocols}}.</description>
<syntax>
<list>
<size maxLength="256"/>
</list>
<unsignedInt/>
</syntax>
</parameter>
<parameter name="TLSKeyExchangeProtocols" access="readOnly" activeNotify="canDeny">
<description>{{list}} Each item is a supported authentication protocol for TLS transport. {{enum}}
The list MAY include vendor-specific protocols, which MUST use the format defined in {{bibref|TR-106}}.
Support for this parameter is applicable only if {{param|Transports}} includes the value {{enum|TLS|Transports}} and {param|TLSEncryptionProtocols}} is present and non-empty and includes at least one value other than {{enum|Null|TLSEncryptionProtocols}}.</description>
<syntax>
<list>
<size maxLength="256"/>
</list>
<string>
<enumeration value="RSA"/>
<enumeration value="DSS"/>
</string>
</syntax>
</parameter>
</object>
<object name="VoiceService.{i}.Capabilities.MGCP." access="readOnly" minEntries="1" maxEntries="1">
<description>MGCP-specific capabilities. Applicable only if the value of {{param|.Capabilities.SignalingProtocols}} includes the value {{pattern|MGCP|.Capabilities.SignalingProtocols}} or {{pattern|MGCP-NCS|.Capabilities.SignalingProtocols}}. </description>
<parameter name="Extensions" access="readOnly" activeNotify="canDeny">
<description>{{list}} Each item is a supported optional MGCP package. MGCP packages are listed using the uppercase package abbreviation.
The list MAY include vendor-specific extensions, which MUST use the format defined in {{bibref|TR-106}}.
Examples:
: "BP"
: "X_EXAMPLE-COM_MyExt"</description>
<syntax>
<list>
<size maxLength="256"/>
</list>
<string/>
</syntax>
</parameter>
</object>
<object name="VoiceService.{i}.Capabilities.H323." access="readOnly" minEntries="1" maxEntries="1">
<description>H.323-specific capabilities. Applicable only if the value of {{param|.Capabilities.SignalingProtocols}} includes {{pattern|H\.323|.Capabilities.SignalingProtocols}}.</description>
<parameter name="FastStart" access="readOnly" activeNotify="canDeny">
<description>Support for H323 fast start. If {{true}} indicates support for fast start.</description>
<syntax>
<boolean/>
</syntax>
</parameter>
<parameter name="H235AuthenticationMethods" access="readOnly" activeNotify="canDeny">
<description>{{list}} Each item is a supported authentication method. {{enum}}
The list MAY include vendor-specific protocols, which MUST use the format defined in {{bibref|TR-106}}.</description>
<syntax>
<list>
<size maxLength="256"/>
</list>
<string>
<enumeration value="dhExch">
<description>Diffie-Hellman</description>
</enumeration>
<enumeration value="pwdSymEnc">
<description>password with symmetric encryption</description>
</enumeration>
<enumeration value="pwdHash">
<description>password with hashing</description>
</enumeration>
<enumeration value="certSign">
<description>certificate with signature</description>
</enumeration>
<enumeration value="ipsec">
<description>IPSEC based connection</description>
</enumeration>
<enumeration value="tls">
<description>TLS</description>
</enumeration>
</string>
</syntax>
</parameter>
</object>
<object name="VoiceService.{i}.Capabilities.Codecs.{i}." access="readOnly" minEntries="0" maxEntries="unbounded" >
<description>Table to describe the set of supported codecs. The table MUST include a distinct entry for each supported combination of these {{param|Codec}} and {{param|BitRate}}.
Applicable only for a VoIP endpoint.</description>
<uniqueKey>
<parameter ref="EntryID"/>
</uniqueKey>
<uniqueKey>
<parameter ref="Codec"/>
<parameter ref="BitRate"/>
</uniqueKey>
<parameter name="EntryID" access="readOnly" activeNotify="canDeny">
<description>Unique identifier for each entry in this table.</description>
<syntax>
<unsignedInt>
<range minInclusive="1"/>
</unsignedInt>
</syntax>
</parameter>
<parameter name="Codec" access="readOnly" activeNotify="canDeny">
<description>Identifier of the type of codec. {{enum}}
The parameter MAY instead be a vendor-specific codec, which MUST be in the format defined in {{bibref|TR-106}}. For example:
"X_EXAMPLE-COM_MyCodec"</description>
<syntax>
<string>
<size maxLength="64"/>
<enumeration value="G.711MuLaw"/>
<enumeration value="G.711ALaw"/>
<enumeration value="G.726"/>
<enumeration value="G.729"/>
<enumeration value="G.729a"/>
<enumeration value="G.729e"/>
<enumeration value="G.728"/>
<enumeration value="G.723.1"/>
<enumeration value="G.722"/>
<enumeration value="G.722.1"/>
<enumeration value="G.722.2"/>
<enumeration value="GSM-FR"/>
<enumeration value="GSM-HR"/>
<enumeration value="GSM-EFR"/>
<enumeration value="iLBC"/>
</string>
</syntax>
</parameter>
<parameter name="BitRate" access="readOnly" activeNotify="canDeny">
<description>Bit rate, specified in {{units}}. The value MUST be among the values appropriate for the specified codec.</description>
<syntax>
<unsignedInt>
<units value="bits per second"/>
</unsignedInt>
</syntax>
</parameter>
<parameter name="PacketizationPeriod" access="readOnly" activeNotify="canDeny">
<description>{{list}} Each item is a supported packetization period, in milliseconds, or a continuous range of packetization periods. Ranges are indicated as a hyphen-separated pair of unsigned integers. Examples:
: "20" indicates a single discrete value.
: "10, 20, 30" indicates a set of discrete values.
: "5-40" indicates a continuous inclusive range.
: "5-10, 20, 30" indicates a continuous range in addition to a set of discrete values.
A range MUST only be indicated if all values within the range are supported.</description>
<syntax>
<list/>
<string>
<size maxLength="64"/>
</string>
</syntax>
</parameter>
<parameter name="SilenceSuppression" access="readOnly" activeNotify="canDeny">
<description>If {{true}} indicates support for silence suppression for this codec.</description>
<syntax>
<boolean/>
</syntax>
</parameter>
</object>
<object name="VoiceService.{i}.VoiceProfile.{i}." access="readWrite" minEntries="0" maxEntries="unbounded" numEntriesParameter="VoiceProfileNumberOfEntries" enableParameter="Enable">
<description>Object associated with a collection of voice lines with common characteristics. Support for adding and removing profiles is conditional on whether more than one profile is supported as indicated by {{param|.Capabilities.MaxProfileCount}}. By default, a single VoiceProfile object SHOULD be present in a VoiceService, initially in the disabled state.</description>
<uniqueKey>
<parameter ref="Name"></parameter>
</uniqueKey>
<parameter name="Enable" access="readWrite">
<description>Enables or disables all lines in this profile, or places them into a quiescent state. {{enum}}
If the value is {{enum|Quiescent}}, in-progress sessions remain intact, but no new sessions are allowed. If the value is set to {{enum|Quiescent}} in a CPE that does not support {{enum|Quiescent}}, the CPE MUST treat it as if the value is {{enum|Disabled}}.</description>
<syntax>
<string>
<enumeration value="Disabled"/>
<enumeration value="Quiescent" optional="true"/>
<enumeration value="Enabled"/>
</string>
<default type="object" value="Disabled"/>
</syntax>
</parameter>
<parameter name="Reset" access="readWrite">
<description>When written as {{true}}, forces the all lines in this profile to be reset, causing it to re-initialize and perform all start-up actions such as registration. Always {{false}} when read.</description>
<syntax>
<boolean/>
</syntax>
</parameter>
<parameter name="NumberOfLines" access="readOnly">
<description>Number of instances of {{object|.VoiceProfile.{i}.Line.{i}.}} within this {{object}}.
Applicable only for a VoIP endpoint.</description>
<syntax>
<unsignedInt/>
<default type="object" value="0"/>
</syntax>
</parameter>
<parameter name="Name" access="readWrite">
<description>Human-readable string to identify the profile instance.</description>
<syntax>
<string>
<size maxLength="64"/>
</string>
<default type="object" value=""/>
</syntax>
</parameter>
<parameter name="SignalingProtocol" access="readWrite">
<description>The protocol to be used for this profile. </description>
<syntax>
<string>
<enumerationRef targetParam=".Capabilities.SignalingProtocols"/>
</string>
<default type="object" value=""/>
</syntax>
</parameter>
<parameter name="MaxSessions" access="readWrite">
<description>Limit on the number of simultaneous voice sessions across all lines in this {{object}}. Must be less than or equal to {{param|.Capabilities.MaxSessionCount}}. (This MAY be greater than {{param|NumberOfLines}} if each line can support more than one session, for example for CPE provided conference calling.)</description>
<syntax>
<unsignedInt/>
<default type="object" value="0"/>
</syntax>
</parameter>
<parameter name="DTMFMethod" access="readWrite">
<description>Method by which DTMF digits MUST be passed. {{enum}}
If {{param|DTMFMethodG711}} is non-empty, then this parameter applies only when the current codec is not G.711.
This parameter is applicable only for a VoIP endpoint.</description>
<syntax>
<string>
<size maxLength="64"/>
<enumeration value="InBand"/>
<enumeration value="RFC2833"/>
<enumeration value="SIPInfo">
<description>Applicable only if the value of {{param|SignalingProtocol}} is {{pattern|SIP|SignalingProtocol}}.</description>
</enumeration>
</string>
<default type="object" value="InBand"/>
</syntax>
</parameter>
<parameter name="DTMFMethodG711" access="readWrite">
<description>Method by which DTMF digits MUST be passed if the the current codec is G.711. {{enum}}
If {{empty}} indicates that the value of {{param|DTMFMethod}} is to apply whether or not the the the current codec is G.711.
This parameter is applicable only for a VoIP endpoint.</description>
<syntax>
<string>
<size maxLength="64"/>
<enumeration value="InBand"/>
<enumeration value="RFC2833"/>
<enumeration value="SIPInfo">
<description>Applicable only if the value of {{param|SignalingProtocol}} is {{pattern|SIP|SignalingProtocol}}.</description>
</enumeration>
<enumeration value=""></enumeration>
</string>
<default type="object" value=""/>
</syntax>
</parameter>
<parameter name="Region" access="readWrite">
<description>The geographic region associated with this profile. This MAY be used by the CPE to customize localization settings. If {{empty}} indicates that the region is unspecified and the CPE SHOULD use default localization settings.
This parameter is applicable only if {{param|.Capabilities.Regions}} is non-empty.</description>
<syntax>
<string>
<enumerationRef targetParam=".Capabilities.Regions" nullValue=""/>
</string>
</syntax>
</parameter>
<parameter name="DigitMap" access="readWrite">
<description>Digit map controlling the transmission of dialed digit information. The string defines the criteria to be met as digits are collected before an outgoing request (e.g., a SIP INVITE) can be initiated.
The syntax of this parameter is exactly the syntax used by MGCP as defined in {{bibref|RFC3435|Section 2.1.5}}.
This parameter is applicable only if the device supports a dialing mechanism for which a dialing plan is needed (for example, a device with an explicit Dial button may not need to be aware of the dialing plan) and if the device does not already support a dialing plan mechanism for this profile (e.g., in-band via MGCP).
This object is supported only if {{param|.Capabilities.DigitMap}} is {{true}}.
Applicable only for a VoIP endpoint.</description>
<syntax>
<string>
<size maxLength="256"/>
</string>
<default type="object" value=""/>
</syntax>
</parameter>
<parameter name="DigitMapEnable" access="readWrite">
<description>Enables use of {{param|DigitMap}}.
When {{true}}, {{object|.VoiceProfile.{i}.NumberingPlan.}}, if present, MUST be ignored.
This parameter is required if and only if both {{param|DigitMap}} and {{object|.VoiceProfile.{i}.NumberingPlan}} are present.
Applicable only for a VoIP endpoint.</description>
<syntax>
<boolean/>
<default type="object" value="true"/>
</syntax>
</parameter>
<parameter name="STUNEnable" access="readWrite">
<description>Enable or disable use of STUN to allow operation through NAT. Note: enabling STUN is to be interpreted as enabling the use of STUN for discovery, not use as a keep-alive mechanism.</description>
<syntax>
<boolean/>
<default type="object" value="false"/>
</syntax>
</parameter>
<parameter name="STUNServer" access="readWrite">
<description>Domain name or IP address of the STUN server.</description>
<syntax>
<string>
<size maxLength="256"/>
</string>
<default type="object" value=""/>
</syntax>
</parameter>
<parameter name="NonVoiceBandwidthReservedUpstream" access="readWrite">
<description>For bandwidth-based admission control, indicates the amount of upstream bandwidth, in {{units}}, that must be left available for non-voice traffic when determining whether a session can proceed. This parameter is appropriate only in implementations in which the actual bandwidth can be known, such as a VoIP device embedded in a DSL B-NT.</description>
<syntax>
<unsignedInt>
<units value="bits per second"/>
</unsignedInt>
<default type="object" value="0"/>
</syntax>
</parameter>
<parameter name="NonVoiceBandwidthReservedDownstream" access="readWrite">
<description>For bandwidth-based admission control, indicates the amount of downstream bandwidth, in {{units}}, that must be left available for non-voice traffic when determining whether a session can proceed. This parameter is appropriate only in implementations in which the actual bandwidth can be known, such as a VoIP device embedded in a DSL B-NT.</description>
<syntax>
<unsignedInt>
<units value="bits per second"/>
</unsignedInt>
<default type="object" value="0"/>
</syntax>
</parameter>
<parameter name="PSTNFailOver" access="readWrite">
<description>Specifies whether or not the CPE SHOULD fail over to PSTN service, if available, on loss of connectivity to the VoIP service. This parameter is appropriate only in implementations in which PSTN fail-over is possible.</description>
<syntax>
<boolean/>
<default type="object" value="false"/>
</syntax>
</parameter>
<parameter name="FaxPassThrough" access="readWrite">
<description>Specifies the behavior of the CPE for pass-through of fax data. {{enum}}
If this parameter is supported, the value of {{param|.Capabilities.FaxPassThrough}} MUST be {{true}}.
This parameter is appropriate only for a VoIP endpoint.</description>
<syntax>
<string>
<enumeration value="Disable">
<description>Prevents the CPE from switching to a fax pass-through mode.</description>
</enumeration>
<enumeration value="Auto">
<description>Allows the CPE to automatically detect fax data to determine whether or not to switch to a fax pass-through mode.</description>
</enumeration>
<enumeration value="Force">
<description>Forces the CPE to switch to a fax pass-through mode regardless of whether fax signaling is detected.</description>
</enumeration>
</string>
<default type="object" value="Auto"/>
</syntax>
</parameter>
<parameter name="ModemPassThrough" access="readWrite">
<description>Specifies the behavior of the CPE for pass-through of modem data. {{enum}}
If this parameter is supported, the value of {{param|.Capabilities.ModemPassThrough}} MUST be {{true}}.
This parameter is appropriate only for a VoIP endpoint.</description>
<syntax>
<string>
<enumeration value="Disable">
<description>Prevents the CPE from switching to a modem pass-through mode.</description>
</enumeration>
<enumeration value="Auto">
<description>Allows the CPE to automatically detect modem data to determine whether or not to switch to a modem pass-through mode.</description>
</enumeration>
<enumeration value="Force">
<description>Forces the CPE to switch to a modem pass-through mode regardless of whether modem signaling is detected.</description>
</enumeration>
</string>
<default type="object" value="Auto"/>
</syntax>
</parameter>
</object>
<object name="VoiceService.{i}.VoiceProfile.{i}.ServiceProviderInfo." access="readOnly" minEntries="1" maxEntries="1">
<description>Information regarding the organization providing service for this voice profile instance.</description>
<parameter name="Name" access="readWrite">
<description>Human-readable string identifying the service provider.</description>
<syntax>
<string>
<size maxLength="256"/>
</string>
<default type="object" value=""/>
</syntax>
</parameter>
<parameter name="URL" access="readWrite">
<description>URL of the service provider for this profile instance.</description>
<syntax>
<string>
<size maxLength="256"/>
</string>
<default type="object" value=""/>
</syntax>
</parameter>
<parameter name="ContactPhoneNumber" access="readWrite">
<description>Phone number to contact the service provider for this profile instance.</description>
<syntax>
<string>
<size maxLength="32"/>
</string>
<default type="object" value=""/>
</syntax>
</parameter>
<parameter name="EmailAddress" access="readWrite">
<description>Email address to contact the service provider for this profile instance.</description>
<syntax>
<string>
<size maxLength="256"/>
</string>
<default type="object" value=""/>
</syntax>
</parameter>
</object>
<object name="VoiceService.{i}.VoiceProfile.{i}.SIP." access="readOnly" minEntries="1" maxEntries="1">
<description>Voice profile parameters that are specific to SIP user agents.
Creation of this object occurs on specification of {{pattern|SIP|.VoiceProfile.{i}.SignalingProtocol}}.
</description>
<parameter name="ProxyServer" access="readWrite">
<description>Host name or IP address of the SIP proxy server.
All SIP signaling traffic MUST be sent to the host indicated by this parameter and the port indicated by {{param|ProxyServerPort}} unless {{param|OutboundProxy}} is non-empty or a different route was discovered during normal operations SIP routing operation.
Regardless of which host the traffic gets sent to ({{param}} or {{param|OutboundProxy}}), the value of this parameter MUST be used to derive the URI placed into the SIP Route header field of all requests originated by this end-point unless a different proxy host was discovered dynamically during normal SIP routing operations.</description>
<syntax>
<string>
<size maxLength="256"/>
</string>
<default type="object" value=""/>
</syntax>
</parameter>
<parameter name="ProxyServerPort" access="readWrite">
<description>Destination port to be used in connecting to the SIP server.</description>
<syntax>
<unsignedInt>
<range minInclusive="0" maxInclusive="65535"/>
</unsignedInt>
<default type="object" value="5060"/>
</syntax>
</parameter>
<parameter name="ProxyServerTransport" access="readWrite">
<description>Transport protocol to be used in connecting to the SIP server. </description>
<syntax>
<string>
<enumerationRef targetParam=".Capabilities.SIP.Transports"/>
</string>
<default type="object" value="UDP"/>
</syntax>
</parameter>
<parameter name="RegistrarServer" access="readWrite">
<description>Host name or IP address of the SIP registrar server.
If this parameter is {{empty}}, the CPE MUST obtain all of the registrar server configuration information, including host name or IP address, port, and transport protocol, from the values in {{param|ProxyServer}}, {{param|ProxyServerPort}}, and {{param|ProxyServerTransport}} and MUST ignore the values in {{param}}, {{param|RegistrarServerPort}} and {{param|RegistrarServerTransport}}.</description>
<syntax>
<string>
<size maxLength="256"/>
</string>
<default type="object" value=""/>
</syntax>
</parameter>
<parameter name="RegistrarServerPort" access="readWrite">
<description>Destination port to be used in connecting to the SIP registrar server.
If {{param|RegistrarServer}} is empty the CPE MUST obtain all of the registrar server configuration information, including host name or IP address, port, and transport protocol, from the values in {{param|ProxyServer}}, {{param|ProxyServerPort}}, and {{param|ProxyServerTransport}} and MUST ignore the values in {{param|RegistrarServer}}, {{param}} and {{param|RegistrarServerTransport}}.</description>
<syntax>
<unsignedInt>
<range minInclusive="0" maxInclusive="65535"/>
</unsignedInt>
<default type="object" value="5060"/>
</syntax>
</parameter>
<parameter name="RegistrarServerTransport" access="readWrite">
<description>Transport protocol to be used in connecting to the registrar server.{{enum}}
If {{param|RegistrarServer}} is empty the CPE MUST obtain all of the registrar server configuration information, including host name or IP address, port, and transport protocol, from the values in {{param|ProxyServer}}, {{param|ProxyServerPort}}, and {{param|ProxyServerTransport}} and MUST ignore the values in {{param|RegistrarServer}}, {{param|RegistrarServerPort}} and {{param}}.</description>
<syntax>
<string>
<enumerationRef targetParam=".Capabilities.SIP.Transports"/>
</string>
<default type="object" value="UDP"/>
</syntax>
</parameter>
<parameter name="UserAgentDomain" access="readWrite">
<description>CPE domain string. If {{empty}}, the CPE SHOULD use its IP address as the domain.</description>
<syntax>
<string>
<size maxLength="256"/>
</string>
<default type="object" value=""/>
</syntax>