1 Call-Diversion-Operations
3 itu-t recommendation h 450 3 version1(0) call-diversion-operations(0)
6 DEFINITIONS AUTOMATIC TAGS ::=
9 IMPORTS Extension FROM H4501 -- Manufacturer-specific-service-extension-definition
11 itu-t recommendation h 450 1 version1(0) msi-definition(18)
14 H225InformationElement FROM H225-generic-parameters-definition
16 itu-t recommendation h 450 1 version1(0) h225-generic-parameters(6)
19 NonStandardParameter FROM H225 -- H323-MESSAGES see H.225.0
21 EndpointAddress, PartySubaddress, PresentationAllowedIndicator FROM H4501 -- Addressing-Data-Elements
23 itu-t recommendation h 450 1 version1(0) addressing-data-elements (9)
26 userNotSubscribed, notAvailable, invalidServedUserNumber,
27 basicServiceNotProvided, resourceUnavailable,
28 supplementaryServiceInteractionNotAllowed FROM H4501-General-Error-List
30 itu-t recommendation h 450 1 version1(0) general-error-list (1)
34 H323CallDiversionOperations ::= ENUMERATED
36 activateDiversionQ(15),
37 deactivateDiversionQ(16),
38 interrogateDiversionQ(17),
41 divertingLegInformation1(20),
42 divertingLegInformation2(21),
43 divertingLegInformation3(22),
44 divertingLegInformation4(100),
45 cfnrDivertedLegFailed(23)
48 -- Definitions of general used data types:
50 DiversionReason ::= ENUMERATED
59 -- The value unknown is only used if received from another network when interworking.
60 IntResultList ::= SET SIZE (0..29) OF IntResult
62 IntResult ::= SEQUENCE
64 servedUserNr EndpointAddress,
65 basicService BasicService,
67 divertedToAddress EndpointAddress,
68 remoteEnabled BOOLEAN DEFAULT FALSE,
71 extensionSeq ExtensionSeq,
72 nonStandardData NonStandardParameter
77 Procedure ::= ENUMERATED
85 SubscriptionOption ::= ENUMERATED
88 notificationWithoutDivertedToNr(1),
89 notificationWithDivertedToNr(2),
93 CallDiversionErrors ::= ENUMERATED
95 invalidDivertedNumber(12),
96 specialServiceNumber(14),
97 diversionToServedUserNumber(15),
98 numberOfDiversionsExceeded(24),
99 temporarilyUnavailable(1000),
104 BasicService ::= ENUMERATED
108 -- unrestricedDigitalInformation (2),
112 -- telefaxGroup4Class1 (34),
113 -- videotexSyntaxBased (35),
114 -- videotelephony (36),
118 DivertingLegInfo2Arg ::= SEQUENCE
119 -- sent from the re-routing h.323-endpoint to the diverted-to h.323-endpoint
121 diversionCounter INTEGER (1..15),
122 diversionReason DiversionReason,
123 originalDiversionReason DiversionReason OPTIONAL,
124 divertingNr EndpointAddress OPTIONAL,
125 originalCalledNr EndpointAddress OPTIONAL,
126 redirectingInfo BMPString (SIZE(1..128)) OPTIONAL,
127 originalCalledInfo BMPString (SIZE(1..128)) OPTIONAL,
130 extensionSeq ExtensionSeq,
131 nonStandardData NonStandardParameter
136 -- The divertingNr element is mandatory except in the case of interworking
140 -- For multimedia calls the value "allServices" shall be used only.
141 -- The usage of the other codepoints for multimedia calls is for further study.
143 ExtensionSeq ::= SEQUENCE OF Extension
145 END -- of Call-Diversion-Operations