CISCO-CALL-APPLICATION-MIB
- Registered at
- 1.3.6.1.4.1.9.9.146
- Last updated
- 2003-05-13 00:01
- Organization
- Cisco Systems, Inc.
- Revisions
- 2003-05-13 00:01, 1999-09-22 00:00
- Namespace
- cisco
- Source file
CISCO-CALL-APPLICATION-MIB- Digest
sha256:c9593b3fa387d1e559db27ed71064706cbaa53607aa2451ffb43c4949537ecce
Description
This MIB allows management of call applications on a network device. A 'call application' is a software module that processes calls, such as data, voice, video, or fax calls.
Contact
Cisco Systems Customer Service Postal: 170 W. Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-voice@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoMgmt |
| RMON2-MIB | ZeroBasedCounter32 |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Gauge32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION, TimeStamp, TruthValue |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
CISCO-CALL-APPLICATION-MIB CISCO-SMI IANAifType-MIB IF-MIB RFC1158-MIB RFC1271-MIB RMON-MIB RMON2-MIB SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC TOKEN-RING-RMON-MIB
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ServerNameString TEXTUAL-CONVENTION This TC describes an objects which represents an unique server identifier. This server identifier string constitutes from server name and/or ipaddress and/or AAA method list and/or part of URL. Typically this TC is used in tables where the INDEX could be DNS name or string form of IP address or part of URL or just a unique string. | current | |||
| URLStringOrNull TEXTUAL-CONVENTION A Uniform Resource Locator represented in accordance with RFC 1738, or an empty string. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ciscoCallApplicationMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.146.1 | |||
| ccapConf OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.146.1.1 | |||
| ccapApplicationTable OBJECT-TYPE Information about call applications on this managed device. There is an entry in this table for each call application. | 1.3.6.1.4.1.9.9.146.1.1.1 | not-accessible | current | |
| ccapApplicationEntry OBJECT-TYPE Information about a call application. | 1.3.6.1.4.1.9.9.146.1.1.1.1 | not-accessible | current | |
| ccapAppName OBJECT-TYPE The name of this call application. | 1.3.6.1.4.1.9.9.146.1.1.1.1.1 | SnmpAdminString (SIZE(1..40)) | not-accessible | current |
| ccapAppLocation OBJECT-TYPE Identifies the location from where this application is loaded. For built-in applications, the value will always be an empty string. If the location is not specified or not known, value is an empty string. Note that a particular agent may support only certain types of URLs (e.g., only tftp://...). Thus, the valid values of this object are implementation dependent. An agent may respond with an error (e.g., 'wrongValue') to a management SET operation which attempts to modify the value of this object to one which is not supported by the managed device. The value of this object may be changed at any time. However, note that setting this value for an active row will cause the old application to be deleted, and the new application (i.e. the program at the newly-specified URL) to be loaded. | 1.3.6.1.4.1.9.9.146.1.1.1.1.2 | URLStringOrNull | read-create | current |
| ccapAppLoadState OBJECT-TYPE The state of this application. For built-in applications, the value read is always 'builtIn'. When this row is made active, the agent attempts to load the application from the URL specified by ccapAppLocation. While loading is in progress, value of this object reads 'loading'. If the application is successfully loaded, the value changes to 'loaded', otherwise the value changes to 'loadFailed'. | 1.3.6.1.4.1.9.9.146.1.1.1.1.3 | INTEGER {builtIn(1), loading(2), loaded(3), loadFailed(4)} | read-only | current |
| ccapAppLoadFailReason OBJECT-TYPE The reason the last attempted load failed. The possible values are: none - there was no failure other - failure reason is other than those listed below notFound - application was not found timedOut - timed out while loading noPermission - was denied permission badSignature - the application did not have the proper signature. An agent may use an authentication scheme to protect itself. This error indicates that the authentication check failed, hence the application was not loaded. noSpace - lack of memory space. The value is updated after a load attempt. | 1.3.6.1.4.1.9.9.146.1.1.1.1.4 | INTEGER {none(1), other(2), notFound(3), timedOut(4), noPermission(5), badSignature(6), noSpace(7)} | read-only | current |
| ccapAppDescr OBJECT-TYPE A description of this application. | 1.3.6.1.4.1.9.9.146.1.1.1.1.5 | SnmpAdminString | read-create | current |
| ccapAppCallType OBJECT-TYPE Indicates the types of call that this application can handle. 0 is voice, 1 is fax, 3 is data, 4 is video. | 1.3.6.1.4.1.9.9.146.1.1.1.1.6 | OCTET STRING (SIZE(1)) | read-create | current |
| ccapAppRowStatus OBJECT-TYPE The status of this conceptual row. Note that rows corresponding to built-in applications cannot be modified. Thus, this object is read-only for such rows. This object can not be set to 'active' until a value has been assigned to the corresponding instance of ccapAppLocation. When a row becomes active, the agent attempts to load the application from the location specified by ccapAppLocation. The result of the loading operation can be monitored by the objects ccapAppLoadState and ccapAppLoadError. Deleting a row will cause the agent to unload the corresponding application. | 1.3.6.1.4.1.9.9.146.1.1.1.1.7 | RowStatus | read-create | current |
| ccapAppActiveInstances OBJECT-TYPE Number of application instances currently active of an application type from ccapApplicationTable. | 1.3.6.1.4.1.9.9.146.1.1.1.1.8 | Gauge32 | read-only | current |
| ccapAppEventLogging OBJECT-TYPE Object by which management station can know if event logging for this application type is enabled or disabled for all the instances of this application type. | 1.3.6.1.4.1.9.9.146.1.1.1.1.9 | TruthValue | read-only | current |
| ccapAppPSTNInCallNowConn OBJECT-TYPE Total number of PSTN incoming calls connected and handled by this application type at this moment. | 1.3.6.1.4.1.9.9.146.1.1.1.1.10 | Gauge32 | read-only | current |
| ccapAppPSTNOutCallNowConn OBJECT-TYPE Total number of PSTN outgoing calls (placed calls to PSTN) connected and handled by this application type at this moment. | 1.3.6.1.4.1.9.9.146.1.1.1.1.11 | Gauge32 | read-only | current |
| ccapAppIPInCallNowConn OBJECT-TYPE Total number of incoming IP calls connected and handled by this application type at this moment. | 1.3.6.1.4.1.9.9.146.1.1.1.1.12 | Gauge32 | read-only | current |
| ccapAppIPOutCallNowConn OBJECT-TYPE Total number of IP outgoing (placed to IP) calls connected and handled by this application type at this moment. | 1.3.6.1.4.1.9.9.146.1.1.1.1.13 | Gauge32 | read-only | current |
| ccapAppPlaceCallInProgress OBJECT-TYPE Total number of pending place calls requests from all the active instances of this application type. | 1.3.6.1.4.1.9.9.146.1.1.1.1.14 | Gauge32 | read-only | current |
| ccapAppHandoffInProgress OBJECT-TYPE Total number of pending handoff requests from all the active instances of this application type. | 1.3.6.1.4.1.9.9.146.1.1.1.1.15 | Gauge32 | read-only | current |
| ccapAppPromptPlayActive OBJECT-TYPE Total number of active prompts for all the active instances of this application type. | 1.3.6.1.4.1.9.9.146.1.1.1.1.16 | Gauge32 | read-only | current |
| ccapAppRecordingActive OBJECT-TYPE Total number of active recording for all the active instances of this application type. | 1.3.6.1.4.1.9.9.146.1.1.1.1.17 | Gauge32 | read-only | current |
| ccapAppTTSActive OBJECT-TYPE Total number of active TTS (Text-To-Speech) for all the active instances of this application type. | 1.3.6.1.4.1.9.9.146.1.1.1.1.18 | Gauge32 | read-only | current |
| ccapAppTypeHisStat OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.146.1.2 | |||
| ccapAppTypeHistoryTable OBJECT-TYPE Information from history instances of application types. | 1.3.6.1.4.1.9.9.146.1.2.2 | not-accessible | current | |
| ccapAppTypeHistoryEntry OBJECT-TYPE Information from all the history instances of an IOS call application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1 | not-accessible | current | |
| ccapAppTypeHisEvtLogging OBJECT-TYPE Object by which management station can know if event logging for this application type is enabled or disabled. | 1.3.6.1.4.1.9.9.146.1.2.2.1.1 | TruthValue | read-only | current |
| ccapAppTypeHisLastResetTime OBJECT-TYPE The time when the application information statistics were last reset for this application type, either through CLI or through ccapAppGblStatsClear object. When the application information system is disabled on the gateway, this object is also reset to zeros. | 1.3.6.1.4.1.9.9.146.1.2.2.1.2 | TimeStamp | read-only | current |
| ccapAppTypeHisPSTNInCallSetupInd OBJECT-TYPE Total number of setup indications received by this application type from the PSTN. | 1.3.6.1.4.1.9.9.146.1.2.2.1.3 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisPSTNInCallTotConn OBJECT-TYPE Total number of incoming PSTN call legs connected by this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.4 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisPSTNInCallHandedOut OBJECT-TYPE Total number of incoming PSTN call legs that are handed out to another application type because of application handoff operation . | 1.3.6.1.4.1.9.9.146.1.2.2.1.5 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisPSTNInCallHandOutRet OBJECT-TYPE Total number of incoming PSTN call legs that were handed out with call back to another application, and returned back to this type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.6 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisPSTNInCallInHandoff OBJECT-TYPE Total number of incoming PSTN call legs that were handed to this application type, with the handoff operation, performed by another application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.7 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisPSTNInCallInHandoffRet OBJECT-TYPE The Total number of incoming PSTN call legs returned back as part of 'completed handoff with call back operation'. | 1.3.6.1.4.1.9.9.146.1.2.2.1.8 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisPSTNInCallDiscNormal OBJECT-TYPE Total number of incoming PSTN call legs that disconnected with 'normal' cause code in this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.9 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisPSTNInCallDiscUsrErr OBJECT-TYPE Total number of incoming PSTN call legs that disconnected with 'user error' cause code. User error cause code could be 'no answer/busy/timeout'. | 1.3.6.1.4.1.9.9.146.1.2.2.1.10 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisPSTNInCallDiscSysErr OBJECT-TYPE Total number of incoming PSTN call legs that disconnected with 'system error' cause code. System error cause code could be any thing other than 'normal or user error'. | 1.3.6.1.4.1.9.9.146.1.2.2.1.11 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisPSTNOutCallSetupReq OBJECT-TYPE Total number of setup requests placed out to PSTN interface, by this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.12 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisPSTNOutCallTotConn OBJECT-TYPE Total number of PSTN placed call legs connected to this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.13 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisPSTNOutCallHandedOut OBJECT-TYPE Total number of outgoing PSTN call legs that are handed out to another application type because of application handoff operation. | 1.3.6.1.4.1.9.9.146.1.2.2.1.14 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisPSTNOutCallHandOutRet OBJECT-TYPE Total number of outgoing PSTN call legs that were handed out with call back to another application, returned back to this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.15 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisPSTNOutCallInHandoff OBJECT-TYPE Total number of outgoing PSTN call legs that were handed to this application type, with the handoff operation performed by another application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.16 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisPSTNOutCallInHandoffRet OBJECT-TYPE The Total number of outgoing PSTN call legs returned back as part of 'completed handoff with call back operation'. | 1.3.6.1.4.1.9.9.146.1.2.2.1.17 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisPSTNOutCallDiscNormal OBJECT-TYPE Total number of outgoing PSTN call legs that disconnected with 'normal' cause code in this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.18 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisPSTNOutCallDiscUsrErr OBJECT-TYPE Total number of outgoing PSTN call legs that disconnected with 'user error' cause code. User error cause code could be 'no answer/busy/timeout'. | 1.3.6.1.4.1.9.9.146.1.2.2.1.19 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisPSTNOutCallDiscSysErr OBJECT-TYPE Total number of outgoing PSTN call legs that disconnected with 'system error' cause code. System error cause code could be any thing other than 'normal or user error'. | 1.3.6.1.4.1.9.9.146.1.2.2.1.20 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisIPInCallSetupInd OBJECT-TYPE Total number of setup indications received by this application type from the IP interface. | 1.3.6.1.4.1.9.9.146.1.2.2.1.21 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisIPInCallTotConn OBJECT-TYPE Total number of incoming IP call legs connected by this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.22 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisIPInCallHandedOut OBJECT-TYPE Total number of incoming IP call legs that are handed out to another application type because of application handoff operation. | 1.3.6.1.4.1.9.9.146.1.2.2.1.23 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisIPInCallHandOutRet OBJECT-TYPE Total number of incoming IP call legs that were handed out with call back to another application, returned back to this type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.24 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisIPInCallInHandoff OBJECT-TYPE Total number of incoming IP call legs that were handed to this application type, with the handoff operation, performed by another application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.25 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisIPInCallInHandoffRet OBJECT-TYPE The Total number of incoming IP call legs returned back as part of 'completed handoff with call back operation'. | 1.3.6.1.4.1.9.9.146.1.2.2.1.26 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisIPInCallDiscNormal OBJECT-TYPE Total number of incoming IP call legs that disconnected with 'normal' cause code in this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.27 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisIPInCallDiscUsrErr OBJECT-TYPE Total number of incoming IP call legs that disconnected with 'user error' cause code. User error cause code could be 'no answer/busy/timeout'. | 1.3.6.1.4.1.9.9.146.1.2.2.1.28 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisIPInCallDiscSysErr OBJECT-TYPE Total number of incoming IP call legs that disconnected with 'system error' cause code. System error cause code could be any thing other than 'normal or user error'. | 1.3.6.1.4.1.9.9.146.1.2.2.1.29 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisIPOutCallSetupReq OBJECT-TYPE Total number of setup requests placed out to IP interface, by this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.30 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisIPOutCallTotConn OBJECT-TYPE Total number of IP placed call legs connected to this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.31 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisIPOutCallHandedOut OBJECT-TYPE Total number of outgoing IP call legs that are handed out to another application type because of application handoff operation. | 1.3.6.1.4.1.9.9.146.1.2.2.1.32 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisIPOutCallHandOutRet OBJECT-TYPE Total number of outgoing IP call legs that were handed out with call back to another application, returned back to this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.33 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisIPOutCallInHandoff OBJECT-TYPE Total number of outgoing IP call legs that were handed to this application type, with the handoff operation, performed by another application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.34 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisIPOutCallInHandoffRet OBJECT-TYPE The Total number of outgoing IP call legs returned back as part of 'completed handoff with call back operation'. | 1.3.6.1.4.1.9.9.146.1.2.2.1.35 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisIPOutCallDiscNormal OBJECT-TYPE Total number of outgoing IP call legs that disconnected with 'normal' cause code in this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.36 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisIPOutCallDiscUsrErr OBJECT-TYPE Total number of outgoing IP call legs that disconnected with 'user error' cause code. User error cause code could be 'no answer/busy/timeout'. | 1.3.6.1.4.1.9.9.146.1.2.2.1.37 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisIPOutCallDiscSysErr OBJECT-TYPE Total number of outgoing IP call legs that disconnected with 'system error' cause code. System error cause code could be any thing other than 'normal or user error'. | 1.3.6.1.4.1.9.9.146.1.2.2.1.38 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisPlaceCallAttempts OBJECT-TYPE Total number of place call attempts performed by this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.39 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisPlaceCallSuccess OBJECT-TYPE Total number of placecall attempts performed successfully by this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.40 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisPlaceCallFailure OBJECT-TYPE Total number of place call failures seen by this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.41 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisInHandoffCallback OBJECT-TYPE Total number of incoming handoffs with call back to this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.42 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisInHandoffCallbackRet OBJECT-TYPE Total number of returned incoming handoffs with call back, from this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.43 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisInHandoffNoCallback OBJECT-TYPE Total number of incoming handoffs with no call backs (blind handoffs) received by this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.44 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisOutHandoffCallback OBJECT-TYPE Total number of placed handoffs with call backs (bridged handoffs) from this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.45 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisOutHandoffCallbackRet OBJECT-TYPE Total number of returned handoffs with callback (bridged handoffs) to this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.46 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisOutHandoffNoCallback OBJECT-TYPE Total number of placed handoffs with no callback (blind handoffs) from this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.47 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisOutHandofffailures OBJECT-TYPE Total number of outgoing handoff failures seen by this application type, while trying to place an outgoing handoff to another application. | 1.3.6.1.4.1.9.9.146.1.2.2.1.48 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisDocumentReadAttempts OBJECT-TYPE Total number of document read requests made by this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.49 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisDocumentReadSuccess OBJECT-TYPE Total number of document read by the application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.50 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisDocumentReadFailures OBJECT-TYPE Total number of document read errors for this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.51 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisDocumentParseErrors OBJECT-TYPE Total number of document parse errors or semantic errors seen by this application. | 1.3.6.1.4.1.9.9.146.1.2.2.1.52 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisDocumentWriteAttempts OBJECT-TYPE Total number of document write attempts by this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.53 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisDocumentWriteSuccess OBJECT-TYPE Total number of document written successfully by this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.54 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisDocumentWriteFailures OBJECT-TYPE Total number of document write failures for this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.55 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisDTMFAttempts OBJECT-TYPE Total number of attempts to read user DTMF input by this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.56 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisDTMFAborted OBJECT-TYPE Total number of DTMF reads interrupts/aborts by this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.57 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisDTMFNoMatch OBJECT-TYPE Total number of DTMF no match events on incorrect user input, seen by this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.58 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisDTMFNoInput OBJECT-TYPE Total number of user input timeout on DTMF input seen by this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.59 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisDTMFMatch OBJECT-TYPE Total number of DTMF input matched events seen by this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.60 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisDTMFLongPound OBJECT-TYPE Total number of 'Long-Pound' user interrupts seen by this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.61 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisASRAttempts OBJECT-TYPE Total number of ASR (Automatic Speech Recognition) attempts to read user speech input by this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.62 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisASRAborted OBJECT-TYPE Total number of ASR (Automatic Speech Recognition) read interrupts/aborts by this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.63 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisASRNoMatch OBJECT-TYPE Total number of ASR (Automatic Speech Recognition) match events on user speech input, seen by this application. | 1.3.6.1.4.1.9.9.146.1.2.2.1.64 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisASRNoInput OBJECT-TYPE Total number of ASR (Automatic Speech Recognition) user speech input timeout events, seen by this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.65 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisASRMatch OBJECT-TYPE Total number of ASR (Automatic Speech Recognition) user speech input matched events, seen by this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.66 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisAAAAuthenticateFailure OBJECT-TYPE Total number of AAA Authenticate failures seen by this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.67 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisAAAAuthenticateSuccess OBJECT-TYPE Total number of AAA Authenticate success seen by this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.68 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisAAAAuthorizeFailure OBJECT-TYPE Total number of AAA Authorize failures seen by this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.69 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisAAAAuthorizeSuccess OBJECT-TYPE Total number of AAA Authorize success seen by this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.70 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisASNLSubscriptionsSent OBJECT-TYPE Total number of ASNL subscription sent by this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.71 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisASNLSubscriptionsSuccess OBJECT-TYPE Total number of ASNL subscriptions success, seen by this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.72 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisASNLSubscriptionsFailed OBJECT-TYPE Total number of ASNL subscription failures, seen by this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.73 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisASNLNotifReceived OBJECT-TYPE Total number of ASNL subscriptions received by this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.74 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisPromptPlayAttempts OBJECT-TYPE Total number of prompt play attempts made by this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.75 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisPromptPlaySuccess OBJECT-TYPE Total number of play prompt success, seen by this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.76 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisPromptPlayFailed OBJECT-TYPE Total number of prompt play failures seen by this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.77 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisPromptPlayDuration OBJECT-TYPE Total duration (in seconds), of all the prompt plays performed by this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.78 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisRecordingAttempts OBJECT-TYPE Total number of record attempts made by this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.79 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisRecordingSuccess OBJECT-TYPE Total number of recording success, seen by this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.80 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisRecordingFailed OBJECT-TYPE Total number of recording failures seen by this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.81 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisRecordingDuration OBJECT-TYPE Total duration (in seconds), of all the recordings performed by this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.82 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisTTSAttempts OBJECT-TYPE Total number of TTS (Text-To-Speech) play attempts made by this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.83 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisTTSSuccess OBJECT-TYPE Total number of TTS (Text-To-Speech) play success seen by this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.84 | ZeroBasedCounter32 | read-only | current |
| ccapAppTypeHisTTSFailed OBJECT-TYPE Total number of TTS (Text-To-Speech) play failures seen by this application type. | 1.3.6.1.4.1.9.9.146.1.2.2.1.85 | ZeroBasedCounter32 | read-only | current |
| ccapAppInstHisStat OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.146.1.3 | |||
| ccapAppInstanceHistoryTable OBJECT-TYPE Information about history application instances of an active application type. This table provides in details about an application instance when the applicaiton instancae has terminated. Note: Active application instance records are not available in any MIB because application instances when active may change status from active to history very quickly and instance record data is most of the time inconclusive. | 1.3.6.1.4.1.9.9.146.1.3.3 | not-accessible | current | |
| ccapAppInstanceHistoryEntry OBJECT-TYPE Information about a history instance of a IOS call application. When an application instance is terminated an entry is created. Entry is removed from this table on the following any one condition - a. Maximum number of records (configured via CLI) has reached. b. Maximum number of time (configured via CLI) has reached. In both the above cases oldest history record is purged out. | 1.3.6.1.4.1.9.9.146.1.3.3.1 | not-accessible | current | |
| ccapAppInstHisIndex OBJECT-TYPE A monotonically increasing integer for the sole purpose of indexing application instance disconnection events. When it reaches the maximum value, an extremely unlikely event, the agent wraps the value back to 1 and may flush existing entries. | 1.3.6.1.4.1.9.9.146.1.3.3.1.1 | Unsigned32 (1..4294967295) | not-accessible | current |
| ccapAppInstHisSessionID OBJECT-TYPE A monotonically increasing integer specifying history application instance identification. This number is unique per application gateway. When the counter reaches the maximum value, the gateway wraps the value back to 1. | 1.3.6.1.4.1.9.9.146.1.3.3.1.2 | Unsigned32 | read-only | current |
| ccapAppInstHisAppName OBJECT-TYPE The name-tag as specified in the IOS configuration for this history application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.3 | OCTET STRING (SIZE(0..255)) | read-only | current |
| ccapAppInstHisPSTNInCallSetupInd OBJECT-TYPE Total number of setup indications received by this application instance from the PSTN. | 1.3.6.1.4.1.9.9.146.1.3.3.1.4 | Unsigned32 | read-only | current |
| ccapAppInstHisPSTNInCallTotConn OBJECT-TYPE Total number of incoming PSTN call legs connected by this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.5 | Unsigned32 | read-only | current |
| ccapAppInstHisPSTNInCallHandedOut OBJECT-TYPE Total number of incoming PSTN call legs that are handed out to another application instance because of application handoff operation . | 1.3.6.1.4.1.9.9.146.1.3.3.1.6 | Unsigned32 | read-only | current |
| ccapAppInstHisPSTNInCallHandOutRet OBJECT-TYPE Total number of incoming PSTN call legs that were handed out with call back to another application, returned back to this instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.7 | Unsigned32 | read-only | current |
| ccapAppInstHisPSTNInCallInHandoff OBJECT-TYPE Total number of incoming PSTN call legs that were handed to this application instance, with the handoff operation, performed by another application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.8 | Unsigned32 | read-only | current |
| ccapAppInstHisPSTNInCallInHandoffRet OBJECT-TYPE The Total number of incoming PSTN call legs returned back as part of 'completed handoff with call back operation'. | 1.3.6.1.4.1.9.9.146.1.3.3.1.9 | Unsigned32 | read-only | current |
| ccapAppInstHisPSTNInCallDiscNormal OBJECT-TYPE Total number of incoming PSTN call legs that disconnected with 'normal' cause code in this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.10 | Unsigned32 | read-only | current |
| ccapAppInstHisPSTNInCallDiscUsrErr OBJECT-TYPE Total number of incoming PSTN call legs that disconnected with 'user error' cause code. User error cause code could be 'no answer/busy/timeout'. | 1.3.6.1.4.1.9.9.146.1.3.3.1.11 | Unsigned32 | read-only | current |
| ccapAppInstHisPSTNInCallDiscSysErr OBJECT-TYPE Total number of incoming PSTN call legs that disconnected with 'system error' cause code. System error cause code could be any thing other than 'normal or user error'. | 1.3.6.1.4.1.9.9.146.1.3.3.1.12 | Unsigned32 | read-only | current |
| ccapAppInstHisPSTNOutCallSetupReq OBJECT-TYPE Total number of setup requests placed out to PSTN interface, by this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.13 | Unsigned32 | read-only | current |
| ccapAppInstHisPSTNOutCallTotConn OBJECT-TYPE Total number of PSTN placed call legs connected to this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.14 | Unsigned32 | read-only | current |
| ccapAppInstHisPSTNOutCallHandedOut OBJECT-TYPE Total number of outgoing PSTN call legs that are handed out to another application instance because of application handoff operation. | 1.3.6.1.4.1.9.9.146.1.3.3.1.15 | Unsigned32 | read-only | current |
| ccapAppInstHisPSTNOutCallHandOutRet OBJECT-TYPE Total number of outgoing PSTN call legs that were handed out with call back to another application, returned back to this instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.16 | Unsigned32 | read-only | current |
| ccapAppInstHisPSTNOutCallInHandoff OBJECT-TYPE Total number of outgoing PSTN call legs that were handed to this application instance, with the handoff operation, performed by another application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.17 | Unsigned32 | read-only | current |
| ccapAppInstHisPSTNOutCallInHandoffRet OBJECT-TYPE The Total number of outgoing PSTN call legs returned back as part of 'completed handoff with call back operation'. | 1.3.6.1.4.1.9.9.146.1.3.3.1.18 | Unsigned32 | read-only | current |
| ccapAppInstHisPSTNOutCallDiscNormal OBJECT-TYPE Total number of outgoing PSTN call legs that disconnected with 'normal' cause code in this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.19 | Unsigned32 | read-only | current |
| ccapAppInstHisPSTNOutCallDiscUsrErr OBJECT-TYPE Total number of outgoing PSTN call legs that disconnected with 'user error' cause code. User error cause code could be 'no answer/busy/timeout'. | 1.3.6.1.4.1.9.9.146.1.3.3.1.20 | Unsigned32 | read-only | current |
| ccapAppInstHisPSTNOutCallDiscSysErr OBJECT-TYPE Total number of outgoing PSTN call legs that disconnected with 'system error' cause code. System error cause code could be any thing other than 'normal or user error'. | 1.3.6.1.4.1.9.9.146.1.3.3.1.21 | Unsigned32 | read-only | current |
| ccapAppInstHisIPInCallSetupInd OBJECT-TYPE Total number of setup indications received by this application instance from the IP interface. | 1.3.6.1.4.1.9.9.146.1.3.3.1.22 | Unsigned32 | read-only | current |
| ccapAppInstHisIPInCallTotConn OBJECT-TYPE Total number of incoming IP call legs connected by this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.23 | Unsigned32 | read-only | current |
| ccapAppInstHisIPInCallHandedOut OBJECT-TYPE Total number of incoming IP call legs that are handed out to another application instance because of application handoff operation. | 1.3.6.1.4.1.9.9.146.1.3.3.1.24 | Unsigned32 | read-only | current |
| ccapAppInstHisIPInCallHandOutRet OBJECT-TYPE Total number of incoming IP call legs that were handed out with call back to another application, returned back to this instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.25 | Unsigned32 | read-only | current |
| ccapAppInstHisIPInCallInHandoff OBJECT-TYPE Total number of incoming IP call legs that were handed to this application instance, with the handoff operation, performed by another application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.26 | Unsigned32 | read-only | current |
| ccapAppInstHisIPInCallInHandoffRet OBJECT-TYPE The Total number of incoming IP call legs returned back as part of 'completed handoff with call back operation'. | 1.3.6.1.4.1.9.9.146.1.3.3.1.27 | Unsigned32 | read-only | current |
| ccapAppInstHisIPInCallDiscNormal OBJECT-TYPE Total number of incoming IP call legs that disconnected with 'normal' cause code in this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.28 | Unsigned32 | read-only | current |
| ccapAppInstHisIPInCallDiscUsrErr OBJECT-TYPE Total number of incoming IP call legs that disconnected with 'user error' cause code. User error cause code could be 'no answer/busy/timeout'. | 1.3.6.1.4.1.9.9.146.1.3.3.1.29 | Unsigned32 | read-only | current |
| ccapAppInstHisIPInCallDiscSysErr OBJECT-TYPE Total number of incoming IP call legs that disconnected with 'system error' cause code. System error cause code could be any thing other than 'normal or user error'. | 1.3.6.1.4.1.9.9.146.1.3.3.1.30 | Unsigned32 | read-only | current |
| ccapAppInstHisIPOutCallSetupReq OBJECT-TYPE Total number of setup requests placed out to IP interface, by this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.31 | Unsigned32 | read-only | current |
| ccapAppInstHisIPOutCallTotConn OBJECT-TYPE Total number of IP placed call legs connected to this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.32 | Unsigned32 | read-only | current |
| ccapAppInstHisIPOutCallHandedOut OBJECT-TYPE Total number of outgoing IP call legs that are handed out to another application instance because of application handoff operation. | 1.3.6.1.4.1.9.9.146.1.3.3.1.33 | Unsigned32 | read-only | current |
| ccapAppInstHisIPOutCallHandOutRet OBJECT-TYPE Total number of outgoing IP call legs that were handed out with call back to another application, returned back to this instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.34 | Unsigned32 | read-only | current |
| ccapAppInstHisIPOutCallInHandoff OBJECT-TYPE Total number of outgoing IP call legs that were handed to this application instance, with the handoff operation, performed by another application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.35 | Unsigned32 | read-only | current |
| ccapAppInstHisIPOutCallInHandoffRet OBJECT-TYPE The Total number of outgoing IP call legs returned back as part of 'completed handoff with call back operation'. | 1.3.6.1.4.1.9.9.146.1.3.3.1.36 | Unsigned32 | read-only | current |
| ccapAppInstHisIPOutCallDiscNormal OBJECT-TYPE Total number of outgoing IP call legs that disconnected with 'normal' cause code in this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.37 | Unsigned32 | read-only | current |
| ccapAppInstHisIPOutCallDiscUsrErr OBJECT-TYPE Total number of outgoing IP call legs that disconnected with 'user error' cause code. User error cause code could be 'no answer/busy/timeout'. | 1.3.6.1.4.1.9.9.146.1.3.3.1.38 | Unsigned32 | read-only | current |
| ccapAppInstHisIPOutCallDiscSysErr OBJECT-TYPE Total number of outgoing IP call legs that disconnected with 'system error' cause code. System error cause code could be any thing other than 'normal or user error'. | 1.3.6.1.4.1.9.9.146.1.3.3.1.39 | Unsigned32 | read-only | current |
| ccapAppInstHisPlaceCallAttempts OBJECT-TYPE Total number of place call attempts performed by this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.40 | Unsigned32 | read-only | current |
| ccapAppInstHisPlaceCallSuccess OBJECT-TYPE Total number of placecall attempts performed successfully by this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.41 | Unsigned32 | read-only | current |
| ccapAppInstHisPlaceCallFailure OBJECT-TYPE Total number of place call failures seen by this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.42 | Unsigned32 | read-only | current |
| ccapAppInstHisInHandoffCallback OBJECT-TYPE Total number of incoming handoffs with call back to this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.43 | Unsigned32 | read-only | current |
| ccapAppInstHisInHandoffCallbackRet OBJECT-TYPE Total number of returned incoming handoffs with call back from this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.44 | Unsigned32 | read-only | current |
| ccapAppInstHisInHandoffNoCallback OBJECT-TYPE Total number of incoming handoffs with no call backs (blind handoff) received by this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.45 | Unsigned32 | read-only | current |
| ccapAppInstHisOutHandoffCallback OBJECT-TYPE Total number of placed handoffs with call backs (bridged handoffs) from this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.46 | Unsigned32 | read-only | current |
| ccapAppInstHisOutHandoffCallbackRet OBJECT-TYPE Total number of returned handoffs with callback (bridged handoffs) to this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.47 | Unsigned32 | read-only | current |
| ccapAppInstHisOutHandoffNoCallback OBJECT-TYPE Total number of placed handoffs with no callback (blind handoffs) from this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.48 | Unsigned32 | read-only | current |
| ccapAppInstHisOutHandofffailures OBJECT-TYPE Total number of outgoing handoff failures seen by this application instance, while trying to place an outgoing handoff to another application. | 1.3.6.1.4.1.9.9.146.1.3.3.1.49 | Unsigned32 | read-only | current |
| ccapAppInstHisDocumentReadAttempts OBJECT-TYPE Total number of document read requests made by this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.50 | Unsigned32 | read-only | current |
| ccapAppInstHisDocumentReadSuccess OBJECT-TYPE Total number of document read by the application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.51 | Unsigned32 | read-only | current |
| ccapAppInstHisDocumentReadFailures OBJECT-TYPE Total number of document read errors for this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.52 | Unsigned32 | read-only | current |
| ccapAppInstHisDocumentParseErrors OBJECT-TYPE Total number of document parse errors or semantic errors seen by this application. | 1.3.6.1.4.1.9.9.146.1.3.3.1.53 | Unsigned32 | read-only | current |
| ccapAppInstHisDocumentWriteAttempts OBJECT-TYPE Total number of document write attempts by this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.54 | Unsigned32 | read-only | current |
| ccapAppInstHisDocumentWriteSuccess OBJECT-TYPE Total number of document written successfully by this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.55 | Unsigned32 | read-only | current |
| ccapAppInstHisDocumentWriteFailures OBJECT-TYPE Total number of document write failures for this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.56 | Unsigned32 | read-only | current |
| ccapAppInstHisDTMFAttempts OBJECT-TYPE Total number of attempts to read user DTMF input by this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.57 | Unsigned32 | read-only | current |
| ccapAppInstHisDTMFAborted OBJECT-TYPE Total number of DTMF reads interrupts/aborts by this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.58 | Unsigned32 | read-only | current |
| ccapAppInstHisDTMFNoMatch OBJECT-TYPE Total number of DTMF no match events on incorrect user input, seen by this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.59 | Unsigned32 | read-only | current |
| ccapAppInstHisDTMFNoInput OBJECT-TYPE Total number of user input timeout on DTMF input seen by this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.60 | Unsigned32 | read-only | current |
| ccapAppInstHisDTMFMatch OBJECT-TYPE Total number of DTMF input matched events seen by this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.61 | Unsigned32 | read-only | current |
| ccapAppInstHisDTMFLongPound OBJECT-TYPE Total number of 'Long-Pound' user interrupts seen by this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.62 | Unsigned32 | read-only | current |
| ccapAppInstHisASRAttempts OBJECT-TYPE Total number of ASR (Automatic Speech Recognition) attempts to read user speech input by this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.63 | Unsigned32 | read-only | current |
| ccapAppInstHisASRAborted OBJECT-TYPE Total number of ASR (Automatic Speech Recognition) read interrupts/aborts by this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.64 | Unsigned32 | read-only | current |
| ccapAppInstHisASRNoMatch OBJECT-TYPE Total number of ASR (Automatic Speech Recognition) match events on user speech input, seen by this application. | 1.3.6.1.4.1.9.9.146.1.3.3.1.65 | Unsigned32 | read-only | current |
| ccapAppInstHisASRNoInput OBJECT-TYPE Total number of ASR (Automatic Speech Recognition) user speech input timeout events, seen by this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.66 | Unsigned32 | read-only | current |
| ccapAppInstHisASRMatch OBJECT-TYPE Total number of ASR (Automatic Speech Recognition) user speech input matched events, seen by this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.67 | Unsigned32 | read-only | current |
| ccapAppInstHisAAAAuthenticateFailure OBJECT-TYPE Total number of AAA Authenticate failures seen by this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.68 | Unsigned32 | read-only | current |
| ccapAppInstHisAAAAuthenticateSuccess OBJECT-TYPE Total number of AAA Authenticate success seen by this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.69 | Unsigned32 | read-only | current |
| ccapAppInstHisAAAAuthorizeFailure OBJECT-TYPE Total number of AAA Authorize failures seen by this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.70 | Unsigned32 | read-only | current |
| ccapAppInstHisAAAAuthorizeSuccess OBJECT-TYPE Total number of AAA Authorize success seen by this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.71 | Unsigned32 | read-only | current |
| ccapAppInstHisASNLSubscriptionsSent OBJECT-TYPE Total number of ASNL subscription sent by this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.72 | Unsigned32 | read-only | current |
| ccapAppInstHisASNLSubscriptionsSuccess OBJECT-TYPE Total number of ASNL subscriptions success, seen by this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.73 | Unsigned32 | read-only | current |
| ccapAppInstHisASNLSubscriptionsFailed OBJECT-TYPE Total number of ASNL subscription failures, seen by this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.74 | Unsigned32 | read-only | current |
| ccapAppInstHisASNLNotifReceived OBJECT-TYPE Total number of ASNL subscriptions received by this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.75 | Unsigned32 | read-only | current |
| ccapAppInstHisPromptPlayAttempts OBJECT-TYPE Total number of prompt play attempts made by this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.76 | Unsigned32 | read-only | current |
| ccapAppInstHisPromptPlaySuccess OBJECT-TYPE Total number of play prompt success, seen by this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.77 | Unsigned32 | read-only | current |
| ccapAppInstHisPromptPlayFailed OBJECT-TYPE Total number of prompt play failures seen by this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.78 | Unsigned32 | read-only | current |
| ccapAppInstHisPromptPlayDuration OBJECT-TYPE Total duration (in seconds), of all the prompt plays performed by this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.79 | Unsigned32 | read-only | current |
| ccapAppInstHisRecordingAttempts OBJECT-TYPE Total number of record attempts made by this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.80 | Unsigned32 | read-only | current |
| ccapAppInstHisRecordingSuccess OBJECT-TYPE Total number of recording success, seen by this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.81 | Unsigned32 | read-only | current |
| ccapAppInstHisRecordingFailed OBJECT-TYPE Total number of recording failures seen by this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.82 | Unsigned32 | read-only | current |
| ccapAppInstHisRecordingDuration OBJECT-TYPE Total duration (in seconds), of all the recordings performed by this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.83 | Unsigned32 | read-only | current |
| ccapAppInstHisTTSAttempts OBJECT-TYPE Total number of TTS (Text-To-Speech) play attempts made by this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.84 | Unsigned32 | read-only | current |
| ccapAppInstHisTTSSuccess OBJECT-TYPE Total number of TTS (Text-To-Speech) play success seen by this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.85 | Unsigned32 | read-only | current |
| ccapAppInstHisTTSFailed OBJECT-TYPE Total number of TTS (Text-To-Speech) play failures seen by this application instance. | 1.3.6.1.4.1.9.9.146.1.3.3.1.86 | Unsigned32 | read-only | current |
| ccapAppInstHistEvtLogging OBJECT-TYPE Object by which management station can know if event logging for this application instance is enabled or disabled. | 1.3.6.1.4.1.9.9.146.1.3.3.1.87 | TruthValue | read-only | current |
| ccapAppGblActStat OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.146.1.4 | |||
| ccapAppGblActCurrentInstances OBJECT-TYPE Number of application instances currently active from all application types of ccapApplicationTable on this gateway. | 1.3.6.1.4.1.9.9.146.1.4.1 | Gauge32 | read-only | current |
| ccapAppGblActPSTNInCallNowConn OBJECT-TYPE Total number of PSTN incoming calls connected and handled by this gateway at this moment. | 1.3.6.1.4.1.9.9.146.1.4.2 | Gauge32 | read-only | current |
| ccapAppGblActPSTNOutCallNowConn OBJECT-TYPE Total number of PSTN outgoing calls (placed calls to PSTN) connected and handled by this gateway at this moment. | 1.3.6.1.4.1.9.9.146.1.4.3 | Gauge32 | read-only | current |
| ccapAppGblActIPInCallNowConn OBJECT-TYPE Total number of incoming IP calls connected and handled by this gateway at this moment. | 1.3.6.1.4.1.9.9.146.1.4.4 | Gauge32 | read-only | current |
| ccapAppGblActIPOutCallNowConn OBJECT-TYPE Total number of IP outgoing (placed to IP) calls connected and handled by this gateway at this moment. | 1.3.6.1.4.1.9.9.146.1.4.5 | Gauge32 | read-only | current |
| ccapAppGblActPlaceCallInProgress OBJECT-TYPE Total number of pending place calls requests from all the active instances of this gateway. | 1.3.6.1.4.1.9.9.146.1.4.6 | Gauge32 | read-only | current |
| ccapAppGblActHandoffInProgress OBJECT-TYPE Total number of pending handoff requests from all the active instances of this gateway. | 1.3.6.1.4.1.9.9.146.1.4.7 | Gauge32 | read-only | current |
| ccapAppGblActPromptPlayActive OBJECT-TYPE Total number of active prompts for all the active instances of this gateway. | 1.3.6.1.4.1.9.9.146.1.4.8 | Gauge32 | read-only | current |
| ccapAppGblActRecordingActive OBJECT-TYPE Total number of active recording for all the active instances of this gateway. | 1.3.6.1.4.1.9.9.146.1.4.9 | Gauge32 | read-only | current |
| ccapAppGblActTTSActive OBJECT-TYPE Total number of active TTS (Text-To-Speech) for all the active instances of this gateway. | 1.3.6.1.4.1.9.9.146.1.4.10 | Gauge32 | read-only | current |
| ccapAppGblStatsLogging OBJECT-TYPE Enable or disable the Application Information System for gathering statistics for all the call application types on this gateway. | 1.3.6.1.4.1.9.9.146.1.4.11 | INTEGER {disable(1), enable(2)} | read-write | current |
| ccapAppGblEventLogging OBJECT-TYPE Enable or disable the Application Information System for gathering event-logs for all the call application type instances on this gateway. | 1.3.6.1.4.1.9.9.146.1.4.12 | INTEGER {disable(1), enable(2)} | read-write | current |
| ccapAppGblEvtLogflush OBJECT-TYPE Flush the event logs of all the active application instances to the destination ftp server. FTP server destination is specified in the IOS configuration through config CLI. | 1.3.6.1.4.1.9.9.146.1.4.13 | INTEGER {ftp(1)} | read-write | current |
| ccapAppGblStatsClear OBJECT-TYPE Perform clearing of the entire Application History Global level stats and History Application Type stats. | 1.3.6.1.4.1.9.9.146.1.4.14 | INTEGER {clear(1)} | read-write | current |
| ccapAppGblLastResetTime OBJECT-TYPE The time when the application information statistics were last reset, either through CLI or through ccapAppGblStatsClear object. When the application information system is disabled on the gateway, this object is also reset to zeros. | 1.3.6.1.4.1.9.9.146.1.4.15 | TimeStamp | read-only | current |
| ccapAppGblHisStat OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.146.1.5 | |||
| ccapAppGblHisTotalInstances OBJECT-TYPE Total number of application instances handled by this gateway since last reboot/reset. | 1.3.6.1.4.1.9.9.146.1.5.1 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisLastReset OBJECT-TYPE Date and Time when the counters were last reset from CLI. | 1.3.6.1.4.1.9.9.146.1.5.2 | TimeStamp | read-only | current |
| ccapAppGblHisPSTNInCallSetupInd OBJECT-TYPE Total number of setup indications received by this gateway from the PSTN. | 1.3.6.1.4.1.9.9.146.1.5.3 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisPSTNInCallTotConn OBJECT-TYPE Total number of incoming PSTN call legs connected by this gateway. | 1.3.6.1.4.1.9.9.146.1.5.4 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisPSTNInCallHandedOut OBJECT-TYPE Total number of incoming PSTN call legs that are handed out to another gateway because of application handoff operation . | 1.3.6.1.4.1.9.9.146.1.5.5 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisPSTNInCallHandOutRet OBJECT-TYPE Total number of incoming PSTN call legs that were handed out with call back to another application, returned back to this type. | 1.3.6.1.4.1.9.9.146.1.5.6 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisPSTNInCallInHandoff OBJECT-TYPE Total number of incoming PSTN call legs that were handed to this gateway, with the handoff operation, performed by another gateway. | 1.3.6.1.4.1.9.9.146.1.5.7 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisPSTNInCallInHandoffRet OBJECT-TYPE The Total number of incoming PSTN call legs returned back as part of 'completed handoff with call back operation'. | 1.3.6.1.4.1.9.9.146.1.5.8 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisPSTNInCallDiscNormal OBJECT-TYPE Total number of incoming PSTN call legs that disconnected with 'normal' cause code in this gateway. | 1.3.6.1.4.1.9.9.146.1.5.9 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisPSTNInCallDiscUsrErr OBJECT-TYPE Total number of incoming PSTN call legs that disconnected with 'user error' cause code. User error cause code could be 'no answer/busy/timeout'. | 1.3.6.1.4.1.9.9.146.1.5.10 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisPSTNInCallDiscSysErr OBJECT-TYPE Total number of incoming PSTN call legs that disconnected with 'system error' cause code. System error cause code could be any thing other than 'normal or user error'. | 1.3.6.1.4.1.9.9.146.1.5.11 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisPSTNOutCallSetupReq OBJECT-TYPE Total number of setup requests placed out to PSTN interface, by this gateway. | 1.3.6.1.4.1.9.9.146.1.5.12 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisPSTNOutCallTotConn OBJECT-TYPE Total number of PSTN placed call legs connected to this gateway. | 1.3.6.1.4.1.9.9.146.1.5.13 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisPSTNOutCallHandedOut OBJECT-TYPE Total number of outgoing PSTN call legs that are handed out to another gateway because of application handoff operation. | 1.3.6.1.4.1.9.9.146.1.5.14 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisPSTNOutCallHandOutRet OBJECT-TYPE Total number of outgoing PSTN call legs that were handed out with call back to another application, returned back to this type. | 1.3.6.1.4.1.9.9.146.1.5.15 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisPSTNOutCallInHandoff OBJECT-TYPE Total number of outgoing PSTN call legs that were handed to this gateway, with the handoff operation, performed by another gateway. | 1.3.6.1.4.1.9.9.146.1.5.16 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisPSTNOutCallInHandoffRet OBJECT-TYPE The Total number of outgoing PSTN call legs returned back as part of 'completed handoff with call back operation'. | 1.3.6.1.4.1.9.9.146.1.5.17 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisPSTNOutCallDiscNormal OBJECT-TYPE Total number of outgoing PSTN call legs that disconnected with 'normal' cause code in this gateway. | 1.3.6.1.4.1.9.9.146.1.5.18 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisPSTNOutCallDiscUsrErr OBJECT-TYPE Total number of outgoing PSTN call legs that disconnected with 'user error' cause code. User error cause code could be 'no answer/busy/timeout'. | 1.3.6.1.4.1.9.9.146.1.5.19 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisPSTNOutCallDiscSysErr OBJECT-TYPE Total number of outgoing PSTN call legs that disconnected with 'system error' cause code. System error cause code could be any thing other than 'normal or user error'. | 1.3.6.1.4.1.9.9.146.1.5.20 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisIPInCallSetupInd OBJECT-TYPE Total number of setup indications received by this gateway from the IP interface. | 1.3.6.1.4.1.9.9.146.1.5.21 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisIPInCallTotConn OBJECT-TYPE Total number of incoming IP call legs connected by this gateway. | 1.3.6.1.4.1.9.9.146.1.5.22 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisIPInCallHandedOut OBJECT-TYPE Total number of incoming IP call legs that are handed out to another gateway because of application handoff operation. | 1.3.6.1.4.1.9.9.146.1.5.23 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisIPInCallHandOutRet OBJECT-TYPE Total number of incoming IP call legs that were handed out with call back to another application, returned back to this type. | 1.3.6.1.4.1.9.9.146.1.5.24 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisIPInCallInHandoff OBJECT-TYPE Total number of incoming IP call legs that were handed to this gateway, with the handoff operation, performed by another gateway. | 1.3.6.1.4.1.9.9.146.1.5.25 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisIPInCallInHandoffRet OBJECT-TYPE The Total number of incoming IP call legs returned back as part of 'completed handoff with call back operation'. | 1.3.6.1.4.1.9.9.146.1.5.26 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisIPInCallDiscNormal OBJECT-TYPE Total number of incoming IP call legs that disconnected with 'normal' cause code in this gateway. | 1.3.6.1.4.1.9.9.146.1.5.27 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisIPInCallDiscUsrErr OBJECT-TYPE Total number of incoming IP call legs that disconnected with 'user error' cause code. User error cause code could be 'no answer/busy/timeout'. | 1.3.6.1.4.1.9.9.146.1.5.28 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisIPInCallDiscSysErr OBJECT-TYPE Total number of incoming IP call legs that disconnected with 'system error' cause code. System error cause code could be any thing other than 'normal or user error'. | 1.3.6.1.4.1.9.9.146.1.5.29 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisIPOutCallSetupReq OBJECT-TYPE Total number of setup requests placed out to IP interface, by this gateway. | 1.3.6.1.4.1.9.9.146.1.5.30 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisIPOutCallTotConn OBJECT-TYPE Total number of IP placed call legs connected to this gateway. | 1.3.6.1.4.1.9.9.146.1.5.31 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisIPOutCallHandedOut OBJECT-TYPE Total number of outgoing IP call legs that are handed out to another gateway because of application handoff operation. | 1.3.6.1.4.1.9.9.146.1.5.32 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisIPOutCallHandOutRet OBJECT-TYPE Total number of outgoing IP call legs that were handed out with call back to another application, returned back. | 1.3.6.1.4.1.9.9.146.1.5.33 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisIPOutCallInHandoff OBJECT-TYPE Total number of outgoing IP call legs that were handed to this gateway, with the handoff operation, performed by another gateway. | 1.3.6.1.4.1.9.9.146.1.5.34 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisIPOutCallInHandoffRet OBJECT-TYPE The Total number of outgoing IP call legs returned back as part of 'completed handoff with call back operation'. | 1.3.6.1.4.1.9.9.146.1.5.35 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisIPOutCallDiscNormal OBJECT-TYPE Total number of outgoing IP call legs that disconnected with 'normal' cause code in this gateway. | 1.3.6.1.4.1.9.9.146.1.5.36 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisIPOutCallDiscUsrErr OBJECT-TYPE Total number of outgoing IP call legs that disconnected with 'user error' cause code. User error cause code could be 'no answer/busy/timeout'. | 1.3.6.1.4.1.9.9.146.1.5.37 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisIPOutCallDiscSysErr OBJECT-TYPE Total number of outgoing IP call legs that disconnected with 'system error' cause code. System error cause code could be any thing other than 'normal or user error'. | 1.3.6.1.4.1.9.9.146.1.5.38 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisPlaceCallAttempts OBJECT-TYPE Total number of place call attempts performed by this gateway. | 1.3.6.1.4.1.9.9.146.1.5.39 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisPlaceCallSuccess OBJECT-TYPE Total number of placecall attempts performed successfully by this gateway. | 1.3.6.1.4.1.9.9.146.1.5.40 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisPlaceCallFailure OBJECT-TYPE Total number of place call failures seen by this gateway. | 1.3.6.1.4.1.9.9.146.1.5.41 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisInHandoffCallback OBJECT-TYPE Total number of incoming handoffs with call back to this gateway. | 1.3.6.1.4.1.9.9.146.1.5.42 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisInHandoffCallbackRet OBJECT-TYPE Total number of returned incoming handoffs with call back, from this gateway. | 1.3.6.1.4.1.9.9.146.1.5.43 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisInHandoffNoCallback OBJECT-TYPE Total number of incoming handoffs with no call backs (blind handoffs) received by this gateway. | 1.3.6.1.4.1.9.9.146.1.5.44 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisOutHandoffCallback OBJECT-TYPE Total number of placed handoffs with call backs (bridged handoffs) from this gateway. | 1.3.6.1.4.1.9.9.146.1.5.45 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisOutHandoffCallbackRet OBJECT-TYPE Total number of returned handoffs with callback (bridged handoffs) to this gateway. | 1.3.6.1.4.1.9.9.146.1.5.46 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisOutHandoffNoCallback OBJECT-TYPE Total number of placed handoffs with no callback (blind handoffs) from this gateway. | 1.3.6.1.4.1.9.9.146.1.5.47 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisOutHandofffailures OBJECT-TYPE Total number of outgoing handoff failures seen by this gateway, while trying to place an outgoing handoff to another application. | 1.3.6.1.4.1.9.9.146.1.5.48 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisDocumentReadAttempts OBJECT-TYPE Total number of document read requests made by this gateway. | 1.3.6.1.4.1.9.9.146.1.5.49 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisDocumentReadSuccess OBJECT-TYPE Total number of document read by the gateway. | 1.3.6.1.4.1.9.9.146.1.5.50 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisDocumentReadFailures OBJECT-TYPE Total number of document read errors for this application gateway. | 1.3.6.1.4.1.9.9.146.1.5.51 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisDocumentParseErrors OBJECT-TYPE Total number of document parse errors or semantic errors seen by this gateway. | 1.3.6.1.4.1.9.9.146.1.5.52 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisDocumentWriteAttempts OBJECT-TYPE Total number of document write attempts by this application gateway. | 1.3.6.1.4.1.9.9.146.1.5.53 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisDocumentWriteSuccess OBJECT-TYPE Total number of document written successfully by this gateway. | 1.3.6.1.4.1.9.9.146.1.5.54 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisDocumentWriteFailures OBJECT-TYPE Total number of document write failures for this gateway. | 1.3.6.1.4.1.9.9.146.1.5.55 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisDTMFAttempts OBJECT-TYPE Total number of attempts to read user DTMF input by this gateway. | 1.3.6.1.4.1.9.9.146.1.5.56 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisDTMFAborted OBJECT-TYPE Total number of DTMF reads interrupts/aborts by this gateway. | 1.3.6.1.4.1.9.9.146.1.5.57 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisDTMFNoMatch OBJECT-TYPE Total number of DTMF no match events on incorrect user input, seen by this gateway. | 1.3.6.1.4.1.9.9.146.1.5.58 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisDTMFNoInput OBJECT-TYPE Total number of user input timeout on DTMF input seen by this gateway. | 1.3.6.1.4.1.9.9.146.1.5.59 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisDTMFMatch OBJECT-TYPE Total number of DTMF input matched events seen by this gateway. | 1.3.6.1.4.1.9.9.146.1.5.60 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisDTMFLongPound OBJECT-TYPE Total number of 'Long-Pound' user interrupts seen by this gateway. | 1.3.6.1.4.1.9.9.146.1.5.61 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisASRAttempts OBJECT-TYPE Total number of ASR (Automatic Speech Recognition) attempts to read user speech input by this gateway. | 1.3.6.1.4.1.9.9.146.1.5.62 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisASRAborted OBJECT-TYPE Total number of ASR (Automatic Speech Recognition) read interrupts/aborts by this gateway. | 1.3.6.1.4.1.9.9.146.1.5.63 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisASRNoMatch OBJECT-TYPE Total number of ASR (Automatic Speech Recognition) match events on user speech input seen, by this gateway. | 1.3.6.1.4.1.9.9.146.1.5.64 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisASRNoInput OBJECT-TYPE Total number of ASR (Automatic Speech Recognition) user speech input timeout events, seen by this gateway. | 1.3.6.1.4.1.9.9.146.1.5.65 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisASRMatch OBJECT-TYPE Total number of ASR (Automatic Speech Recognition) user speech input matched events, seen by this gateway. | 1.3.6.1.4.1.9.9.146.1.5.66 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisAAAAuthenticateFailure OBJECT-TYPE Total number of AAA Authenticate failures seen by this gateway. | 1.3.6.1.4.1.9.9.146.1.5.67 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisAAAAuthenticateSuccess OBJECT-TYPE Total number of AAA Authenticate success seen by this gateway. | 1.3.6.1.4.1.9.9.146.1.5.68 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisAAAAuthorizeFailure OBJECT-TYPE Total number of AAA Authorize failures seen by this gateway. | 1.3.6.1.4.1.9.9.146.1.5.69 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisAAAAuthorizeSuccess OBJECT-TYPE Total number of AAA Authorize success seen by this gateway. | 1.3.6.1.4.1.9.9.146.1.5.70 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisASNLSubscriptionsSent OBJECT-TYPE Total number of ASNL subscription sent by this application type. | 1.3.6.1.4.1.9.9.146.1.5.71 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisASNLSubscriptionsSuccess OBJECT-TYPE Total number of ASNL subscriptions success, seen by this application gateway. | 1.3.6.1.4.1.9.9.146.1.5.72 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisASNLSubscriptionsFailed OBJECT-TYPE Total number of ASNL subscription failures, seen by this gateway. | 1.3.6.1.4.1.9.9.146.1.5.73 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisASNLNotifReceived OBJECT-TYPE Total number of ASNL subscriptions received by this gateway. | 1.3.6.1.4.1.9.9.146.1.5.74 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisPromptPlayAttempts OBJECT-TYPE Total number of prompt play attempts made by this gateway. | 1.3.6.1.4.1.9.9.146.1.5.75 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisPromptPlaySuccess OBJECT-TYPE Total number of play prompt success, seen by this gateway. | 1.3.6.1.4.1.9.9.146.1.5.76 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisPromptPlayFailed OBJECT-TYPE Total number of prompt play failures seen by this gateway. | 1.3.6.1.4.1.9.9.146.1.5.77 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisPromptPlayDuration OBJECT-TYPE Total duration (in seconds), of all the prompt plays performed by this gateway. | 1.3.6.1.4.1.9.9.146.1.5.78 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisRecordingAttempts OBJECT-TYPE Total number of record attempts made by this application gateway. | 1.3.6.1.4.1.9.9.146.1.5.79 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisRecordingSuccess OBJECT-TYPE Total number of recording success, seen by this application gateway. | 1.3.6.1.4.1.9.9.146.1.5.80 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisRecordingFailed OBJECT-TYPE Total number of recording failures seen by this application gateway. | 1.3.6.1.4.1.9.9.146.1.5.81 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisRecordingDuration OBJECT-TYPE Total duration (in seconds), of all the recordings performed by this gateway. | 1.3.6.1.4.1.9.9.146.1.5.82 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisTTSAttempts OBJECT-TYPE Total number of TTS (Text-To-Speech) play attempts made by this gateway. | 1.3.6.1.4.1.9.9.146.1.5.83 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisTTSSuccess OBJECT-TYPE Total number of TTS (Text-To-Speech) play success seen by this gateway. | 1.3.6.1.4.1.9.9.146.1.5.84 | ZeroBasedCounter32 | read-only | current |
| ccapAppGblHisTTSFailed OBJECT-TYPE Total number of TTS (Text-To-Speech) play failures seen by this gateway. | 1.3.6.1.4.1.9.9.146.1.5.85 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntf OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.146.1.6 | |||
| ccapAppIntfGblStatsLogging OBJECT-TYPE Enable/ disable the Application Interface Information System to gather statistics for all the application interface types on this gateway. Call application interface types are AAA, ASR, Flash, HTTP, SMTP, RAM, RTSP, TFTP, TTS. | 1.3.6.1.4.1.9.9.146.1.6.1 | INTEGER {disable(1), enable(2)} | read-write | current |
| ccapAppIntfGblEventLogging OBJECT-TYPE Enable/disable the Application Interface Information System to gather event-logs for all the call application interface types on this gateway. Call application interface types are AAA, ASR, Flash, HTTP, SMTP, RAM, RTSP, TFTP and TTS. | 1.3.6.1.4.1.9.9.146.1.6.2 | INTEGER {disable(1), enable(2)} | read-write | current |
| ccapAppIntfGblEvtLogFlush OBJECT-TYPE Flush the application interface event logs from all the call application interfaces to the destination ftp server. FTP server destination is specified in the IOS configuration through config Command Line Interface. | 1.3.6.1.4.1.9.9.146.1.6.3 | INTEGER {ftp(1)} | read-write | current |
| ccapAppIntfGblStatsClear OBJECT-TYPE Perform resetting of the entire Application Interface stats and/or evtlogs for all the interface types and all the associated servers records. Server records are not purged. | 1.3.6.1.4.1.9.9.146.1.6.4 | INTEGER {clearStats(1), clearEventlog(2), clear(3)} | read-write | current |
| ccapAppIntfGblLastResetTime OBJECT-TYPE The time when the application interface information statistics were last reset, either through CLI or through ccapAppIntfGblStatsClear object. When the application interface information system is disabled on the gateway, this object is also reset to zeros. | 1.3.6.1.4.1.9.9.146.1.6.5 | TimeStamp | read-only | current |
| ccapAppIntfHTTPTable OBJECT-TYPE Information about last N most active HTTP unique servers accessed from a call application gateway. | 1.3.6.1.4.1.9.9.146.1.6.8 | not-accessible | current | |
| ccapAppIntfHTTPEntry OBJECT-TYPE Information about a HTTP server interface to an application. When applicaiton gateway instances access an external HTTP server, a record entry is created for that server. If a maximum number of servers is reached, then oldest accessed server record is purged. Maximum number of server records to retain is configured through IOS CLI. | 1.3.6.1.4.1.9.9.146.1.6.8.1 | not-accessible | current | |
| ccapAppIntfHTTPServer OBJECT-TYPE The name or IP address of this HTTP server. | 1.3.6.1.4.1.9.9.146.1.6.8.1.1 | ServerNameString | not-accessible | current |
| ccapAppIntfHTTPStats OBJECT-TYPE To display the current configuration of Application Interface Information System for gathering statistics for this HTTP server. | 1.3.6.1.4.1.9.9.146.1.6.8.1.2 | INTEGER {disable(1), enable(2)} | read-only | current |
| ccapAppIntfHTTPEvtLog OBJECT-TYPE To display the current configuration of Application Information System for gathering event-logs for this HTTP server. | 1.3.6.1.4.1.9.9.146.1.6.8.1.3 | INTEGER {disable(1), enable(2)} | read-only | current |
| ccapAppIntfHTTPGetRequest OBJECT-TYPE Total number of HTTP GET requests sent by call applications to this HTTP server. | 1.3.6.1.4.1.9.9.146.1.6.8.1.4 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfHTTPGetSuccess OBJECT-TYPE Total number of successful HTTP GET transactions done from call applications to this HTTP server. | 1.3.6.1.4.1.9.9.146.1.6.8.1.5 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfHTTPGetFailure OBJECT-TYPE Total number of failed HTTP GET transactions from call applications to this HTTP server. | 1.3.6.1.4.1.9.9.146.1.6.8.1.6 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfHTTPPostRequest OBJECT-TYPE Total number of HTTP POST requests sent by call applications to this HTTP server. | 1.3.6.1.4.1.9.9.146.1.6.8.1.7 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfHTTPPostSuccess OBJECT-TYPE Total number of successful HTTP POST transactions done from call applications to this HTTP server. | 1.3.6.1.4.1.9.9.146.1.6.8.1.8 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfHTTPPostFailure OBJECT-TYPE Total number of failed HTTP POST transactions from call applications to this HTTP server. | 1.3.6.1.4.1.9.9.146.1.6.8.1.9 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfHTTPTxBytes OBJECT-TYPE Total number KiloBytes sent from call applications to this HTTP server, since last reset. | 1.3.6.1.4.1.9.9.146.1.6.8.1.10 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfHTTPRxBytes OBJECT-TYPE Total number of KiloBytes received to call applications from this HTTP server, since last reset. | 1.3.6.1.4.1.9.9.146.1.6.8.1.11 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfHTTPMinXferRate OBJECT-TYPE Minimum transfer rate of all the transactions between call applications and this HTTP server, from the last reset. | 1.3.6.1.4.1.9.9.146.1.6.8.1.12 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfHTTPMaxXferRate OBJECT-TYPE Maximum transfer rate of all the transactions between call applications and this HTTP server, from the last reset. | 1.3.6.1.4.1.9.9.146.1.6.8.1.13 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfHTTPAvgXferRate OBJECT-TYPE Average transfer rate between call applications and this HTTP server. This is a running average of the last ten transactions or from the last reset if transaction count is less than ten. | 1.3.6.1.4.1.9.9.146.1.6.8.1.14 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfHTTPLastResetTime OBJECT-TYPE The time when the application information statistics were last reset, either through CLI or through ccapAppGblStatsClear object for this HTTP server. When the application information system is disabled on the gateway, this object is also reset to zeros. | 1.3.6.1.4.1.9.9.146.1.6.8.1.15 | TimeStamp | read-only | current |
| ccapAppIntfRTSPTable OBJECT-TYPE Information about last N most active RTSP unique servers accessed from a call application gateway. | 1.3.6.1.4.1.9.9.146.1.6.9 | not-accessible | current | |
| ccapAppIntfRTSPEntry OBJECT-TYPE Information about a RTSP server interface to an application. When applicaiton gateway instances access an external RTSP server, a record entry is created for that server. If a maximum number of server records has reached, then oldest accessed server record is purged. Maximum number of server records to retain is configured through IOS CLI. | 1.3.6.1.4.1.9.9.146.1.6.9.1 | not-accessible | current | |
| ccapAppIntfRTSPServer OBJECT-TYPE The name or IP address of this RTSP server. | 1.3.6.1.4.1.9.9.146.1.6.9.1.1 | ServerNameString | not-accessible | current |
| ccapAppIntfRTSPStats OBJECT-TYPE To display the current configuration of Application Interface Information System for gathering statistics for this RTSP server. | 1.3.6.1.4.1.9.9.146.1.6.9.1.2 | INTEGER {disable(1), enable(2)} | read-only | current |
| ccapAppIntfRTSPEvtLog OBJECT-TYPE To display the current configuration of Application Information System for gathering event-logs for this RTSP server. | 1.3.6.1.4.1.9.9.146.1.6.9.1.3 | INTEGER {disable(1), enable(2)} | read-only | current |
| ccapAppIntfRTSPReadRequest OBJECT-TYPE Total number of RTSP read requests sent by call applications to this RTSP server. | 1.3.6.1.4.1.9.9.146.1.6.9.1.4 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfRTSPReadSuccess OBJECT-TYPE Total number of successful RTSP read transactions done from call applications to this RTSP server. | 1.3.6.1.4.1.9.9.146.1.6.9.1.5 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfRTSPReadFailure OBJECT-TYPE Total number of failed RTSP read transactions from call applications to this RTSP server. | 1.3.6.1.4.1.9.9.146.1.6.9.1.6 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfRTSPWriteRequest OBJECT-TYPE Total number of RTSP write requests sent by call applications to this RTSP server. | 1.3.6.1.4.1.9.9.146.1.6.9.1.7 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfRTSPWriteSuccess OBJECT-TYPE Total number of successful RTSP write transactions done from call applications to this RTSP server. | 1.3.6.1.4.1.9.9.146.1.6.9.1.8 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfRTSPWriteFailure OBJECT-TYPE Total number of failed RTSP write transactions from call applications to this RTSP server. | 1.3.6.1.4.1.9.9.146.1.6.9.1.9 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfRTSPTxBytes OBJECT-TYPE Total number KiloBytes sent from call applications to this RTSP server, since last reset. | 1.3.6.1.4.1.9.9.146.1.6.9.1.10 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfRTSPRxBytes OBJECT-TYPE Total number of KiloBytes received to call applications from this RTSP server, since last reset. | 1.3.6.1.4.1.9.9.146.1.6.9.1.11 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfRTSPMinXferRate OBJECT-TYPE Minimum transfer rate of all the transactions between call applications and this RTSP server, from last reset. | 1.3.6.1.4.1.9.9.146.1.6.9.1.12 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfRTSPMaxXferRate OBJECT-TYPE Maximum transfer rate of all the transactions between call applications and this RTSP server, from the last reset. | 1.3.6.1.4.1.9.9.146.1.6.9.1.13 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfRTSPAvgXferRate OBJECT-TYPE Average transfer rate between call applications and this RTSP server. This is a running average of the last ten transactions or from the last reset if transaction count is less than ten. | 1.3.6.1.4.1.9.9.146.1.6.9.1.14 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfRTSPLastResetTime OBJECT-TYPE The time when the application information statistics were last reset, either through CLI or through ccapAppGblStatsClear object for this RTSP server. When the application information system is disabled on gateway, this object is also reset to zeros. | 1.3.6.1.4.1.9.9.146.1.6.9.1.15 | TimeStamp | read-only | current |
| ccapAppIntfTFTPTable OBJECT-TYPE Information about last N most active TFTP unique servers accessed from a call application gateway. | 1.3.6.1.4.1.9.9.146.1.6.10 | not-accessible | current | |
| ccapAppIntfTFTPEntry OBJECT-TYPE Information about a TFTP server interface to a application. When applicaiton gateway instances access an external TFTP server, a record entry is created for that server. If a maximum number of server is reached, then oldest accessed server record is purged. Maximum number of server records to retain is configured through IOS CLI. | 1.3.6.1.4.1.9.9.146.1.6.10.1 | not-accessible | current | |
| ccapAppIntfTFTPServer OBJECT-TYPE The name or IP address of this TFTP server. | 1.3.6.1.4.1.9.9.146.1.6.10.1.1 | ServerNameString | not-accessible | current |
| ccapAppIntfTFTPStats OBJECT-TYPE To display the current configuration of Application Interface Information System for gathering statistics for this TFTP server. | 1.3.6.1.4.1.9.9.146.1.6.10.1.2 | INTEGER {disable(1), enable(2)} | read-only | current |
| ccapAppIntfTFTPEvtLog OBJECT-TYPE To display the current configuration of Application Information System for gathering event-logs for this TFTP server. | 1.3.6.1.4.1.9.9.146.1.6.10.1.3 | INTEGER {disable(1), enable(2)} | read-only | current |
| ccapAppIntfTFTPReadRequest OBJECT-TYPE Total number of TFTP read requests sent by call applications to this TFTP server. | 1.3.6.1.4.1.9.9.146.1.6.10.1.4 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfTFTPReadSuccess OBJECT-TYPE Total number of successful TFTP read transactions done from call applications to this TFTP server. | 1.3.6.1.4.1.9.9.146.1.6.10.1.5 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfTFTPReadFailure OBJECT-TYPE Total number of failed TFTP read transactions from call applications to this TFTP server. | 1.3.6.1.4.1.9.9.146.1.6.10.1.6 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfTFTPWriteRequest OBJECT-TYPE Total number of TFTP write requests sent by call applications to this TFTP server. | 1.3.6.1.4.1.9.9.146.1.6.10.1.7 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfTFTPWriteSuccess OBJECT-TYPE Total number of successful TFTP write transactions done from call applications to this TFTP server. | 1.3.6.1.4.1.9.9.146.1.6.10.1.8 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfTFTPWriteFailure OBJECT-TYPE Total number of failed TFTP write transactions from call applications to this TFTP server. | 1.3.6.1.4.1.9.9.146.1.6.10.1.9 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfTFTPTxBytes OBJECT-TYPE Total number KiloBytes sent from call applications to this TFTP server, since last reset. | 1.3.6.1.4.1.9.9.146.1.6.10.1.10 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfTFTPRxBytes OBJECT-TYPE Total number of KiloBytes received to call applications from this TFTP server, since last reset. | 1.3.6.1.4.1.9.9.146.1.6.10.1.11 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfTFTPMinXferRate OBJECT-TYPE Minimum transfer rate of all the transactions between call applications and this TFTP server, from the last reset. | 1.3.6.1.4.1.9.9.146.1.6.10.1.12 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfTFTPMaxXferRate OBJECT-TYPE Maximum transfer rate of all the transactions between call applications and this TFTP server, from the last reset. | 1.3.6.1.4.1.9.9.146.1.6.10.1.13 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfTFTPAvgXferRate OBJECT-TYPE Average transfer rate between call applications and this TFTP server. This is a running average of the last ten transactions or from the last reset if transaction count is less than ten. | 1.3.6.1.4.1.9.9.146.1.6.10.1.14 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfTFTPLastResetTime OBJECT-TYPE The time when the application information statistics were last reset, either through CLI or through ccapAppGblStatsClear object for this TFTP server. When the application information system is disabled on the gateway, this object is also reset to zeros. | 1.3.6.1.4.1.9.9.146.1.6.10.1.15 | TimeStamp | read-only | current |
| ccapAppIntfFlashReadRequest OBJECT-TYPE Total number of Flash read requests sent by call applications to flash file system on this gateway. | 1.3.6.1.4.1.9.9.146.1.6.11 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfFlashReadSuccess OBJECT-TYPE Total number of successful flash file read transactions done from call applications on this gateway. | 1.3.6.1.4.1.9.9.146.1.6.12 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfFlashReadFailure OBJECT-TYPE Total number of failed flash read transactions from call applications on this gateway. | 1.3.6.1.4.1.9.9.146.1.6.13 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfRAMRecordReadRequest OBJECT-TYPE Total number of RAM recording read requests sent by call applications on this gateway. | 1.3.6.1.4.1.9.9.146.1.6.14 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfRAMRecordReadSuccess OBJECT-TYPE Total number of successful RAM recording read transactions done from call applications on this gateway. | 1.3.6.1.4.1.9.9.146.1.6.15 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfRAMRecordiongReadFailure OBJECT-TYPE Total number of RAM recording read transactions failures from call applications on this gateway. | 1.3.6.1.4.1.9.9.146.1.6.16 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfRAMRecordRequest OBJECT-TYPE Total number of RAM recording requests sent by call applications on this gateway. | 1.3.6.1.4.1.9.9.146.1.6.17 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfRAMRecordSuccess OBJECT-TYPE Total number of successful RAM recordings done from call applications on this gateway. | 1.3.6.1.4.1.9.9.146.1.6.18 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfRAMRecordiongFailure OBJECT-TYPE Total number of RAM recording failures from call applications on this gateway. | 1.3.6.1.4.1.9.9.146.1.6.19 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfSMTPTable OBJECT-TYPE Information about last N most active SMTP unique servers accessed from a call application gateway. When applicaiton gateway instances access an external SMTP server, a record entry is created for that server. If a maximum number of server record has reached, then the oldest accessed server record is purged. Maximum number of server records to retain is configured through IOS CLI. | 1.3.6.1.4.1.9.9.146.1.6.20 | not-accessible | current | |
| ccapAppIntfSMTPEntry OBJECT-TYPE Information about a SMTP server interface to an application. | 1.3.6.1.4.1.9.9.146.1.6.20.1 | not-accessible | current | |
| ccapAppIntfSMTPServer OBJECT-TYPE The name or IP address of this SMTP server. | 1.3.6.1.4.1.9.9.146.1.6.20.1.1 | ServerNameString | not-accessible | current |
| ccapAppIntfSMTPStats OBJECT-TYPE To display the current configuration of Application Interface Information System for gathering statistics for this SMTP server. | 1.3.6.1.4.1.9.9.146.1.6.20.1.2 | INTEGER {disable(1), enable(2)} | read-only | current |
| ccapAppIntfSMTPEvtLog OBJECT-TYPE To display the current configuration of Application Information System for gathering event-logs for this SMTP server. | 1.3.6.1.4.1.9.9.146.1.6.20.1.3 | INTEGER {disable(1), enable(2)} | read-only | current |
| ccapAppIntfSMTPReadRequest OBJECT-TYPE Total number of SMTP read requests sent by call applications to this SMTP server. | 1.3.6.1.4.1.9.9.146.1.6.20.1.4 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfSMTPReadSuccess OBJECT-TYPE Total number of successful SMTP read transactions done from call applications to this SMTP server. | 1.3.6.1.4.1.9.9.146.1.6.20.1.5 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfSMTPReadFailure OBJECT-TYPE Total number of failed SMTP read transactions from call applications to this SMTP server. | 1.3.6.1.4.1.9.9.146.1.6.20.1.6 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfSMTPWriteRequest OBJECT-TYPE Total number of SMTP write requests sent by call applications to this SMTP server. | 1.3.6.1.4.1.9.9.146.1.6.20.1.7 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfSMTPWriteSuccess OBJECT-TYPE Total number of successful SMTP write transactions done from call applications to this SMTP server. | 1.3.6.1.4.1.9.9.146.1.6.20.1.8 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfSMTPWriteFailure OBJECT-TYPE Total number of failed SMTP write transactions from call applications to this SMTP server. | 1.3.6.1.4.1.9.9.146.1.6.20.1.9 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfSMTPTxBytes OBJECT-TYPE Total number KiloBytes sent from call applications to this SMTP server, since last reset. | 1.3.6.1.4.1.9.9.146.1.6.20.1.10 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfSMTPRxBytes OBJECT-TYPE Total number of KiloBytes received to call applications from this SMTP server, since last reset. | 1.3.6.1.4.1.9.9.146.1.6.20.1.11 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfSMTPMinXferRate OBJECT-TYPE Minimum transfer rate of all the transactions between call applications and this SMTP server, from the last reset. | 1.3.6.1.4.1.9.9.146.1.6.20.1.12 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfSMTPMaxXferRate OBJECT-TYPE Maximum transfer rate of all the transactions between call applications and this SMTP server, from the last reset. | 1.3.6.1.4.1.9.9.146.1.6.20.1.13 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfSMTPAvgXferRate OBJECT-TYPE Average transfer rate between call applications and this SMTP server. This is a running average of the last ten transactions or from the last reset if transaction count is less than ten. | 1.3.6.1.4.1.9.9.146.1.6.20.1.14 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfSMTPLastResetTime OBJECT-TYPE The time when the application information statistics were last reset, either through CLI or through ccapAppGblStatsClear object for this SMTP server. When the application information system is disabled on gateway, this object is also reset to zeros. | 1.3.6.1.4.1.9.9.146.1.6.20.1.15 | TimeStamp | read-only | current |
| ccapAppIntfAAAMethodListTable OBJECT-TYPE Information about last N most active AAA method lists accessed from a call application gateway. When applicaiton gateway instances access AAA method list, a record entry is created for that method list. If a maximum number of server is reached, then oldest accessed method list record is purged. Maximum number of method list records to retain is configured through IOS CLI. | 1.3.6.1.4.1.9.9.146.1.6.21 | not-accessible | current | |
| ccapAppIntfAAAMethodListEntry OBJECT-TYPE Information about an AAA method list interface to an call application. | 1.3.6.1.4.1.9.9.146.1.6.21.1 | not-accessible | current | |
| ccapAppIntfAAAMethodListServer OBJECT-TYPE The name of this configured AAA method list. | 1.3.6.1.4.1.9.9.146.1.6.21.1.1 | SnmpAdminString (SIZE(1..40)) | not-accessible | current |
| ccapAppIntfAAAMethodListStats OBJECT-TYPE To display the current configuration of Application Interface Information System for gathering statistics for this AAA method list. | 1.3.6.1.4.1.9.9.146.1.6.21.1.2 | INTEGER {disable(1), enable(2)} | read-only | current |
| ccapAppIntfAAAMethodListEvtLog OBJECT-TYPE To display the current configuration of Application Information System for gathering event-logs for this AAA method list. | 1.3.6.1.4.1.9.9.146.1.6.21.1.3 | INTEGER {disable(1), enable(2)} | read-only | current |
| ccapAppIntfAAAMethodListReadRequest OBJECT-TYPE Total number of AAA method list read requests sent by call applications to configured AAA method list on this gateway. | 1.3.6.1.4.1.9.9.146.1.6.21.1.4 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfAAAMethodListReadSuccess OBJECT-TYPE Total number of successful AAA method lists transactions done from call applications on this gateway. | 1.3.6.1.4.1.9.9.146.1.6.21.1.5 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfAAAMethodListReadFailure OBJECT-TYPE Total number of failed AAA method lists transactions from call applications on this gateway. This object does not include the AAA rejects by the servers. It indicates failures due to this gateway and AAA server issues. | 1.3.6.1.4.1.9.9.146.1.6.21.1.6 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfAAAMethodListLastResetTime OBJECT-TYPE The time when the application information statistics were last reset, either through CLI or through ccapAppGblStatsClear object for this AAA method list. When the application information system is disabled on gateway, this object is also reset to zeros. | 1.3.6.1.4.1.9.9.146.1.6.21.1.7 | TimeStamp | read-only | current |
| ccapAppIntfASRTable OBJECT-TYPE Information about last N most active ASR (Automatic Speech Recognition ) unique servers accessed from a call application gateway. When applicaiton gateway instances access an external ASR server, a record entry is created for that server. If a maximum number of server records has reached, then the oldest accessed server record is purged. Maximum number of server records to retain is configured through IOS CLI. | 1.3.6.1.4.1.9.9.146.1.6.22 | not-accessible | current | |
| ccapAppIntfASREntry OBJECT-TYPE Information about an ASR server interface to an call application. | 1.3.6.1.4.1.9.9.146.1.6.22.1 | not-accessible | current | |
| ccapAppIntfASRServer OBJECT-TYPE The name or IP address of this ASR server. | 1.3.6.1.4.1.9.9.146.1.6.22.1.1 | ServerNameString | not-accessible | current |
| ccapAppIntfASRStats OBJECT-TYPE To display the current configuration of Application Interface Information System for gathering statistics for this ASR server. | 1.3.6.1.4.1.9.9.146.1.6.22.1.2 | INTEGER {disable(1), enable(2)} | read-only | current |
| ccapAppIntfASREvtLog OBJECT-TYPE To display the current configuration of Application Information System for gathering event-logs for this ASR server. | 1.3.6.1.4.1.9.9.146.1.6.22.1.3 | INTEGER {disable(1), enable(2)} | read-only | current |
| ccapAppIntfASRReadRequest OBJECT-TYPE Total number of ASR read requests sent by call applications to this ASR server from this gateway. | 1.3.6.1.4.1.9.9.146.1.6.22.1.4 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfASRReadSuccess OBJECT-TYPE Total number of successful ASR transactions done from call applications on this gateway to this ASR server. | 1.3.6.1.4.1.9.9.146.1.6.22.1.5 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfASRReadFailure OBJECT-TYPE Total number of failed ASR attempts transactions from call applications to this ASR server. | 1.3.6.1.4.1.9.9.146.1.6.22.1.6 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfASRLastResetTime OBJECT-TYPE The time when the application information statistics were last reset, either through CLI or through ccapAppGblStatsClear object for this ASR server. When the application information system is disabled on the gateway, this object is also reset to zeros. | 1.3.6.1.4.1.9.9.146.1.6.22.1.7 | TimeStamp | read-only | current |
| ccapAppIntfTTSTable OBJECT-TYPE Information about last N most active TTS (Automatic Speech Recognition ) unique servers accessed from a call application gateway. When applicaiton gateway instances access an external TTS server, a record entry is created for that server. If maximum number of server records has reached, then oldest accessed server record is purged. Maximum number of server records to retain is configured through IOS CLI. | 1.3.6.1.4.1.9.9.146.1.6.23 | not-accessible | current | |
| ccapAppIntfTTSEntry OBJECT-TYPE Information about an TTS server interface to a call application. | 1.3.6.1.4.1.9.9.146.1.6.23.1 | not-accessible | current | |
| ccapAppIntfTTSServer OBJECT-TYPE The name or IP address of this TTS server. | 1.3.6.1.4.1.9.9.146.1.6.23.1.1 | ServerNameString | not-accessible | current |
| ccapAppIntfTTSStats OBJECT-TYPE To display the current configuration of Application Interface Information System for gathering statistics for this TTS server. | 1.3.6.1.4.1.9.9.146.1.6.23.1.2 | INTEGER {disable(1), enable(2)} | read-only | current |
| ccapAppIntfTTSEvtLog OBJECT-TYPE To display the current configuration of Application Information System for gathering event-logs for this TTS server. | 1.3.6.1.4.1.9.9.146.1.6.23.1.3 | INTEGER {disable(1), enable(2)} | read-only | current |
| ccapAppIntfTTSReadRequest OBJECT-TYPE Total number of TTS read requests sent by call applications to this TTS server from this gateway. | 1.3.6.1.4.1.9.9.146.1.6.23.1.4 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfTTSReadSuccess OBJECT-TYPE Total number of successful TTS transactions done from call applications on this gateway to this TTS server. | 1.3.6.1.4.1.9.9.146.1.6.23.1.5 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfTTSReadFailure OBJECT-TYPE Total number of failed TTS attempts transactions from call applications to this TTS server. | 1.3.6.1.4.1.9.9.146.1.6.23.1.6 | ZeroBasedCounter32 | read-only | current |
| ccapAppIntfTTSLastResetTime OBJECT-TYPE The time when the application information statistics were last reset, either through CLI or through ccapAppGblStatsClear object for this TTS server. When the application information system is disabled on the gateway, this object is also reset to zeros. | 1.3.6.1.4.1.9.9.146.1.6.23.1.7 | TimeStamp | read-only | current |
| ciscoCallApplicationMIBConformance OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.146.3 | |||
| ciscoCallApplicationMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.146.3.1 | |||
| ciscoCallApplicationMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.146.3.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| ciscoCallApplicationMIBCompliance MODULE-COMPLIANCE The compliance statement for Cisco agents which implement the CISCO-CALL-APPLICATION-MIB. | 1.3.6.1.4.1.9.9.146.3.1.1 | deprecated |
| ciscoCallApplicationMIBComplianceRev1 MODULE-COMPLIANCE The compliance statement for Cisco agents which implement the CISCO-CALL-APPLICATION-MIB. | 1.3.6.1.4.1.9.9.146.3.1.2 | current |
| ccapGeneralCfgGroup OBJECT-GROUP A collection of objects for general configuration of call applications. | 1.3.6.1.4.1.9.9.146.3.2.1 | deprecated |
| ccapGeneralCfgGroupRev1 OBJECT-GROUP A collection of objects for general configuration of call applications and to display current activity of applications. | 1.3.6.1.4.1.9.9.146.3.2.2 | current |
| ccapAppTypeHistoryGroup OBJECT-GROUP A collection of objects to monitor information for each call application type. This provides statistics from all the history instances for that call application type. | 1.3.6.1.4.1.9.9.146.3.2.3 | current |
| ccapAppInstanceHistoryGroup OBJECT-GROUP A collection of objects to display detailed information on an instance of a call applications once the application instance has terminated. | 1.3.6.1.4.1.9.9.146.3.2.4 | current |
| ccapAppGblActGroup OBJECT-GROUP A collection of objects to display gauges on the current activity for all the active instances from all the call application types on this gateway. | 1.3.6.1.4.1.9.9.146.3.2.5 | current |
| ccapAppGblCfgGroup OBJECT-GROUP A collection of objects for general configuration of call application information system stats and event logs for all the application instances on this gateway and to display current configuration and reset time of statistics. | 1.3.6.1.4.1.9.9.146.3.2.6 | current |
| ccapAppGblHisGroup OBJECT-GROUP A collection of objects to display detailed information from the gateway for all the history instances which started from all application-types. | 1.3.6.1.4.1.9.9.146.3.2.7 | current |
| ccapAppIntfGblCfgGroup OBJECT-GROUP A collection of objects for general configuration of call application interface information system stats and event logs for all the application interfaces and servers associated with each interface. Also this group is to display current configuration and reset time of statistics for all the interfaces counters. | 1.3.6.1.4.1.9.9.146.3.2.8 | current |
| ccapAppIntfHTTPGroup OBJECT-GROUP A collection of objects to display statistics related to interaction between application instances and HTTP servers. | 1.3.6.1.4.1.9.9.146.3.2.9 | current |
| ccapAppIntfRTSPGroup OBJECT-GROUP A collection of objects to display statistics related to interaction between application instances and RTSP servers. | 1.3.6.1.4.1.9.9.146.3.2.10 | current |
| ccapAppIntfTFTPGroup OBJECT-GROUP A collection of objects to display statistics related to interaction between application instances and TFTP servers. | 1.3.6.1.4.1.9.9.146.3.2.11 | current |
| ccapAppIntfSMTPGroup OBJECT-GROUP A collection of objects to display statistics related to interaction between application instances and SMTP servers. | 1.3.6.1.4.1.9.9.146.3.2.12 | current |
| ccapAppIntfAAAMethodListGroup OBJECT-GROUP A collection of objects to display statistics related to interaction between application instances and AAA methods. | 1.3.6.1.4.1.9.9.146.3.2.13 | current |
| ccapAppIntfASRGroup OBJECT-GROUP A collection of objects to display statistics related to interaction between application instances and ASR (Automatic Speech Recognition) servers. | 1.3.6.1.4.1.9.9.146.3.2.14 | current |
| ccapAppIntfTTSGroup OBJECT-GROUP A collection of objects to display statistics related to interaction between application instances and TTS (Text To Speech) servers. | 1.3.6.1.4.1.9.9.146.3.2.15 | current |
| ccapAppIntfFlashGroup OBJECT-GROUP A collection of objects to display statistics related to interaction between application instances and Flash file system on the IOS gateway. | 1.3.6.1.4.1.9.9.146.3.2.16 | current |
| ccapAppIntfRAMRecordGroup OBJECT-GROUP A collection of objects to display statistics related to interaction between application instances and media recording posted and re-read from RAM (memory) on this gateway. | 1.3.6.1.4.1.9.9.146.3.2.17 | current |