aboutsummaryrefslogtreecommitdiff
path: root/csta/source-files/CSTA-application-context-information-csta3.asn1
blob: 4d37977d0ceec49c4d6dd4964ac3c9ab3f00303e (plain)
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
CSTA-application-context-information-csta3
	{ iso( 1) identified-organization( 3) icd-ecma( 12)
		standard( 0) csta3( 285) application-context-information( 200) }

DEFINITIONS ::=
BEGIN

CSTAFunctionality ::= SEQUENCE
 	{switchingFunctionServices	[0] IMPLICIT SwitchingFunctionServicesC2	DEFAULT {},
	 eventReportServices		[1] IMPLICIT EventReportServicesC2		DEFAULT {},
	 computingFunctionServices	[2] IMPLICIT ComputingFunctionServicesC2	DEFAULT {},
	 bidirectionalServices		[3] IMPLICIT BidirectionalServicesC2		DEFAULT {},
	 statusReportingServices	[4] IMPLICIT StatusReportingServicesC2		DEFAULT {},
	 inputOutputServices		[5] IMPLICIT InputOutputServicesC2		DEFAULT {},
	 voiceUnitServices		[6] IMPLICIT VoiceUnitServicesC2		DEFAULT {} }

SwitchingFunctionServicesC2 ::= BIT STRING
	{alternateCall                  (0),
	 answerCall                     (1),
	 associateData                  (2),
	 callCompletion                 (3),
	 clearCall                      (4),
	 clearConnection                (5),
	 conferenceCall                 (6),
	 consultationCall               (7),
	 divertCall                     (8),
	 holdCall                       (9),
	 makeCall                       (10),
	 makePredictiveCall             (11),
	 parkCall                       (12),
	 queryDevice                    (13),
	 reconnectCall                  (14),
	 retrieveCall                   (15),
	 sendDTMFTones			(16),
	 setFeature                     (17),
	 singleStepConference           (18),
	 singleStepTransfer             (19),
	 transferCall                   (20)    }

EventReportServicesC2 ::= BIT STRING
	{

	-- Call events

	 callCleared                    (0),
	 conferenced                    (1),
	 connectionCleared              (2),
	 delivered                      (3),
	 diverted                       (4),
	 established                    (5),
	 failed                         (6),
	 held                           (7),
	 networkReached         	(8),
	 originated                     (9),
	 queued                 	(10),
	 retrieved                      (11),
	 serviceInitiated              	(12),
	 transferred                    (13),

	-- Feature events

	 autoAnswer                     (14),
	 callInformation                (15),
	 doNotDisturb                   (16),
	 forwarding                     (17),
	 messageWaiting         	(18),
	 microphoneMute         	(19),
	 speakerMute                    (20),
	 speakerVolume          	(21),

	-- Agent state events

	 agentBusy                      (22),
	 loggedOn                       (23),
	 loggedOff                      (24),
	 notReady                       (25),
	 ready                          (26),
	 workingAfterCall               (27),

	-- Maintenance events

	 backInService                  (28),
	 outOfServiceEvent              (29),

	-- Private events

	 privateEvent                   (30),

	-- Voice unit events

	 playEvent                      (31),
	 recordEvent                    (32),
	 reviewEvent                    (33),
	 stopEvent                      (34),
	 suspendPlayEvent               (35),
	 suspendRecordEvent             (36),
	 voiceAttributesChangeEvent     (37)    }

ComputingFunctionServicesC2 ::= BIT STRING
	{routeRequest                   (0),
	 reRouteRequest         	(1),
	 routeSelectRequest             (2),
	 routeUsedRequest               (3),
	 routeEndRequest                (4)     }

BidirectionalServicesC2 ::= BIT STRING
	{escapeService                  (0),
	 systemStatus                   (1)     }

StatusReportingServicesC2 ::= BIT STRING
	{monitorStart                   (0),
	 changeMonitorFilter            (1),
	 monitorStop                    (2),
	 snapshotDevice         	(3),
	 snapshotCall                   (4)     }

InputOutputServicesC2 ::= BIT STRING
	{startDataPathService           (0),
	 stopDataPathService            (1),
	 sendDataService                (2),
	 sendMulticastDataService       (3),
	 sendBroadcastDataService       (4),
	 suspendDataPathService 	(5),
	 dataPathSuspendedService       (6),
	 resumeDataPath         	(7),
	 dataPathResumedService 	(8),
	 fastData                       (9)     }

