DLGR4DEV-MIB

File: DLGR4DEV-MIB.mib (27223 bytes)

Imported modules

SNMPv2-TC RFC1155-SMI RFC-1215
DLGC-GLOBAL-REG

Imported symbols

DisplayString Gauge Counter
OBJECT-TYPE TRAP-TYPE dlgR4Resources

Defined Types

DlgR4DeviceEntry  
SEQUENCE    
  dlgR4DeviceIndex INTEGER
  dlgR4DeviceName DisplayString
  dlgR4DeviceType INTEGER
  dlgR4DeviceHiIdentIndex INTEGER
  dlgR4DeviceOpenCount Gauge
  dlgR4DeviceXmitCTbusSlot INTEGER
  dlgR4DeviceRcvrCTbusSlot INTEGER

DlgR4VoiceEntry  
SEQUENCE    
  dlgR4VoiceChannelIndex INTEGER
  dlgR4VoiceChannelStatus INTEGER
  dlgR4VoiceLineStatus INTEGER
  dlgR4VoiceNumberOfDigits Gauge
  dlgR4VoiceE2PROMFeatures INTEGER

DlgR4DTIEntry  
SEQUENCE    
  dlgR4DTITimeslotIndex INTEGER
  dlgR4DTIProtocol DisplayString
  dlgR4DTITimeslotStatus INTEGER
  dlgR4DTIRcvSigBits INTEGER
  dlgR4DTIXmitSigBits INTEGER

DlgR4ISDNEntry  
SEQUENCE    
  dlgR4ISDNBChannelIndex INTEGER
  dlgR4ISDNProtocol DisplayString
  dlgR4ISDNBChannelStatus INTEGER

DlgR4MSIEntry  
SEQUENCE    
  dlgR4MSIStationIndex INTEGER
  dlgR4MSIStationLineStatus INTEGER

DlgR4SrlEntry  
SEQUENCE    
  dlgR4SrlIndex INTEGER
  dlgR4SrlApplicationName DisplayString
  dlgR4SrlNumberOfOpens Counter
  dlgR4SrlNumberOfCloses Counter
  dlgR4SrlEventQSize INTEGER
  dlgR4SrlCurrentEventsOnQ Gauge
  dlgR4SrlMaxEventsOnQ Gauge
  dlgR4SrlTotalQueuedEvents Counter
  dlgR4SrlNumberOfHandlers Gauge

Defined Values

dlgR4ResObj 1.3.6.1.4.1.3028.2.1.1
OBJECT IDENTIFIER    

dlgR4MibRev 1.3.6.1.4.1.3028.2.1.1.1
OBJECT IDENTIFIER    

dlgR4DeviceInfo 1.3.6.1.4.1.3028.2.1.1.2
OBJECT IDENTIFIER    

dlgR4SrlInfo 1.3.6.1.4.1.3028.2.1.1.3
OBJECT IDENTIFIER    

dlgR4MibRevMajor 1.3.6.1.4.1.3028.2.1.1.1.1
The Major Revision level. A change in the major revision level represents a major change in the architecture of the MIB. A change in the major revision level may indicate a significant change in the information supported and/or the meaning of the supported information, correct interpretation of data may require a MIB document with the same major revision level.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

dlgR4MibRevMinor 1.3.6.1.4.1.3028.2.1.1.1.2
The Minor Revision level. A change in the minor revision level may represent some minor additional support. no changes to any pre-existing information has occurred.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

dlgR4DeviceTable 1.3.6.1.4.1.3028.2.1.1.2.1
Table of Attributes common to all Release 4 style port level devices. This covers devices like the Voice Channel, DTI Timeslot, ISDN line device, MSI station set device, etc.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DlgR4DeviceEntry

dlgR4DeviceEntry 1.3.6.1.4.1.3028.2.1.1.2.1.1
A description of the attributes common to all Release 4 style port level devices. This covers devices like the Voice Channel, DTI Timeslot, ISDN line device, MSI station set device, etc.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DlgR4DeviceEntry  

dlgR4DeviceIndex 1.3.6.1.4.1.3028.2.1.1.2.1.1.1
A unique value for each Release 4 device contained by the host. The value for each Release 4 device must remain constant at least from one re-initialization of the agent to the next re-initialization.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483647  

