-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathtr-104-2-0-3-common.xml
13381 lines (12929 loc) · 479 KB
/
tr-104-2-0-3-common.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:2.0 Service Object definition [COMMON]
Copyright (c) 2009-2020, 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.
Comments or questions about this Broadband Forum data model should be
directed to <info@broadband-forum.org>.
-->
<dm:document
xmlns:dm="urn:broadband-forum-org:cwmp:datamodel-1-10"
xmlns:dmr="urn:broadband-forum-org:cwmp:datamodel-report-1-0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
urn:broadband-forum-org:cwmp:datamodel-1-10
https://www.broadband-forum.org/cwmp/cwmp-datamodel-1-10.xsd
urn:broadband-forum-org:cwmp:datamodel-report-1-0
https://www.broadband-forum.org/cwmp/cwmp-datamodel-report-1-0.xsd"
spec="urn:broadband-forum-org:tr-104-2-0-3"
file="tr-104-2-0-3-common.xml">
<import file="tr-069-biblio.xml" spec="urn:broadband-forum-org:tr-069"/>
<import file="tr-106-types.xml" spec="urn:broadband-forum-org:tr-106">
<dataType name="Alias" ref="_AliasCommon"/>
<dataType name="IPAddress"/>
<dataType name="StatsCounter32"/>
<dataType name="StatsCounter64"/>
</import>
<component name="TerminalTestInput">
<parameter name="TestSelector" access="readWrite" version="2.0">
<description>
Indicates which test to perform.
The parameter MAY instead indicate a vendor-specific test, which MUST
use the format defined in {{bibref|TR-106}}. For example:
"X_EXAMPLE-COM_MyTest"
</description>
<syntax>
<string>
<enumeration value="RingingTest"/>
</string>
</syntax>
</parameter>
</component>
<component name="TerminalTestOutput">
<parameter name="PhoneRinging" access="readOnly" version="2.0">
<description>
Indicates whether or not the phone associated with this port is
ringing. This parameter is applicable only if
{{enum|RingingTest|TestSelector}} is supported.
</description>
<syntax>
<boolean/>
</syntax>
</parameter>
</component>
<component name="FXOPortTestInput">
<parameter name="TestSelector" access="readWrite" version="2.0">
<description>
Indicates which test to perform. {{enum}}
The parameter MAY instead indicate a vendor-specific test, which MUST
use the format defined in {{bibref|TR-106}}. For example:
"X_EXAMPLE-COM_MyTest"
</description>
<syntax>
<string>
<enumeration value="Battery">
<description>
Tests for the presence of loop feed current; for a ''ground
start'' line, also tests for polarity, to detect reversal of Tip
and Ring
</description>
</enumeration>
<enumeration value="DialTone">
<description>
Closes the loop and checks for the presence of a dial tone.
</description>
</enumeration>
</string>
</syntax>
</parameter>
</component>
<component name="FXOPortTestOutput">
<parameter name="TestResult" access="readOnly" version="2.0">
<description>
Result of the selected test. {{enum}}
The parameter MAY instead indicate a vendor-specific result, which MUST
use the format defined in {{bibref|TR-106}}. For example:
"X_EXAMPLE-COM_MyResult"
</description>
<syntax>
<string>
<enumeration value="Success"/>
<enumeration value="Failure"/>
</string>
</syntax>
</parameter>
</component>
<component name="FXSPortTestInput">
<parameter name="TestSelector" access="readWrite" version="2.0">
<description>
Indicates which GR-909 test to perform.
</description>
<syntax>
<string>
<enumeration value="Hazard Potential">
<description>
Hazard Potential test is failed if the TIP-GND or RING-GND AC
voltage is greater than 50 volts rms or DC voltage is greater
than 135 volts
</description>
</enumeration>
<enumeration value="Foreign Voltage">
<description>
Foreign Voltage test is failed if the TIP-GND or RING-GND AC
voltage is greater than 10 volts or the TIP-GND or RING-GND DC
voltage is greater than 6 volts
</description>
</enumeration>
<enumeration value="Resistive Faults">
<description>
Resistive Faults test is failed if a TIP-RING, TIP-GND or
RING-GND on-hook DC resistance less than 150 k?
</description>
</enumeration>
<enumeration value="Off-hook">
<description>
Off-hook test is based upon criteria that permit the system to
discriminate between a resistive fault and a receiver-off-hook
condition. For example, a failure condition could be based on a
non-linearity in the TIP-RING DC resistance of greater than 15%
when measured at two different voltage levels
</description>
</enumeration>
<enumeration value="REN">
<description>
Ringer Equivalence Number test is failed when the equivalent
ringer count across TIP and RING is less than 0.175 REN or
greater than 5 REN
</description>
</enumeration>
</string>
</syntax>
</parameter>
</component>
<component name="FXSPortTestOutput">
<parameter name="TestResult" access="readOnly" version="2.0">
<description>
Result of the selected test.
</description>
<syntax>
<string>
<enumeration value="Success"/>
<enumeration value="Failure"/>
</string>
</syntax>
</parameter>
</component>
<model name="VoiceService:2.0" isService="true">
<parameter name="VoiceServiceNumberOfEntries" access="readOnly">
<description>
{{numentries}}
</description>
<syntax>
<unsignedInt/>
</syntax>
</parameter>
<object name="VoiceService.{i}." access="readOnly"
numEntriesParameter="VoiceServiceNumberOfEntries" minEntries="0"
maxEntries="unbounded" 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">
<description>
{{datatype|expand}}
</description>
<syntax>
<dataType ref="Alias"/>
</syntax>
</parameter>
<parameter name="VoIPProfileNumberOfEntries" access="readOnly">
<description>
{{numentries}}
</description>
<syntax>
<unsignedInt/>
</syntax>
</parameter>
<parameter name="CodecProfileNumberOfEntries" access="readOnly">
<description>
{{numentries}}
</description>
<syntax>
<unsignedInt/>
</syntax>
</parameter>
<parameter name="InterworkNumberOfEntries" access="readOnly">
<description>
{{numentries}}
</description>
<syntax>
<unsignedInt/>
</syntax>
</parameter>
<parameter name="TrunkNumberOfEntries" access="readOnly">
<description>
{{numentries}}
</description>
<syntax>
<unsignedInt/>
</syntax>
</parameter>
<parameter name="CallLogNumberOfEntries" access="readOnly"
activeNotify="canDeny">
<description>
{{numentries}}
The value MUST be less than or equal to
{{param|.Capabilities.MaxCallLogCount}}.
</description>
<syntax>
<unsignedInt/>
</syntax>
</parameter>
<parameter name="TerminalNumberOfEntries" access="readOnly">
<description>
{{numentries}}
</description>
<syntax>
<unsignedInt/>
</syntax>
</parameter>
</object>
<object name="VoiceService.{i}.Capabilities." access="readOnly"
minEntries="1" maxEntries="1" version="2.0">
<description>
The overall capabilities of the VoIP CPE.
</description>
<parameter name="MaxLineCount" access="readOnly">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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">
<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>
</enumeration>
<enumeration value="DND_ACTIVATE">
<description>
Activate Do Not Disturb on the extension.
Set the parameter
{{param|.CallControl.CallingFeatures.Set.{i}.DoNotDisturbEnable}}
of this extension.
Selective Ringing is a facility that permits the user to
specify the generation of different ring tones depending on the
calling number.
</description>
</enumeration>
<enumeration value="DND_DEACTIVATE">
<description>Deactivate Do Not Desturb.</description>
</enumeration>
<enumeration value="DND_INTERROGATE">
<description>
Interrogate the status of Do Not Disturb.
</description>
</enumeration>
<enumeration value="EXT_INVOKE">
<description>
Invoke an extension. The extension referenced in the facility
argument will be used as destination instead of the line
defined in {{object|.CallControl.OutgoingMap.{i}.}}
</description>
</enumeration>
<enumeration value="LINE_INVOKE">
<description>
Invoke a line. The line referenced in the facility argument
will be used for an outgoing call instead of the line defined
in {{object|.CallControl.OutgoingMap.{i}.}}.
</description>
</enumeration>
<enumeration value="MAILBOX_INVOKE">
<description>
Invoke a mailbox. The interactive menu to listen and manipulate
voicemail messages will be invoked.
</description>
</enumeration>
<enumeration value="OCB_ACTIVATE">
<description>
Activate Outgoing Call Barring.
Outgoing call barring is a facility that permits the user to
bar calls to certain destinations—usually depending on the cost
of a call.
</description>
</enumeration>
<enumeration value="OCB_DEACTIVATE">
<description>Deactivate Outgoing Call Barring.</description>
</enumeration>
<enumeration value="OCB_INTERROGATE">
<description>Interrogate Outgoing Call Barring.</description>
</enumeration>
<enumeration value="PSO_ACTIVATE">
<description>Switch the call to a PSTN line.</description>
</enumeration>
<enumeration value="PW_SET">
<description>
Set the password used for controlling access to the Facility
Actions.
</description>
</enumeration>
<enumeration value="SCF_ACTIVATE">
<description>
Activate Selective Call Forwarding. This facility permits the
user to forward calls to different destinations depending on
the calling number : cf. table
{{object|.CallControl.CallingFeatures.Set.{i}.SCF.{i}.}}
</description>
</enumeration>
<enumeration value="SCF_DEACTIVATE">
<description>Deactivate Selective Call Forwarding.</description>
</enumeration>
<enumeration value="SCF_INTERROGATE">
<description>
Interrogate the status of Selective Call Forwarding.
</description>
</enumeration>
<enumeration value="SCREJ_ACTIVATE">
<description>
Activate Selective Call Rejection. This facility permits the
user to selectively reject calls depending on the calling
number : cf. table
{{object|.CallControl.CallingFeatures.Set.{i}.SCREJ.{i}.}}
</description>
</enumeration>
<enumeration value="SCREJ_DEACTIVATE">
<description>Deactivate Selective Call Rejection.</description>
</enumeration>
<enumeration value="SCREJ_INTERROGATE">
<description>
Interrogate the status of Selective Call Rejection.
</description>
</enumeration>
<enumeration value="SR_ACTIVATE">
<description>
Activate Selective Ringing.
Selective Ringing is a facility that permits the user to
specify the generation of different ring tones depending on the
calling number.
</description>
</enumeration>
<enumeration value="SR_DEACTIVATE">
<description>Deactivate Selective Ringing.</description>
</enumeration>
<enumeration value="SR_INTERROGATE">
<description>
Interrogate the status of Selective Ringing.
</description>
</enumeration>
</string>
</syntax>
</parameter>
<parameter name="CodecNumberOfEntries" access="readOnly">
<description>
{{numentries}}
</description>
<syntax>
<unsignedInt/>
</syntax>
</parameter>
</object>
<object name="VoiceService.{i}.Capabilities.SIP." access="readOnly"
minEntries="1" maxEntries="1" version="2.0">
<description>
SIP-specific capabilities (as defined in {{bibref|RFC3261}}).
</description>
</object>
<object name="VoiceService.{i}.Capabilities.SIP.Client." access="readOnly"
minEntries="1" maxEntries="1" version="2.0">
<description>
SIP client capabilities.
</description>
<parameter name="Extensions" access="readOnly">
<description>
{{list}} Each item is a supported SIP extension method among the
methods listed in the IANA SIP parameters registry (see
{{bibref|IANA_SIP_Methods}}). 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/>
<string/>
</syntax>
</parameter>
<parameter name="URISchemes" access="readOnly">
<description>
{{list}} Each item is a supported URI scheme beyond the URI schemes
REQUIRED by the SIP specification ({{bibref|RFC3261}}). Each URI
scheme is given by the URI prefix, without the colon separator.
Example:
"tel, fax"
</description>
<syntax>
<list/>
<string/>
</syntax>
</parameter>
<parameter name="EventTypes" access="readOnly">
<description>
{{list}} Each item is a supported event package among the event
packages listed in the IANA registry for SIP Event Type Namespace
(see {{bibref|IANA_Event_Packages}}).
The list MAY include vendor-specific event packages, which MUST use
the format defined in {{bibref|TR-106}}.
Examples:
: "call-completion"
: "presence"
: "X_EXAMPLE-COM_MyEvtPkg"
</description>
<syntax>
<list/>
<string/>
</syntax>
</parameter>
<parameter name="TLSAuthenticationProtocols" access="readOnly">
<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}}.
</description>
<syntax>
<list/>
<string>
<enumeration value="Null"/>
<enumeration value="MD5"/>
<enumeration value="SHA-1"/>
<enumeration value="SHA-2"/>
<enumeration value="AEAD"/>
</string>
</syntax>
</parameter>
<parameter name="TLSAuthenticationKeySizes" access="readOnly">
<description>
{{list}} Each item represents a supported TLS authentication key
size.
</description>
<syntax>
<list/>
<unsignedInt/>
</syntax>
</parameter>
<parameter name="TLSEncryptionProtocols" access="readOnly">
<description>
{{list}} Each item is a supported encryption protocol for TLS
transport. {{enum}}
The list MAY include vendor-specific protocols, which MUST use the
format defined in {{bibref|TR-106}}.
</description>
<syntax>
<list/>
<string>
<enumeration value="Null"/>
<enumeration value="RC4"/>
<enumeration value="RC2"/>
<enumeration value="DES"/>
<enumeration value="3DES"/>
<enumeration value="AES"/>
<enumeration value="Camellia"/>
</string>
</syntax>
</parameter>
<parameter name="TLSEncryptionKeySizes" access="readOnly">
<description>
{{list}} Each item is a supported TLS encryption key size.
</description>
<syntax>
<list/>
<unsignedInt/>
</syntax>
</parameter>
<parameter name="TLSKeyExchangeProtocols" access="readOnly">
<description>
{{list}} Each item is a supported key exchange protocol for TLS
transport. {{enum}}
The list MAY include vendor-specific protocols, which MUST use the
format defined in {{bibref|TR-106}}.
</description>
<syntax>
<list/>
<string>