VoiceUnitServicesC2 ::= BIT STRING
	{concatenateMessage             (0),
	 deleteMessage                  (1),
	 playMessage                    (2),
	 queryVoiceAttribute            (3),
	 recordMessage          	(4),
	 reposition                     (5),
	 resume                 	(6),
	 review                         (7),
	 setVoiceAttribute              (8),
	 stop                           (9),
	 suspend                        (10),
	 synthesizeMessage              (11)    }

	 
ACSEUserInformationForCSTA ::= CHOICE
{	oldDefinition 				OldACSEUserInformationForCSTA,
	newDefinition 		[0] IMPLICIT	NewACSEUserInformationForCSTA }


OldACSEUserInformationForCSTA ::= SEQUENCE
{	cSTAVersion 				CSTAVersion,
	cSTAFunctionsRequiredByApplication	CSTAFunctionality,
	cSTAFunctionsThatCanBeSupplied		CSTAFunctionality }


NewACSEUserInformationForCSTA ::= SEQUENCE
{ 	cSTAVersion 				CSTAVersion,
--
--	Note that the following two parameters are defined in ECMA-218 (CSTA Phase II).
--	They are defined in the context of CSTA Phase II Services and Events for
--	backward compatibility considerations.
--	For CSTA Phase III (and later), implementations should use CSTA Capability Exchange Services
--	to determine the Services and Events supported by a switching function.
--
	cSTAFunctionsRequiredByApplication	[0] IMPLICIT CSTAFunctionality			OPTIONAL,
	cSTAFunctionsThatCanBeSupplied	        [1] IMPLICIT CSTAFunctionality			OPTIONAL,
	cSTAPrivateDataVersionList	        [2] IMPLICIT CSTAPrivateDataVersionList	        OPTIONAL }


CSTAPrivateDataVersionList	::=  SEQUENCE OF INTEGER


CSTAVersion	::=  BIT STRING
{	versionOne			( 0),  -- ECMA-180
        versionTwo			( 1),  -- ECMA-218
        versionThree			( 2),  -- ECMA-285, 1st Edition
        versionFour			( 3),  -- ISO/IEC 18052
        versionFive			( 4),  -- ECMA-285, 2nd Edition
        versionSix			( 5),  -- ECMA-323
        versionSeven			( 6),  -- ECMA-323, 2nd Edition
        versionEight			( 7),  -- ECMA-323, 3rd Edition
        versionNine			( 8),  -- ECMA-323, 4th Edition, Tag option
        versionTen			( 9),  -- ECMA-323, 4th Edition, short Tag option
        versionEleven			(10),  -- ECMA-323, 4th Edition, dynamic transformation option
        versionTwelve			(11),  -- ECMA-323, 5th Edition, Tag option
        versionThirteen			(12),  -- ECMA-323, 5th Edition, short Tag option
        versionFourteen			(13),  -- ECMA-323, 5th Edition, dynamic transformation option
        versionFifteen			(14),  -- ECMA-285, 3rd Edition
	versionSixteen			(15),  -- ECMA-323, 6th Edition, Tag option
	versionSeventeen		(16),  -- ECMA-323, 6th Edition, short Tag option
	versionEighteen			(17),  -- ECMA-323, 6th Edition, dynamic transformation option
	versionNineteen			(18),  -- ECMA-285, 4th Edition
        versionTwenty			(19),  -- Reserved for future use
        versionTwentyone		(20),  -- Reserved for future use
        versionTwentytwo		(21),  -- Reserved for future use
        versionTwentythree		(22),  -- Reserved for future use
        versionTwentyfour		(23) } -- Reserved for future use


CallControlServices ::= BIT STRING
{	acceptCall						( 0),
        alternateCall						( 1),
        answerCall						( 2),
        callBack						( 3),
        callBackMessage						( 4),
        campOnCall						( 5),
        clearCall						( 6),
        clearConnection						( 7),
        conferenceCall						( 8),
        consultationCall					( 9),
        deflectCall						(10),
        dialDigits						(11),
        directedPickupCall					(12),
        groupPickupCall						(13),
        holdCall						(14),
        intrudeCall						(15),
        joinCall						(16),
        makeCall						(17),
        makeConnection						(25),
        makePredictiveCall					(18),
        parkCall						(19),
        reconnectCall						(20),
        retrieveCall						(21),
        sendMessage						(26),
        singleStepConference					(22),
        singleStepTransfer					(23),
        transferCall						(24) }


