1 -- Call-Completion-Operations.asn
3 -- Taken from ITU ASN.1 database
4 -- http://www.itu.int/ITU-T/asn1/database/itu-t/h/h450.9/2000/Call-Completion-Operations.asn
9 -- Module Call-Completion-Operations (H.450.9:11/2000)
10 Call-Completion-Operations {itu-t recommendation h 450 9 version1(0)
11 call-completion-operations(0)} DEFINITIONS AUTOMATIC TAGS ::=
16 FROM Remote-Operations-Information-Objects {joint-iso-itu-t
17 remote-operations(4) informationObjects(5) version1(0)}
18 EXTENSION, Extension{}
19 FROM Manufacturer-specific-service-extension-definition {itu-t
20 recommendation h 450 1 version1(0) msi-definition(18)}
22 FROM H323-MESSAGES -- see ITU-T H.225.0
25 FROM Addressing-Data-Elements {itu-t recommendation h 450 1 version1(0)
26 addressing-data-elements(9)}
27 MixedExtension, undefined
28 FROM Call-Hold-Operations {itu-t recommendation h 450 4 version1(0)
29 call-hold-operations(0)}
30 supplementaryServiceInteractionNotAllowed
31 FROM H4501-General-Error-List {itu-t recommendation h 450 1 version1(0)
32 general-error-list(1)}
34 FROM Message-Waiting-Indication-Operations {itu-t recommendation h
35 450 7 version1(0) message-waiting-operations(0)};
37 H323CallCompletionOperations OPERATION ::=
38 {ccbsRequest | ccnrRequest | ccCancel | ccExecPossible | ccRingout |
41 ccbsRequest OPERATION ::= {
45 {shortTermRejection | longTermRejection | undefined |
46 supplementaryServiceInteractionNotAllowed}
50 ccnrRequest OPERATION ::= {
54 {shortTermRejection | longTermRejection | undefined |
55 supplementaryServiceInteractionNotAllowed}
59 ccCancel OPERATION ::= {
67 ccExecPossible OPERATION ::= {
75 ccRingout OPERATION ::= {
79 ERRORS {remoteUserBusyAgain | failureToMatch | undefined}
83 ccSuspend OPERATION ::= {
91 ccResume OPERATION ::= {
99 CcRequestArg ::= SEQUENCE {
100 numberA EndpointAddress,
101 numberB EndpointAddress,
102 ccIdentifier CallIdentifier OPTIONAL,
103 -- If present, it shall be used as the prime mechanism for associating
104 -- the unsuccessful call, the CC Request and the CC Call.
105 service BasicService,
106 can-retain-service BOOLEAN,
107 retain-sig-connection BOOLEAN OPTIONAL,
108 extension SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL,
112 CcRequestRes ::= SEQUENCE {
113 retain-service BOOLEAN,
114 extension SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL,
119 shortArg CcShortArg, -- if signalling conection is retained
120 longArg CcLongArg, -- if connection release option applies
124 CcShortArg ::= SEQUENCE {
125 ccIdentifier CallIdentifier OPTIONAL,
126 extension SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL,
130 CcLongArg ::= SEQUENCE {
131 numberA EndpointAddress OPTIONAL,
132 numberB EndpointAddress OPTIONAL,
133 ccIdentifier CallIdentifier OPTIONAL,
134 service BasicService OPTIONAL,
135 -- these elements are used to identify the proper CC Request.
136 -- The ccIdentifier if present shall be the prime mechanism for this purpose.
137 extension SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL,
141 shortTermRejection ERROR ::= {CODE local:1010
144 longTermRejection ERROR ::= {CODE local:1011
147 remoteUserBusyAgain ERROR ::= {CODE local:1012
150 failureToMatch ERROR ::= {CODE local:1013
153 END -- of Call-Completion-Operations
155 -- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D