-
Notifications
You must be signed in to change notification settings - Fork 21
/
tr-104-1-1-0-full.xml
6023 lines (5569 loc) · 215 KB
/
tr-104-1-1-0-full.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.1 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.
Summary:
TR-069 VoiceService:1.1 Service Object definition
Editors:
Sarah Banks, Cisco
Andrea Colmegna, FASTWEB
Tim Spets, Motorola Mobility
Editors Object Addressing Extensions:
Sarah Banks, Cisco
Andrea Colmegna, FASTWEB
Ping Fang, Huawei Technologies
Nils Magnusson, TeliaSonera
Anton Okmyanskiy, Cisco
Staffan Ungsgard, TeliaSonera
Editors Remote Management of non-TR-069 devices:
John Blackford, Pace
Ping Fang, Huawei Technologies
Tim Spets, Motorola Mobility
BroadbandHome™ Working Group Chairs:
Greg Bathrick, PMC-Sierra
Heather Kirksey, Alcatel-Lucent
Vice Chair:
Jason Walls, UNH
Chief Editor:
Michael Hanrahan, Huawei Technologies
Version 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).
July 2011: tr-104-1-1-0.xml, corresponds to TR-104 Issue 1, Amendment 1
-->
<dm:document
xmlns:dm="urn:broadband-forum-org:cwmp:datamodel-1-14"
xmlns:dmr="urn:broadband-forum-org:cwmp:datamodel-report-0-1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
urn:broadband-forum-org:cwmp:datamodel-1-14
https://www.broadband-forum.org/cwmp/cwmp-datamodel-1-14.xsd
urn:broadband-forum-org:cwmp:datamodel-report-0-1
http://www.broadband-forum.org/cwmp/cwmp-datamodel-report.xsd"
spec="urn:broadband-forum-org:tr-104-1-1-0"
file="tr-104-1-1-0.xml">
<description>
VoiceService:1.1 Service Object
</description>
<dataType name="_AliasCommon">
<description>
A non-volatile handle used to reference this instance.
'''This is intended only for use in protocol-independent "common"
definitions, and MUST NOT be used in protocol-specific definitions.'''
</description>
<string>
<size maxLength="64"/>
</string>
</dataType>
<dataType name="_AliasCWMP" base="_AliasCommon">
<description action="replace">
A non-volatile handle used to reference this instance. Alias provides a
mechanism for an ACS to label this instance for future reference.
If the CPE supports the Alias-based Addressing feature as defined in
{{bibref|TR-069|3.6.1}} and described in {{bibref|TR-069|Appendix II}},
the following mandatory constraints MUST be enforced:
* Its value MUST NOT be empty.
* Its value MUST start with a letter.
* If its value is not assigned by the ACS, it MUST start with a "cpe-"
prefix.
* The CPE MUST NOT change the parameter value.
</description>
</dataType>
<dataType name="Alias" base="_AliasCWMP"/>
<dataType name="IPAddress">
<description>
IP address, i.e. IPv4 address (or IPv4 subnet mask) or IPv6 address.
All IPv4 addresses and subnet masks MUST be represented as strings in
IPv4 dotted-decimal notation. Here are some examples of valid IPv4
address textual representations:
* 216.52.29.100
* 192.168.1.254
All IPv6 addresses MUST be represented using any of the 3 standard
textual representations defined in {{bibref|RFC4291}} Sections 2.2.1,
2.2.2 and 2.2.3. Both lower-case and upper-case letters can be used, but
use of lower-case letters is RECOMMENDED. Here are some examples of valid
IPv6 address textual representations:
* 1080:0:0:800:ba98:3210:11aa:12dd
* 1080::800:ba98:3210:11aa:12dd
* 0:0:0:0:0:0:13.1.68.3
IPv6 addresses MUST NOT include zone identifiers. Zone identifiers are
discussed in {{bibref|RFC4007|Section 6}}.
Unspecified or inapplicable addresses (or IPv4 subnet masks) MUST be
represented as empty strings unless otherwise specified by the parameter
definition.
</description>
<string>
<size maxLength="45"/>
</string>
</dataType>
<bibliography>
<reference id="IEEE_EUI64">
<name>
Guidelines for 64-bit Global Identifier (EUI-64) Registration Authority
</name>
<title>
Guidelines for 64-bit Global Identifier (EUI-64) Registration Authority
</title>
<organization>IEEE</organization>
<date>March 1997</date>
<hyperlink>
https://standards.ieee.org/regauth/oui/tutorials/EUI64.html
</hyperlink>
</reference>
<reference id="802.1D-2004">
<name>IEEE Std 802.1D-2004</name>
<title>Media Access Control (MAC) Bridges</title>
<organization>IEEE</organization>
<date>2004</date>
<hyperlink>
https://standards.ieee.org/getieee802/download/802.1D-2004.pdf
</hyperlink>
</reference>
<reference id="802.1Q-2005">
<name>IEEE Std 802.1Q-2005</name>
<title>Virtual Bridged Local Area Networks</title>
<organization>IEEE</organization>
<date>2006</date>
<hyperlink>
https://standards.ieee.org/getieee802/download/802.1Q-2005.pdf
</hyperlink>
</reference>
<reference id="IANA-uri-schemes">
<name>IANA Uniform Resource Identifier (URI) Schemes Registry</name>
<title>Uniform Resource Identifier (URI) Schemes</title>
<organization>IANA</organization>
<hyperlink>https://www.iana.org/assignments/uri-schemes</hyperlink>
</reference>
<reference id="RFC2198">
<name>RFC 2198</name>
<title>RTP Payload for Redundant Audio Data</title>
<organization>IETF</organization>
<category>RFC</category>
<hyperlink>https://www.rfc-editor.org/rfc/rfc2198</hyperlink>
<hyperlink>http://www.ietf.org/rfc/rfc2198.txt?number=2198</hyperlink>
</reference>
<reference id="RFC3261">
<name>RFC 3261</name>
<title>SIP: Session Initiation Protocol</title>
<organization>IETF</organization>
<category>RFC</category>
<date>June 2002</date>
<hyperlink>https://www.rfc-editor.org/rfc/rfc3261</hyperlink>
<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>https://www.rfc-editor.org/rfc/rfc3435</hyperlink>
<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>
<date>July 2003</date>
<hyperlink>https://www.rfc-editor.org/rfc/rfc3550</hyperlink>
<hyperlink>http://www.ietf.org/rfc/rfc3550.txt</hyperlink>
</reference>
<reference id="RFC3986">
<name>RFC 3986</name>
<title>Uniform Resource Identifier (URI): Generic Syntax</title>
<organization>IETF</organization>
<category>RFC</category>
<hyperlink>https://www.rfc-editor.org/rfc/rfc3986</hyperlink>
</reference>
<reference id="RFC4007">
<name>RFC 4007</name>
<title>IPv6 Scoped Address Architecture</title>
<organization>IETF</organization>
<category>RFC</category>
<hyperlink>https://www.rfc-editor.org/rfc/rfc4007</hyperlink>
</reference>
<reference id="RFC4122">
<name>RFC 4122</name>
<title>A Universally Unique IDentifier (UUID) URN Namespace</title>
<organization>IETF</organization>
<category>RFC</category>
<date>2005</date>
<hyperlink>https://www.rfc-editor.org/rfc/rfc4122</hyperlink>
</reference>
<reference id="RFC4291">
<name>RFC 4291</name>
<title>IP Version 6 Addressing Architecture</title>
<organization>IETF</organization>
<category>RFC</category>
<date>2006</date>
<hyperlink>https://www.rfc-editor.org/rfc/rfc4291</hyperlink>
</reference>
<reference id="RFC4632">
<name>RFC 4632</name>
<title>
Classless Inter-domain Routing (CIDR): The Internet Address Assignment
and Aggregation Plan
</title>
<organization>IETF</organization>
<date>2006</date>
<hyperlink>https://www.rfc-editor.org/rfc/rfc4632</hyperlink>
</reference>
<reference id="RFC7159">
<name>RFC7159</name>
<title>
The JavaScript Object Notation (JSON) Data Interchange Format
</title>
<organization>IETF</organization>
<category>RFC</category>
<date>March 2014</date>
<hyperlink>https://www.rfc-editor.org/rfc/rfc7159</hyperlink>
</reference>
<reference id="RFC7230">
<name>RFC 7230</name>
<title>
Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing
</title>
<organization>IETF</organization>
<category>RFC</category>
<date>June 2014</date>
<hyperlink>https://www.rfc-editor.org/rfc/rfc7230</hyperlink>
</reference>
<reference id="RFC7252">
<name>RFC 7252</name>
<title>The Constrained Application Protocol (CoAP)</title>
<organization>IETF</organization>
<category>RFC</category>
<date>June 2014</date>
<hyperlink>https://www.rfc-editor.org/rfc/rfc7252</hyperlink>
</reference>
<reference id="RFC8141">
<name>RFC 8141</name>
<title>Uniform Resource Names (URNs)</title>
<organization>IETF</organization>
<category>RFC</category>
<date>April 2017</date>
<hyperlink>https://www.rfc-editor.org/rfc/rfc8141</hyperlink>
</reference>
<reference id="TR-069">
<name>TR-069 Amendment 6</name>
<title>CPE WAN Management Protocol</title>
<organization>Broadband Forum</organization>
<category>TR</category>
<date>April 2018</date>
</reference>
<reference id="TR-106">
<name>TR-106 Amendment 8</name>
<title>Data Model Template for CWMP Endpoints and USP Agents</title>
<organization>Broadband Forum</organization>
<category>TR</category>
<date>May 2018</date>
</reference>
<reference id="SOAP1.1">
<name>Simple Object Access Protocol (SOAP) 1.1</name>
<organization>W3C</organization>
<hyperlink>https://www.w3.org/TR/2000/NOTE-SOAP-20000508</hyperlink>
</reference>
<reference id="ZigBee2007">
<name>ZigBee 2007 Specification</name>
<title>ZigBee 2007 Specification</title>
<organization>ZigBee Alliance</organization>
<date>October 2007</date>
<hyperlink>https://csa-iot.org/all-solutions/zigbee</hyperlink>
</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="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.1" 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>
<uniqueKey functional="false">
<parameter ref="Alias"/>
</uniqueKey>
<parameter name="Alias" access="readWrite" activeNotify="canDeny"
dmr:previousParameter="">
<description>
{{datatype|expand}}
</description>
<syntax>
<dataType ref="Alias"/>
</syntax>
</parameter>
<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 value="MGCP/\d+\.\d+"/>
<pattern value="MGCP-NCS/\d+\.\d+"/>
<pattern value="H\.248/\d+\.\d+"/>
<pattern value="H\.323/\d+\.\d+"/>
<pattern value="X_.+"/>
</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"