-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtr-104-2-0-0-full.xml
11840 lines (11826 loc) · 507 KB
/
tr-104-2-0-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"?>
<!-- DO NOT EDIT; generated by Broadband Forum report.pl#420 (2017/06/12 version) on 2017/06/12 at 21:39:44.
report.pl -exitcode=fatals -nowarnreport -quiet -report=xml -outfile=tr-104-2-0-0-full.xml tr-104-2-0-0.xml
See https://github.com/BroadbandForum/cwmp-xml-tools/tree/master/Report_Tool. -->
<!--
TR-069 VoiceService:2.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.
Summary:
TR-104 VoiceService:2.0 Service Object definition.
Editors:
Alexandre Francois, Orange
Grégory Foucher, Orange
BroadbandHome™ Working Group Chairs:
John Blackford, Pace
Jason Walls, QA Cafe
Issue History (Filename: Approval Date: Publication Date: Changes):
* tr-104-1-0-0.xml: September 2009:
corresponds to TR-104 Issue 1, Section 3 (Data Model Definition) and Section 4 (Profile Definition).
* tr-104-1-1-0.xml: July 2011:
corresponds to TR-104 Issue 1, Amendment 1.
* tr-104-2-0-0.xml: 3 March 2014: 24 April 2014:
corresponds to TR-104 Issue 2.
-->
<dm:document xmlns:dm="urn:broadband-forum-org:cwmp:datamodel-1-4"
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-4 http://www.broadband-forum.org/cwmp/cwmp-datamodel-1-4.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:wt-104-2-0-0" file="tr-104-2-0-0-full.xml">
<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>
<dataType name="IPv4Address" base="IPAddress">
<description>
IPv4 address (or subnet mask).
Can be any IPv4 address that is permitted by the ''IPAddress'' data type.
</description>
<size maxLength="15"/>
</dataType>
<dataType name="IPv6Address" base="IPAddress">
<description>
IPv6 address.
Can be any IPv6 address that is permitted by the ''IPAddress'' data type.
</description>
<size maxLength="45"/>
</dataType>
<dataType name="IPPrefix">
<description>
IPv4 or IPv6 routing prefix in Classless Inter-Domain Routing (CIDR) notation {{bibref|RFC4632}}. This is specified as an IP address followed by an appended "/n" suffix, where ''n'' (the prefix size) is an integer in the range 0-32 (for IPv4) or 0-128 (for IPv6) that indicates the number of (leftmost) '1' bits of the routing prefix.
* IPv4 example: 192.168.1.0/24
* IPv6 example: 2001:edff:fe6a:f76::/64
If the IP address part is unspecified or inapplicable, it MUST be {{empty}} unless otherwise specified by the parameter definition. In this case the IP prefix will be of the form "/n".
If the entire IP prefix is unspecified or inapplicable, it MUST be {{empty}} unless otherwise specified by the parameter definition.
</description>
<string>
<size maxLength="49"/>
</string>
</dataType>
<dataType name="IPv4Prefix" base="IPPrefix">
<description>
IPv4 address prefix.
Can be any IPv4 prefix that is permitted by the ''IPPrefix'' data type.
</description>
<size maxLength="18"/>
</dataType>
<dataType name="IPv6Prefix" base="IPPrefix">
<description>
IPv6 address prefix.
Can be any IPv6 prefix that is permitted by the ''IPPrefix'' data type.
</description>
<size maxLength="49"/>
</dataType>
<dataType name="MACAddress">
<description>
All MAC addresses are represented as strings of 12 hexadecimal digits (digits 0-9, letters A-F or a-f) displayed as six pairs of digits separated by colons. Unspecified or inapplicable MAC addresses MUST be represented as empty strings unless otherwise specified by the parameter definition.
</description>
<string>
<size maxLength="17"/>
<pattern value=""/>
<pattern value="([0-9A-Fa-f][0-9A-Fa-f]:){5}([0-9A-Fa-f][0-9A-Fa-f])"/>
</string>
</dataType>
<dataType name="StatsCounter32">
<description>
A 32-bit statistics parameter, e.g. a byte counter.
This data type SHOULD NOT be used for statistics parameters whose values might become greater than the maximum value that can be represented as an ''unsignedInt'' (i.e. 0xffffffff, referred to below as ''maxval''). ''StatsCounter64'' SHOULD be used for such parameters.
The value ''maxval'' indicates that no data is available for this parameter. In the unlikely event that the actual value of the statistic is ''maxval'', the CPE SHOULD return ''maxval - 1''.
The actual value of the statistic might be greater than ''maxval''. Such values SHOULD wrap around through zero.
The term ''packet'' is to be interpreted as the transmission unit appropriate to the protocol layer in question, e.g. an IP packet or an Ethernet frame.
</description>
<unsignedInt>
</unsignedInt>
</dataType>
<dataType name="StatsCounter64">
<description>
A 64-bit statistics parameter, e.g. a byte counter.
This data type SHOULD be used for all statistics parameters whose values might become greater than the maximum value that can be represented as an ''unsignedInt''.
The maximum value that can be represented as an ''unsignedLong'' (i.e. 0xffffffffffffffff) indicates that no data is available for this parameter.
The term ''packet'' is to be interpreted as the transmission unit appropriate to the protocol layer in question, e.g. an IP packet or an Ethernet frame.
</description>
<unsignedLong>
</unsignedLong>
</dataType>
<dataType name="Alias">
<description>
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-069a4|3.6.1}} and described in {{bibref|TR-069a4|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>
<string>
<size maxLength="64"/>
</string>
</dataType>
<dataType name="Dbm1000">
<description>
The value is measured in ''dBm/1000'', i.e. the value divided by 1000 is dB relative to 1 mW. For example, -12345 means -12.345 dBm, 0 means 0 dBm (1 mW) and 12345 means 12.345 dBm.
</description>
<int>
</int>
</dataType>
<dataType name="UUID">
<description>
Universally Unique Identifier. See {{bibref|RFC4122}}.
</description>
<string>
<size minLength="36" maxLength="36"/>
<pattern value="[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}"/>
</string>
</dataType>
<dataType name="IEEE_EUI64">
<description>
The IEEE EUI 64-bit identifier as defined in {{bibref|EUI64}}. The IEEE defined 64-bit extended unique identifier (EUI-64) is a concatenation of:
* The 24-bit (OUI-24) or 36-bit (OUI-36) company_id value assigned by the IEEE Registration Authority (IEEE-RA), and
* The extension identifier (40 bits for OUI-24 or 28 bits for OUI-36) assigned by the organization with that company_id assignment.
</description>
<string>
<size maxLength="23"/>
<pattern value=""/>
<pattern value="([0-9A-Fa-f][0-9A-Fa-f]:){7}([0-9A-Fa-f][0-9A-Fa-f])"/>
</string>
</dataType>
<dataType name="ZigBeeNetworkAddress">
<description>
The ZigBee 16-bit network address (NWK) as defined in {{bibref|ZigBee2007}}. The address is assigned to a device by the network layer and used by the network layer for routing messages between devices.
</description>
<string>
<size maxLength="4"/>
<pattern value=""/>
<pattern value="([0-9A-Fa-f]){4}"/>
</string>
</dataType>
<bibliography>
<reference id="3GPP_TS_24.229">
<name>3GPP TS 24.229</name>
<title>IP Multimedia Call Control Protocol based on Session Initiation Protocol (SIP) and Session Description Protocol (SDP); Stage 3</title>
<organization>3GPP CT WG1</organization>
<category>Technical specification</category>
<hyperlink>http://www.3gpp.org/ftp/Specs/html-info/24229.htm</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>http://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>http://standards.ieee.org/getieee802/download/802.1Q-2005.pdf</hyperlink>
</reference>
<reference id="ETSI_EN_300_444">
<name>ETSI EN 300 444</name>
<title>Digital Enhanced Cordless Telecommunications (DECT); Generic Access Profile (GAP)</title>
<organization>ETSI</organization>
<category>Standard</category>
<hyperlink>http://www.etsi.org/deliver/etsi_en/300400_300499/300444/02.04.01_60/en_300444v020401p.pdf</hyperlink>
</reference>
<reference id="ETSI_EN_300_175-5">
<name>ETSI EN 300 175-05</name>
<title>Digital Enhanced Cordless Telecommunications (DECT); Common Interface (CI); Part 5: Network (NWK) layer</title>
<organization>ETSI</organization>
<category>Standard</category>
<hyperlink>http://www.etsi.org/deliver/etsi_en/300100_300199/30017505/02.05.01_60/en_30017505v020501p.pdf</hyperlink>
</reference>
<reference id="ETSI_EN_300_175-6">
<name>ETSI EN 300 175-6</name>
<title>Digital Enhanced Cordless Telecommunications (DECT); Common Interface (CI); Part 6: Identities and addressing</title>
<organization>ETSI</organization>
<category>Standard</category>
<hyperlink>http://www.etsi.org/deliver/etsi_en/300100_300199/30017506/02.05.01_60/en_30017506v020501p.pdf</hyperlink>
</reference>
<reference id="ETSI_EN_300_175-7">
<name>ETSI 300 175-7</name>
<title>Digital Enhanced Cordless Telecommunications (DECT); Common Interface (CI); Part 7: Security features</title>
<organization>ETSI</organization>
<category>Standard</category>
<hyperlink>http://www.etsi.org/deliver/etsi_en/300100_300199/30017507/02.05.01_60/en_30017507v020501p.pdf</hyperlink>
</reference>
<reference id="ETSI_EN_300_175-8">
<name>ETSI 300 175-8</name>
<title>Digital Enhanced Cordless Telecommunications (DECT); Common Interface (CI); Part 8: Speech and audio coding and transmission</title>
<organization>ETSI</organization>
<category>Standard</category>
<hyperlink>http://www.etsi.org/deliver/etsi_en/300100_300199/30017508/02.05.01_60/en_30017508v020501p.pdf</hyperlink>
</reference>
<reference id="ETSI_ES_201_970">
<name>ETSI ES 201 970</name>
<title>Access and Terminals (AT); Public Switched Telephone Network (PSTN); Harmonized specification of physical and electrical characteristics at a 2-wire analogue presented Network Termination Point (NTP)
</title>
<organization>ETSI</organization>
<category>Standard</category>
<hyperlink>http://www.etsi.org/deliver/etsi_es/201900_201999/201970/01.01.01_60/es_201970v010101p.pdf</hyperlink>
</reference>
<reference id="ETSI_ES_203_021">
<name>ETSI ES 203 021</name>
<title>Access and Terminals (AT); Harmonized basic attachment requirements for Terminals for connection to analogue interfaces of the Telephone Networks
</title>
<organization>ETSI</organization>
<category>Standard</category>
<hyperlink>http://www.etsi.org/WebSite/Technologies/analogueline.aspx</hyperlink>
</reference>
<reference id="ETSI_TR_101_183">
<name>ETSI TR 101 183</name>
<title>Public Switched Telephone Network (PSTN); Analogue ringing signals</title>
<organization>ETSI</organization>
<category>Technical Report</category>
<hyperlink>http://www.etsi.org/deliver/etsi_tr/101100_101199/101183/01.01.01_60/tr_101183v010101p.pdf</hyperlink>
</reference>
<reference id="ETSI_TS_102_527-1">
<name>ETSI TS 102 527-1</name>
<title>Digital Enhanced Cordless Telecommunications (DECT); New Generation DECT; Part 1: Wideband speech</title>
<organization>ETSI</organization>
<category>Technical Specification</category>
<hyperlink>http://www.etsi.org/deliver/etsi_ts/102500_102599/10252701/01.03.01_60/ts_10252701v010301p.pdf</hyperlink>
</reference>
<reference id="ETSI_TS_102_527-3">
<name>ETSI TS 102 527-3</name>
<title>Digital Enhanced Cordless Telecommunications (DECT); New Generation DECT; Part 3: Extended wideband speech services</title>
<organization>ETSI</organization>
<category>Technical Specification</category>
<hyperlink>http://www.etsi.org/deliver/etsi_ts/102500_102599/10252703/01.05.01_60/ts_10252703v010501p.pdf</hyperlink>
</reference>
<reference id="ETSI_TS_102_527-4">
<name>ETSI TS 102 527-4</name>
<title>Digital Enhanced Cordless Telecommunications (DECT); New Generation DECT; Part 4: Light Data Services; Software Update Over The Air (SUOTA), content downloading and HTTP based applications</title>
<organization>ETSI</organization>
<category>Technical Specification</category>
<hyperlink>http://www.etsi.org/deliver/etsi_ts/102500_102599/10252704/01.01.01_60/ts_10252704v010101p.pdf</hyperlink>
</reference>
<reference id="ETSI_TS_102_527-5">
<name>ETSI TS 102 527-5</name>
<title>Digital Enhanced Cordless Telecommunications (DECT); New Generation DECT; Part 5: Additional feature set nr. 1 for extended wideband speech services</title>
<organization>ETSI</organization>
<category>Technical Specification</category>
<hyperlink>http://www.etsi.org/deliver/etsi_ts/102500_102599/10252705/01.01.01_60/ts_10252705v010101p.pdf</hyperlink>
</reference>
<reference id="ETSI_TS_181_019">
<name>ETSI TS 181 019</name>
<title>Telecommunications and Internet converged Services and Protocols for Advanced Networking (TISPAN)</title>
<organization>ETSI</organization>
<category>Standard</category>
<hyperlink>http://www.etsi.org/deliver/etsi_ts/181000_181099/181019/02.00.00_60/ts_181019v020000p.pdf</hyperlink>
</reference>
<reference id="H.323">
<name>H.323</name>
<title>Packet-based multimedia communications systems</title>
<organization>ITU-T</organization>
<category>H series</category>
<hyperlink>http://www.itu.int/rec/T-REC-H.323-200912-I</hyperlink>
</reference>
<reference id="H.235.1">
<name>H.235.1</name>
<title>H.323 security framework: Baseline security profile</title>
<organization>ITU-T</organization>
<category>H series</category>
<hyperlink>http://www.itu.int/rec/T-REC-H.235.1</hyperlink>
</reference>
<reference id="I.251.1">
<name>I.251.1</name>
<title>Number identification supplementary services : Direct-dialling-In</title>
<organization>ITU-T</organization>
<category>I series</category>
<hyperlink>http://www.itu.int/rec/T-REC-I.251.1</hyperlink>
</reference>
<reference id="I.251.2">
<name>I.251.2</name>
<title>Number identification supplementary services : Multiple Subscriber Number</title>
<organization>ITU-T</organization>
<category>I series</category>
<hyperlink>http://www.itu.int/rec/T-REC-I.251.2</hyperlink>
</reference>
<reference id="I.251.7">
<name>I.251.7</name>
<title>Number identification supplementary services : Malicious call Identification</title>
<organization>ITU-T</organization>
<category>I series</category>
<hyperlink>http://www.itu.int/rec/T-REC-I.251.7</hyperlink>
</reference>
<reference id="I.252.7">
<name>I.252.7</name>
<title>Call offering supplementary services : Explicit call transfer</title>
<organization>ITU-T</organization>
<category>I series</category>
<hyperlink>http://www.itu.int/rec/T-REC-I.252.7</hyperlink>
</reference>
<reference id="I.256.2a">
<name>I.256.2a</name>
<title>Charging supplementary services : Advice of charge: charging information at call set-up time (AOC-S)</title>
<organization>ITU-T</organization>
<category>I series</category>
<hyperlink>http://www.itu.int/rec/T-REC-I.256.2a</hyperlink>
</reference>
<reference id="I.256.2c">
<name>I.256.2c</name>
<title>Charging supplementary services : Advice of charge: charging information at the end of the call (AOC-E)</title>
<organization>ITU-T</organization>
<category>I series</category>
<hyperlink>http://www.itu.int/rec/T-REC-I.256.2c</hyperlink>
</reference>
<reference id="I.256.2b">
<name>I.256.2b</name>
<title>Charging supplementary services : Advice of charge: charging information during the call (AOC-D)</title>
<organization>ITU-T</organization>
<category>I series</category>
<hyperlink>http://www.itu.int/rec/T-REC-I.256.2b</hyperlink>
</reference>
<reference id="IANA_Event_Packages">
<name>IANA SIP Event packages and Event-template packages Registry</name>
<title>Session Initiation Protocol (SIP) Event Types Namespace</title>
<organization>IANA</organization>
<hyperlink>http://www.iana.org/assignments/sip-events/sip-events.xhtml#sip-events-2</hyperlink>
</reference>
<reference id="IANA_SIP_Methods">
<name>IANA SIP Methods Registry</name>
<title>Session Initiation Protocol (SIP) Parameters : Methods and Response Codes</title>
<organization>IANA</organization>
<hyperlink>http://www.iana.org/assignments/sip-parameters/sip-parameters.xhtml#sip-parameters-6</hyperlink>
</reference>
<reference id="ISO3166-1">
<name>ISO 3166-1</name>
<title>Codes for the representation of names of countries and their subdivisions - Part 1: Country codes</title>
<organization>ISO</organization>
<date>2006</date>
<hyperlink>http://www.iso.org/iso/country_codes.htm</hyperlink>
</reference>
<reference id="Q.931">
<name>Q.931</name>
<title>ISDN user-network interface layer 3 specification for basic call control.</title>
<organization>ITU-T</organization>
<category>Q series</category>
<hyperlink>http://www.itu.int/rec/T-REC-Q.931</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://tools.ietf.org/html/rfc2198</hyperlink>
</reference>
<reference id="RFC2782">
<name>RFC 2782</name>
<title>A DNS RR for specifying the location of services (DNS SRV)</title>
<organization>IETF</organization>
<category>RFC</category>
<date>2000</date>
<hyperlink>http://tools.ietf.org/html/rfc2782</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>http://tools.ietf.org/html/rfc3261</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://tools.ietf.org/html/rfc3435</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>http://tools.ietf.org/html/rfc3550</hyperlink>
</reference>
<reference id="RFC3611">
<name>RFC 3611</name>
<title>RTP Control Protocol Extended Reports (RTCP XR)</title>
<organization>IETF</organization>
<category>RFC</category>
<hyperlink>http://tools.ietf.org/html/rfc3611</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>http://tools.ietf.org/html/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>http://tools.ietf.org/html/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>
<category>RFC</category>
<date>2006</date>
<hyperlink>http://tools.ietf.org/html/rfc4632</hyperlink>
</reference>
<reference id="RFC4733">
<name>RFC 4733</name>
<title>RTP Payload for DTMF Digits, Telephony Tones and Telephony Signals</title>
<organization>IETF</organization>
<category>RFC</category>
<hyperlink>http://tools.ietf.org/html/rfc4733</hyperlink>
</reference>
<reference id="RFC6140">
<name>RFC 6140</name>
<title>Registration for Multiple Phone Numbers in the Session Initiation Protocol (SIP)</title>
<organization>IETF</organization>
<category>RFC</category>
<hyperlink>http://tools.ietf.org/html/rfc6140</hyperlink>
</reference>
<reference id="SOAP1.1">
<name>Simple Object Access Protocol (SOAP) 1.1</name>
<organization>W3C</organization>
<hyperlink>http://www.w3.org/TR/2000/NOTE-SOAP-20000508</hyperlink>
</reference>
<reference id="T.38">
<name>T.38</name>
<title>Procedures for real-time Group 3 facsimile communication over IP networks.</title>
<organization>ITU-T</organization>
<category>T series</category>
<hyperlink>http://www.itu.int/rec/T-REC-T.38-201009-I</hyperlink>
</reference>
<reference id="TR-069a4">
<name>TR-069 Amendment 4</name>
<title>CPE WAN Management Protocol</title>
<organization>Broadband Forum</organization>
<category>Technical Report</category>
<date>2011</date>
<hyperlink>http://www.broadband-forum.org/technical/download/TR-069_Amendment-4.pdf</hyperlink>
</reference>
<reference id="TR-104i2">
<name>TR-104 Issue 2</name>
<title>Provisioning Parameters for VoIP CPE</title>
<organization>Broadband Forum</organization>
<category>Technical Report</category>
<date>2014</date>
<hyperlink>http://www.broadband-forum.org/technical/download/TR-104_Issue-2.pdf</hyperlink>
</reference>
<reference id="TR-106">
<name>TR-106</name>
<title>Data Model Template for TR-069-Enabled Devices</title>
<organization>Broadband Forum</organization>
<category>Technical Report</category>
<date>2005</date>
<hyperlink>http://www.broadband-forum.org/technical/download/TR-106.pdf</hyperlink>
</reference>
<reference id="TR-106a2">
<name>TR-106 Amendment 2</name>
<title>Data Model Template for TR-069-Enabled Devices</title>
<organization>Broadband Forum</organization>
<category>Technical Report</category>
<date>2008</date>
<hyperlink>http://www.broadband-forum.org/technical/download/TR-106_Amendment-2.pdf</hyperlink>
</reference>
<reference id="TR-106a7">
<name>TR-106 Amendment 7</name>
<title>Data Model Template for TR-069-Enabled Devices</title>
<organization>Broadband Forum</organization>
<category>Technical Report</category>
<date>2013</date>
<hyperlink>http://www.broadband-forum.org/technical/download/TR-106_Amendment-7.pdf</hyperlink>
</reference>
<reference id="Y.1540">
<name>Y.1540</name>
<title>IP packet transfer and availability performance parameters</title>
<organization>ITU-T</organization>
<category>Y series</category>
<hyperlink>http://www.itu.int/rec/T-REC-Y.1540</hyperlink>
</reference>
<reference id="ZigBee2007">
<name>ZigBee 2007 Specification</name>
<title>ZigBee 2007 Specification</title>
<organization>ZigBee Alliance</organization>
<date>October 2007</date>
<hyperlink>http://www.zigbee.org/Specifications/ZigBee/download.aspx</hyperlink>
</reference>
</bibliography>
<model name="VoiceService:2.0" isService="true">
<parameter name="VoiceServiceNumberOfEntries" access="readOnly" dmr:version="2.0">
<description>
{{numentries}}
</description>
<syntax>
<unsignedInt/>
</syntax>
</parameter>
<object name="VoiceService.{i}." access="readOnly" numEntriesParameter="VoiceServiceNumberOfEntries" minEntries="0" maxEntries="unbounded" dmr:version="2.0">
<description>
The top-level object for CPE with voice capabilities.
</description>
<uniqueKey functional="false">
<parameter ref="Alias"/>
</uniqueKey>
<parameter name="Alias" access="readWrite" activeNotify="canDeny" dmr:version="2.0">
<description>
{{datatype|expand}}
</description>
<syntax>
<dataType ref="Alias"/>
</syntax>
</parameter>
<parameter name="VoIPProfileNumberOfEntries" access="readOnly" dmr:version="2.0">
<description>
{{numentries}}
</description>
<syntax>
<unsignedInt/>
</syntax>
</parameter>
<parameter name="CodecProfileNumberOfEntries" access="readOnly" dmr:version="2.0">
<description>
{{numentries}}
</description>
<syntax>
<unsignedInt/>
</syntax>
</parameter>
<parameter name="InterworkNumberOfEntries" access="readOnly" dmr:version="2.0">
<description>
{{numentries}}
</description>
<syntax>
<unsignedInt/>
</syntax>
</parameter>
<parameter name="TrunkNumberOfEntries" access="readOnly" dmr:version="2.0">
<description>
{{numentries}}
</description>
<syntax>
<unsignedInt/>
</syntax>
</parameter>
<parameter name="CallLogNumberOfEntries" access="readOnly" activeNotify="canDeny" dmr:version="2.0">
<description>
{{numentries}}
The value MUST be less than or equal to {{param|.Capabilities.MaxCallLogCount}}.
</description>
<syntax>
<unsignedInt/>
</syntax>
</parameter>
<parameter name="TerminalNumberOfEntries" access="readOnly" dmr:version="2.0">
<description>
{{numentries}}
</description>
<syntax>
<unsignedInt/>
</syntax>
</parameter>
</object>
<object name="VoiceService.{i}.Capabilities." access="readOnly" minEntries="1" maxEntries="1" dmr:version="2.0">
<description>
The overall capabilities of the VoIP CPE.
</description>
<parameter name="MaxLineCount" access="readOnly" dmr:version="2.0">
<description>
Maximum total number of {{object|.CallControl.Line}} objects supported.
A value of -1 indicates no specific limit on the number of lines.
</description>
<syntax>
<int>
<range minInclusive="-1"/>
</int>
</syntax>
</parameter>
<parameter name="MaxExtensionCount" access="readOnly" dmr:version="2.0">
<description>
Maximum total number of {{object|.CallControl.Extension}} objects supported.
A value of -1 indicates no specific limit on the number of extensions.
</description>
<syntax>
<int>
<range minInclusive="-1"/>
</int>
</syntax>
</parameter>
<parameter name="MaxCallLogCount" access="readOnly" dmr:version="2.0">
<description>
Maximum total number of {{object|.CallLog}} objects supported.
A value of -1 indicates no specific limit on the number of call logs.
</description>
<syntax>
<int>
<range minInclusive="-1"/>
</int>
</syntax>
</parameter>
<parameter name="MaxSessionsPerLine" access="readOnly" dmr:version="2.0">
<description>
Maximum number of voice sessions supported for any given {{object|.CallControl.Line}} object. A value greater than one indicates support for CPE-provided conference calling.
A value of -1 indicates no specific limit on the number of voice sessions per line.
</description>
<syntax>
<int>
<range minInclusive="-1"/>
</int>
</syntax>
</parameter>
<parameter name="MaxSessionsPerExtension" access="readOnly" dmr:version="2.0">
<description>
Maximum number of voice sessions supported for any given {{object|.CallControl.Extension}} object. A value greater than one indicates support for CPE-provided conference calling.
A value of -1 indicates no specific limit on the number of voice sessions per extension.
</description>
<syntax>
<int>
<range minInclusive="-1"/>
</int>
</syntax>
</parameter>
<parameter name="MaxSessionCount" access="readOnly" dmr:version="2.0">
<description>
Maximum total number of voice sessions supported across all {{object|.CallControl.Line}} objects. (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}}.)
A value of -1 indicates no specific limit on the number of voice sessions.
</description>
<syntax>
<int>
<range minInclusive="-1"/>
</int>
</syntax>
</parameter>
<parameter name="NetworkConnectionModes" access="readOnly" dmr:version="2.0">
<description>
{{list}} Each item is a supported network connection mode. {{pattern}}
Most entries MAY be appended with a version indicator in the form "/X.Y". For example:
"SIP/2.0"
The list MAY include vendor-specific modes, which MUST be in the format defined in {{bibref|TR-106}}. For example:
"X_EXAMPLE-COM_MyMode"
</description>
<syntax>
<list/>
<string>
<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="DSS1"/>
<pattern value="FXO"/>
<pattern value="X_.+"/>
</string>
</syntax>
</parameter>
<parameter name="UserConnectionModes" access="readOnly" dmr:version="2.0">
<description>
{{list}} Each item is a supported user connection mode. {{pattern}}
Most entries MAY be appended with a version indicator in the form "/X.Y". For example:
"SIP/2.0"
The list MAY include vendor-specific modes, which MUST be in the format defined in {{bibref|TR-106}}. For example:
"X_EXAMPLE-COM_MyMode"
</description>
<syntax>
<list/>
<string>
<pattern value="SIP(/\d+\.\d+)?"/>
<pattern value="DSS1"/>
<pattern value="FXS"/>
<pattern value="DECT(/\d+\.\d+)?"/>
<pattern value="Button"/>
<pattern value="Virtual"/>
<pattern value="X_.+"/>
</string>
</syntax>
</parameter>
<parameter name="ToneFileFormats" access="readOnly" dmr:version="2.0">
<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}}.
</description>
<syntax>
<list/>
<string>
<enumeration value="G.711MuLaw"/>
<enumeration value="G.711ALaw"/>
<enumeration value="G.729"/>
<enumeration value="MP3"/>
<enumeration value="WAV"/>
<enumeration value="AMR"/>
</string>
</syntax>
</parameter>
<parameter name="RingFileFormats" access="readOnly" dmr:version="2.0">
<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}}.
</description>
<syntax>
<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="FacilityActions" access="readOnly" dmr:version="2.0">
<description>
The facility actions supported by this VoiceService. {{enum}}
The list MAY include vendor-specific Facility Actions, which MUST use the format defined in {{bibref|TR-106}}.
Facility Actions are referenced in the VoiceService data model in the objects {{object|.CallControl.NumberingPlan.{i}.PrefixInfo.{i}.}} and {{object|.Terminal.{i}.ButtonMap.Button.{i}.}}.
</description>
<syntax>
<list/>
<string>
<enumeration value="AA_REGISTER">
<description>
Register an "Abbreviated Address" and corresponding destination.
Abbreviated Addressing permits a user to define short numbers (within a particular range) to represent commonly used destinations.
</description>
</enumeration>
<enumeration value="AA_ERASE">
<description>
Remove an "Abbreviated Address".
</description>
</enumeration>
<enumeration value="AA_INTERROGATE">
<description>
Interrogate the status of an "Abbreviated Address".
</description>
</enumeration>
<enumeration value="CA_ACTIVATE">
<description>
Make this call an anonymous call.
</description>
</enumeration>
<enumeration value="CCBS_ACTIVATE">
<description>
Activation of Call Completion to Busy Subscriber.
Call completion to Busy Subscriber is a facility that permits the user to request an automatic call back when a currently busy destination becomes available.
</description>
</enumeration>
<enumeration value="CCBS_DEACTIVATE">
<description>
Deactivation of Call Completion to Busy Subscriber.
</description>
</enumeration>
<enumeration value="CCBS_INTERROGATE">
<description>
Interrogation of the Call Completion to Busy Subscriber status and destination.
</description>
</enumeration>
<enumeration value="CCNR_ACTIVATE">
<description>
Activation of Call Completion on No Reply.
Call completion on no reply is a facility that permits the user to request an automatic call back when activity (eg a phone call is made) is detected from a destination from which there is currently no reply.
</description>
</enumeration>
<enumeration value="CCNR_DEACTIVATE">
<description>
Deactivation of Call Completion on No Reply.
</description>
</enumeration>
<enumeration value="CCNR_INTERROGATE">
<description>
Interrogation of the Call Completion on No Reply status and destination.
</description>
</enumeration>
<enumeration value="CFB_REGISTER">
<description>
Register the destination for Call Forwarding on Busy.
Set the parameter {{param|.CallControl.CallingFeatures.Set.{i}.CallForwardOnBusyNumber}} of this extension.
If Call Forwarding on Busy is activated, the call will be forwarded to the specified destination if the extension is "busy".
</description>
</enumeration>
<enumeration value="CFB_ACTIVATE">
<description>
Activate Call Forwarding on Busy to the registered destination.
</description>
</enumeration>
<enumeration value="CFB_DEACTIVATE">
<description>
Deactivate Call Forwarding on Busy to the registered destination.
</description>
</enumeration>
<enumeration value="CFB_ERASE">
<description>
Erase the registered Call Forwarding on Busy Destination.
</description>
</enumeration>
<enumeration value="CFB_INTERROGATE">
<description>
Interrogate the registered Call Forwarding on Busy Destination.
</description>
</enumeration>
<enumeration value="CFNR_REGISTER">
<description>
Register the destination for Call Forwarding on No Reply.
Set the parameter {{param|.CallControl.CallingFeatures.Set.{i}.CallForwardOnNoAnswerNumber}} of this extension.
If Call Forwarding on No Reply is activated, the call will be forwarded to the specified destination if the extension does not reply before the time expires.
</description>
</enumeration>
<enumeration value="CFNR_ACTIVATE">
<description>
Activate Call Forwarding on No Reply to the registered destination.
</description>
</enumeration>
<enumeration value="CFNR_DEACTIVATE">
<description>
Deactivate Call Forwarding on No Reply to the registered destination.
</description>
</enumeration>
<enumeration value="CFNR_ERASE">
<description>
Erase the registered Call Forwarding on No Reply Destination.
</description>
</enumeration>
<enumeration value="CFNR_INTERROGATE">
<description>
Interrogate the registered Call Forwarding on No Reply Destination.
</description>
</enumeration>
<enumeration value="CFNR_TIMER">
<description>
Set the parameter {{param|.CallControl.CallingFeatures.Set.{i}.CallForwardOnNoAnswerRingTimeout}} of this extension.
</description>
</enumeration>
<enumeration value="CFT_ACTIVATE">
<description>
Activate Call Forwarding Timed. This facility permits the user to forward calls to particular destinations depending on the time of day : cf. table {{object|.CallControl.CallingFeatures.Set.{i}.CFT.{i}.}}
</description>
</enumeration>
<enumeration value="CFT_DEACTIVATE">
<description>
Deactivate Call Forwarding Timed.
</description>
</enumeration>
<enumeration value="CFT_INTERROGATE">
<description>
Interrogate the status of Call Forwarding Timed.
</description>
</enumeration>
<enumeration value="CFU_REGISTER">
<description>
Register the destination for Call Forwarding Unconditional.
Set the parameter {{param|.CallControl.CallingFeatures.Set.{i}.CallForwardUnconditionalNumber}} of this extension.
If Call Forwarding on Busy is activated, the call will be forwarded to the specified destination if the extension is "busy".
</description>
</enumeration>
<enumeration value="CFU_ACTIVATE">
<description>
Activate Call Forwarding Unconditional to the registered destination.
</description>
</enumeration>
<enumeration value="CFU_DEACTIVATE">
<description>
Deactivate Call Forwarding Unconditional to the registered destination.
</description>
</enumeration>
<enumeration value="CFU_ERASE">
<description>
Erase the registered Call Forwarding Unconditional Destination.
</description>
</enumeration>
<enumeration value="CFU_INTERROGATE">
<description>
Interrogate the registered Call Forwarding Unconditional Destination.
</description>
</enumeration>
<enumeration value="CLIR_ACTIVATE">
<description>
Activate Calling Line Identification Restriction (i.e. your calling number will be restricted).
Set the parameter {{param|.CallControl.CallingFeatures.Set.{i}.AnonymousCallEnable}} to {{true}}.
</description>
</enumeration>
<enumeration value="CLIR_DEACTIVATE">
<description>
Deactivate Calling Line Identification Restriction.
</description>
</enumeration>
<enumeration value="CLIR_INTERROGATE">
<description>
Interrogate the Calling Line Identification status.
</description>
</enumeration>
<enumeration value="CP_INVOKE">
<description>
Invoke Carrier Prefix. The prefix is prepended to the destination number. The facility argument will reference the Carrier Prefix
</description>
</enumeration>
<enumeration value="CW_ACTIVATE">
<description>
Activate Call Waiting.
Set the parameter {{param|.CallControl.CallingFeatures.Set.{i}.CallWaitingEnable}} to {{true}}.
</description>
</enumeration>
<enumeration value="CW_DEACTIVATE">
<description>
Deactivate Call Waiting
</description>
</enumeration>
<enumeration value="CW_INVOKE">
<description>
Used for answering a waiting call or switching between calls.
</description>