dlgR4DeviceName 1.3.6.1.4.1.3028.2.1.1.2.1.1.2
Release 4 Device Name. This is the name the application will use when opening the device (e.g. dxxxB1C1, dtiB1T1, msiB1C1)
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

dlgR4DeviceType 1.3.6.1.4.1.3028.2.1.1.2.1.1.3
An indication of the type of the device. other(1) - some other type of device unknown to the agent. voice(2) - A voice channel device. An entry exits in the dlgR4VoiceTable for this device. dti(3) - A DTI timeslot device. An entry exits in the dlgR4DTITable for this device. isdn(4) - An ISDN B-Channel device. An entry exits in the dlgR4ISDNTable for this device. msi(5) - An MSI station set device. An entry exits in the dlgR4MSITable for this device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), voice(2), dti(3), isdn(4), msi(5)  

dlgR4DeviceHiIdentIndex 1.3.6.1.4.1.3028.2.1.1.2.1.1.4
Index into the Hardware information table for the board to which the Release 4 device is bound to. This can be used to determine the relationship between a release 4 device and the hardware platform on which the corresponding firmware implementing the resource is resident. For example, if this value is a 1, then performing a get of the table entry dlgHiIdentTable columnar objects with index 1 will retrieve the physical hardware identification information
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

dlgR4DeviceOpenCount 1.3.6.1.4.1.3028.2.1.1.2.1.1.5
An indication of how many instances of this device is currently opened
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

dlgR4DeviceXmitCTbusSlot 1.3.6.1.4.1.3028.2.1.1.2.1.1.6
An indication of which timeslot on the CTbus this device is currently transmitting on.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

dlgR4DeviceRcvrCTbusSlot 1.3.6.1.4.1.3028.2.1.1.2.1.1.7
An indication of which timeslot on the CTbus this device is currently receiving from (listening to). A value of -1 indicates this information is not available
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

dlgR4VoiceTable 1.3.6.1.4.1.3028.2.1.1.2.2
Table of Attributes for Release 4 voice channel devices. This tables 'augments' the R4DeviceTable by sharing a common index
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DlgR4VoiceEntry

dlgR4VoiceEntry 1.3.6.1.4.1.3028.2.1.1.2.2.1
A description of the attributes for Release 4 voice channel devices.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DlgR4VoiceEntry  

dlgR4VoiceChannelIndex 1.3.6.1.4.1.3028.2.1.1.2.2.1.1
A unique value for each Release 4 voice device contained by the host. This is the same as dlgR4DeviceIndex in the device table
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483647  

dlgR4VoiceChannelStatus 1.3.6.1.4.1.3028.2.1.1.2.2.1.2
Indicates current activity status on the channel: idle(1) - Channel not active playing(2) - Playing Audio Data recording(3) - Recording Audio Data dialing(4) - Dialing Digits gettingDigits(5) - Collecting DTMF digits playTone(6) - Playing a tone sendingFax(8) - Sending a FAX (VFX boards) receivingFax(9) - Receiving a FAX (VFX boards) betweenFAXPages(10) - Between FAX pages (VFX boards) hookState(11) - Changing hook status to onhook or offhook winking(12) - Performing a wink callProgess(13) - Performing Call progress analysis gettingR2MF(14) - retrieving R2MF digits blocked(16) - Blocked
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER idle(1), playing(2), recording(3), dialing(4), gettingDigits(5), playTone(6), sendingFax(8), receivingFax(9), betweenFAXPages(10), hookState(11), winking(12), callProgess(13), gettingR2MF(14), blocked(16)  

dlgR4VoiceLineStatus 1.3.6.1.4.1.3028.2.1.1.2.2.1.3
Indicates current line status of the channel unknown(0) - indicates no analog frontend or status unknown onhook(1) - indicates channel is onhook. Setting the variable to this value will initiate putting the channel onhook offhook(2) - indicates channel is offhook. Setting the variable to this value initiates setting the channel offhook. lcDetected(3)- indicates loop current detected and the channel is offhook.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER unknown(0), onhook(1), offhook(2), lcDetected(3)  

