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
|
AcPerfH323SIPGateway DEFINITIONS ::= BEGIN
IMPORTS
OBJECT-TYPE,
MODULE-IDENTITY FROM SNMPv2-SMI
enterprises FROM SNMPv2-SMI;
audioCodes OBJECT IDENTIFIER ::= {enterprises 5003}
acRegistrations OBJECT IDENTIFIER ::= {audioCodes 7}
acGeneric OBJECT IDENTIFIER ::= {audioCodes 8}
acProducts OBJECT IDENTIFIER ::= {audioCodes 9}
acPerformance OBJECT IDENTIFIER ::= {audioCodes 10}
acPerfH323SIPGateway MODULE-IDENTITY
LAST-UPDATED "200511031451Z" --Thursday, November 03, 2005
ORGANIZATION "AudioCodes Ltd"
CONTACT-INFO
"Postal: AudioCodes LTD
4 Horesh Road
Yehud 56470, ISRAEL
Tel: 972-3-5394000
Email: support@audiocodes.com"
DESCRIPTION
"This MIB defines the enterprise-specific objects needed
to support performance management of the AudioCodes product.
Performance measurements are grouped into the following MIB trees:
acPerfIvr - performance measurements related to the IVR service
acPerfBct - performance measurements related to the BCT service
acPerfConf - performance measurements related to the Conferencing service
acPerfTt - performance measurements related to the Test Trunk service"
REVISION "200311200000Z"
DESCRIPTION
"Version 4.4. November 20, 2003. Made these changes:
o Initial revision"
::= {acPerformance 3}
--
-- Abbreviations used:
-- Annc announcement(s)
-- IVR Interactive Voice Response
-- Conf Conferencing
-- NE network element
-- TT Test Trunks
--
-- The following conventions are used in this MIB:
-- The "Product" attribute lists the products in which the
-- performance measurement is maintained. Current products
-- are:
--
-- Media Servers
-- IPmedia 2000
-- Media Gateways
-- Mediant 2000/5000/8000 (wireline)
-- Stretto 2000/5000/8000 (wireless)
--
-- The "Capabilities" attribute lists the capabilities that must be
-- configured on the system for the performance measurement to be
-- maintained. The possible values are IVR, Conferencing, BCT, TT
-- and Trunking Gateway. Some performance measurements are not
-- related to any particular capabilities. In those cases, the value
-- of Capabilities attribute is "All".
--
-- Notes on IVR Service Performance Measurements
--
-- In response to a request to play an announcement, the media server
-- may play multiple audio segments. The media server maintains
-- performance data for the overall announcement request as well as
-- for the individual segments.
-- In naming of the performance measurements, "Play" is used to refer
-- to the overall announcement request. "PlaySegment" is used to refer
-- to the playing of an individual segment.
--
-- Notes on Play Collect
--
-- Play Collect involves playing of an initial prompt, collection of digits, followed
-- by actions which are dependent on the digits (or lack of digits) that are collected.
-- These are the prompts that can be specified (all are optional):
--
-- ip initial prompt
-- nd no digits reprompt (if not specified, use rp)
-- rp reprompt (if not specified, use ip)
-- fa failure, played once at end
-- sa success, played once at end
--
-- The request can specify the number of attempts, before playing the fa prompt. If no
-- number of attempts value is supplied on the request, then a default is used.
--
-- The prompts can be either simple or complex announcements.
--
-- Continuous Digit Collect operations, which can be considered a special type of play
-- collect, are not tracked by any of the acPlayCollect performance measurements,
-- but are instead tracked in a special group of performance measurements.
--
-- Notes on Continuous Digit Collect
--
-- Continuous Digit Collect - Digits are collected during the entire
-- life of a call. No prompts are played. Continuous Digit Collect
-- is typically used in a BCT call.
--
-- Continuous Digit Collect operations can be considered a special type of play
-- collect, but are not tracked by any of the acPlayCollect performance measurements.
acPerfH323SIPGWCommon OBJECT IDENTIFIER ::= {acPerfH323SIPGateway 1}
acPerfH323SIPGWCalls OBJECT IDENTIFIER ::= {acPerfH323SIPGWCommon 1}
acPerfTel2IP OBJECT IDENTIFIER ::= {acPerfH323SIPGWCalls 1}
acPerfTel2IPAttemptedCalls OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of Attempted SIP/H323 calls."
::= {acPerfTel2IP 1}
acPerfTel2IPEstablishedCalls OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of established (connected and voice activated) SIP/H323 calls."
::= {acPerfTel2IP 2}
acPerfTel2IPBusyCalls OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of Destination Busy SIP/H323 calls."
::= {acPerfTel2IP 3}
acPerfTel2IPNoAnswerCalls OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of No Answer SIP/H323 calls."
::= {acPerfTel2IP 4}
acPerfTel2IPNoRouteCalls OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of No Route SIP/H323 calls. Most likely to be due to wrong number."
::= {acPerfTel2IP 5}
acPerfTel2IPNoMatchCalls OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of No capability match between peers on SIP/H323 calls."
::= {acPerfTel2IP 6}
acPerfTel2IPFailCalls OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of fax attempted SIP/H323 calls."
::= {acPerfTel2IP 7}
acPerfTel2IPFaxAttemptedCalls OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of Attempted SIP/H323 calls."
::= {acPerfTel2IP 8}
acPerfTel2IPFaxSuccessCalls OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of Attempted SIP/H323 fax success calls."
::= {acPerfTel2IP 9}
acPerfTel2IPTotalDuration OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"total duration of SIP/H323 calls."
::= {acPerfTel2IP 10}
acPerfIP2Tel OBJECT IDENTIFIER ::= {acPerfH323SIPGWCalls 2}
acPerfIP2TelAttemptedCalls OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of Attempted SIP/H323 calls."
::= {acPerfIP2Tel 1}
acPerfIP2TelEstablishedCalls OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of established (connected and voice activated) SIP/H323 calls."
::= {acPerfIP2Tel 2}
acPerfIP2TelBusyCalls OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of Destination Busy SIP/H323 calls."
::= {acPerfIP2Tel 3}
acPerfIP2TelNoAnswerCalls OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of No Answer SIP/H323 calls."
::= {acPerfIP2Tel 4}
acPerfIP2TelNoRouteCalls OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of No Route SIP/H323 calls. Most likely to be due to wrong number."
::= {acPerfIP2Tel 5}
acPerfIP2TelNoMatchCalls OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of No capability match between peers on SIP/H323 calls."
::= {acPerfIP2Tel 6}
acPerfIP2TelFailCalls OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of fax attempted SIP/H323 calls."
::= {acPerfIP2Tel 7}
acPerfIP2TelFaxAttemptedCalls OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of Attempted SIP/H323 calls."
::= {acPerfIP2Tel 8}
acPerfIP2TelFaxSuccessCalls OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of Attempted SIP/H323 fax success calls."
::= {acPerfIP2Tel 9}
acPerfIP2TelTotalDuration OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"total duration of SIP/H323 calls."
::= {acPerfIP2Tel 10}
END
|