CallAssociatedServices ::= BIT STRING
{	associateData						( 0),
        cancelTelephonyTones					( 1),
        changeConnectionInformation				( 5),
        generateDigits						( 2),
        generateTelephonyTones					( 3),
        sendUserInformation					( 4) }


MediaAttachmentServices ::= BIT STRING
{	attachMediaService					( 0),
        detachMediaService					( 1) }


RouteingServices ::= BIT STRING
{	routeRegister						( 0),
        routeRegisterCancel					( 1),
        routeRegisterAbort					( 2),
        reroute							( 3),
        routeEnd						( 4),
        routeReject						( 5),
        routeRequest						( 6),
        routeSelect						( 7),
        routeUsed						( 8) }


VoiceUnitServices ::= BIT STRING
{	activate						(12),
        clear							(13),
        concatenateMessage					( 0),
        deactivate						(14),
        deleteMessage						( 1),
        playMessage						( 2),
        queryVoiceAttribute					( 3),
        recordMessage						( 4),
        reposition						( 5),
        resume							( 6),
        review							( 7),
        setVoiceAttribute					( 8),
        stop							( 9),
        suspend							(10),
        synthesizeMessage					(11) }

LocationServices ::= BIT STRING
{	getLocationInformation					( 0),
	setLocationInformation					( 1),
	locationTrackkingSessionResumed				( 2),
	locationTrackkingSessionSuspended			( 3),
	resumeLocationTrackingSession				( 4),
	locationInformationReport				( 5),
	startLocationTrackingSession				( 6),
	stopLocationTrackingSession				( 7),
	suspendLocationTrackingCapabilities			( 8),
	locationSessionInfo					( 9) }

CallControlEvents ::= BIT STRING
{	bridged 						(15),
        callCleared						( 0),
        conferenced						( 1),
        connectionCleared					( 2),
        delivered						( 3),
        digitsDialed						(14),
        diverted						( 4),
        established						( 5),
        failed							( 6),
        held							( 7),
        networkCapabilitiesChanged				(16),
        networkReached 						( 8),
        offered 						(17),
        originated						( 9),
        queued							(10),
        retrieved						(11),
        serviceInitiated					(12),
        transferred						(13) }

CallAssociatedEvents ::= BIT STRING
{	callInformation 					( 0),
        charging 						( 1),
        dTMFDigitsDetected 					( 2),
        telephonyTonesDetected 	       	 			( 3),
        serviceCompletionFailure 				( 4) }

MediaAttachmentEvents ::= BIT STRING
{	mediaAttached 						( 0),
	mediaDetached 						( 1) }

PhysicalDeviceFeatureEvents ::= BIT STRING
{	buttonInformation 					( 0),
	buttonPress 						( 1),
	displayUpdated 						( 2),
	hookswitch 						( 3),
	lampMode 						( 4),
	messageWaiting 						( 5),
	microphoneGain 						( 6),
	microphoneMute 						( 7),
	ringerStatus						( 8),
	speakerMute 						( 9),
	speakerVolume 						(10) }

LogicalDeviceFeatureEvents ::= BIT STRING
{	agentBusy 						( 0),
	agentLoggedOn 						( 1),
	agentLoggedOff 						( 2),
	agentNotReady 						( 3),
	agentReady 						( 4),
	agentWorkingAfterCall 					( 5),
	autoAnswer 						( 6),
	autoWorkMode 						( 7),
	callBack 						( 8),
	callBackMessage 					( 9),
	callerIDStatus 						(10),
	doNotDisturb 						(11),
	forwarding 						(12),
	presenceState						(14),
	routeingMode 						(13) }

DeviceMaintenanceEvents ::= BIT STRING
{	backInService 						( 0),
	deviceCapabilityChanged 				( 2),
	outOfService 						( 1),
	partiallyInService					( 3) }

VoiceUnitEvents ::= BIT STRING
{	bookmarkReached						( 7),
	completed						( 8),
	dtmfDetected						( 9),
	emptied							(10),
	interruptionDetected					(11),
	notRecognized						(12),
	play 							( 1),
	recognized						(13),
	record 							( 3),
	review 							( 5),
	started							(14),
	silenceTimeoutExpired					(15),
	speechDetected						(16),
	stop 							( 0),
	suspendPlay 						( 2),
	suspendRecord 						( 4),
	voiceAttributesChange 					( 6),
	voiceErrorOccured					(17) }

VendorSpecEvents::= BIT STRING
{	privateEvent		 				(0) }

END -- of CSTA-application-context-information-csta3