dlgR4VoiceNumberOfDigits 1.3.6.1.4.1.3028.2.1.1.2.2.1.4
Indicates number of uncollected digits in this channel's digit queue.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

dlgR4VoiceE2PROMFeatures 1.3.6.1.4.1.3028.2.1.1.2.2.1.5
Indicates some static features for this channel enabled in the E2PROM. This value is actually a bit mask as follows where a value of 1 indicates the feature is present: 0x0001 - Not used 0x0002 - Call Progress 0x0004 - MF Digit Detection/Generation 0x0008 - Not used 0x0010 - Not used 0x0020 - Dial Pulse Digit Detection 0x0040 - reserved bit 0x0080 - Echo Cancellation Resource
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

dlgR4DTITable 1.3.6.1.4.1.3028.2.1.1.2.3
Table of Attributes for Release 4 DTI timeslot devices. This tables 'augments' the R4DeviceTable by sharing a common index
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DlgR4DTIEntry

dlgR4DTIEntry 1.3.6.1.4.1.3028.2.1.1.2.3.1
A description of the attributes for Release 4 DTI timeslot devices.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DlgR4DTIEntry  

dlgR4DTITimeslotIndex 1.3.6.1.4.1.3028.2.1.1.2.3.1.1
A unique value for each Release 4 DTI device contained by the host. This is the same as dlgR4DeviceIndex in the device table
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483647  

dlgR4DTIProtocol 1.3.6.1.4.1.3028.2.1.1.2.3.1.2
Indicates active protocol on this timeslot T-1 - indicates T1 protocol E-1 - indicates E1 protocol
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

dlgR4DTITimeslotStatus 1.3.6.1.4.1.3028.2.1.1.2.3.1.3
Indicates current activity status on the timeslot idle(0) - no DTI multitasking function active dialing(1) - Dialing digits using dt_dial() function. winking(2) - performing a wink using dt_xmitwink() function. waitingForCall(3) - waiting for a call using dt_mtfcn(..,DEMT_WTCALL ..)
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER idle(0), dialing(1), winking(2), waitingForCall(3)  

dlgR4DTIRcvSigBits 1.3.6.1.4.1.3028.2.1.1.2.3.1.4
Indicates current state of the Receive signaling bits Bit 0 (0x01) - A Receive signaling bit Bit 1 (0x02) - B Receive signaling bit Bit 2 (0x04) - C Receive signaling bit Bit 3 (0x08) - D Receive signaling bit
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

dlgR4DTIXmitSigBits 1.3.6.1.4.1.3028.2.1.1.2.3.1.5
Indicates current state of the Transmit signaling bits Bit 0 (0x01) - A Transmit signaling bit Bit 1 (0x02) - B Transmit signaling bit Bit 2 (0x04) - C Transmit signaling bit Bit 3 (0x08) - D Transmit signaling bit This variable may also be written to using the following bit mask values (multiple values may be OR'ed together). In order to leave a bit unaffected don't specify either the ON or OFF value 0x10 - Turn A Transmit signaling bit off 0x11 - turn A Transmit signaling bit on 0x20 - Turn B Transmit signaling bit off 0x22 - turn B Transmit signaling bit on 0x40 - Turn C Transmit signaling bit off 0x44 - turn C Transmit signaling bit on 0x80 - Turn D Transmit signaling bit off 0x88 - turn D Transmit signaling bit on As an example to turn the A bit off and the B bit on at the same time 'OR' 0x10 with 0x22 to get 0x32. This will turn A off and B on
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

dlgR4ISDNTable 1.3.6.1.4.1.3028.2.1.1.2.4
Table of Attributes for Release 4 ISDN B-channel devices. This tables 'augments' the R4DeviceTable by sharing a common index
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DlgR4ISDNEntry

dlgR4ISDNEntry 1.3.6.1.4.1.3028.2.1.1.2.4.1
A description of the attributes for Release 4 ISDN B-channel devices
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DlgR4ISDNEntry  

dlgR4ISDNBChannelIndex 1.3.6.1.4.1.3028.2.1.1.2.4.1.1
A unique value for each Release 4 ISDN device contained by the host. This is the same as dlgR4DeviceIndex in the device table
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483647  

dlgR4ISDNProtocol 1.3.6.1.4.1.3028.2.1.1.2.4.1.2
Indicates active protocol on this timeslot
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

dlgR4ISDNBChannelStatus 1.3.6.1.4.1.3028.2.1.1.2.4.1.3
Indicates current B Channel status: inService(0) - B Channel is in service maintenance(1) - B Channel is in maintenance mode outOfService(2) - B Channel is out of service This variable may also be written to. Writing to this variable will fail if the board is not connected to the Central Office.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER inService(0), maintenance(1), outOfService(2)  

dlgR4MSITable 1.3.6.1.4.1.3028.2.1.1.2.5
Table of Attributes for Release 4 MSI Station devices. This tables 'augments' the R4DeviceTable by sharing a common index
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DlgR4MSIEntry

dlgR4MSIEntry 1.3.6.1.4.1.3028.2.1.1.2.5.1
A description of the attributes for Release 4 MSI Station devices.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DlgR4MSIEntry  

dlgR4MSIStationIndex 1.3.6.1.4.1.3028.2.1.1.2.5.1.1
A unique value for each Release 4 MSI device contained by the host. This is the same as dlgR4DeviceIndex in the device table
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483647  

dlgR4MSIStationLineStatus 1.3.6.1.4.1.3028.2.1.1.2.5.1.2
Indicates current MSI Station line status onhook(0) - Station is onhook (agent not connected) offhook(16) - Station if offhook (agent connected)
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER onhook(0), offhook(16)  

dlgR4SrlTable 1.3.6.1.4.1.3028.2.1.1.3.1
A Table of attributes related to the Dialogic Standard Runtime Eventing library. This is the library used by many Dialogic based CT applications providing an interface for collecting events from the various CT technologies. Each active process which has the SRL loaded and which have enabled SRL statistics monitoring will have an entry in this table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DlgR4SrlEntry

dlgR4SrlEntry 1.3.6.1.4.1.3028.2.1.1.3.1.1
A description of the attributes related to the Dialogic Standard Runtime Eventing library.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DlgR4SrlEntry  

dlgR4SrlIndex 1.3.6.1.4.1.3028.2.1.1.3.1.1.1
Index into the table. Each process with a copy of the SRL DLL loaded will get a unique index
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

dlgR4SrlApplicationName 1.3.6.1.4.1.3028.2.1.1.3.1.1.2
Application or Process Name which the SRL DLL is attached
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

dlgR4SrlNumberOfOpens 1.3.6.1.4.1.3028.2.1.1.3.1.1.3
Total Number of times any Dialogic Release 4 device was opened by the application using the SRL. To calculate the number of currently opened devices subtract the dlgR4SrlNumberOfCloses value from this value.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dlgR4SrlNumberOfCloses 1.3.6.1.4.1.3028.2.1.1.3.1.1.4
Total Number of times any Dialogic Release 4 device was closed. To calculate the number of currently opened devices subtract this value from the dlgR4SrlNumberOfOpens value
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dlgR4SrlEventQSize 1.3.6.1.4.1.3028.2.1.1.3.1.1.5
This is the current size of the Dialogic SRL event Queue
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

dlgR4SrlCurrentEventsOnQ 1.3.6.1.4.1.3028.2.1.1.3.1.1.6
This is the number of events that are currently on the Queue. If this value keeps growing it indicates that the application is not properly removing events from the Queue. This may occur in applications written using the Synchronous multithreaded programming model
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

dlgR4SrlMaxEventsOnQ 1.3.6.1.4.1.3028.2.1.1.3.1.1.7
This is the maximum number of events that was ever on the queue at a particular instance while the application using the SRL is running.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

dlgR4SrlTotalQueuedEvents 1.3.6.1.4.1.3028.2.1.1.3.1.1.8
This indicates the total number of events queued since the agents started gathering statistics for this application
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dlgR4SrlNumberOfHandlers 1.3.6.1.4.1.3028.2.1.1.3.1.1.9
This indicates the number of SRL callback event handlers that are currently enabled
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge