ASTERISK-MIB

File: ASTERISK-MIB.mib (16888 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC DIGIUM-MIB

Imported symbols

OBJECT-TYPE MODULE-IDENTITY Integer32
Counter32 TimeTicks Unsigned32
Gauge32 TEXTUAL-CONVENTION DisplayString
TruthValue digium

Defined Types

AstIndicationsEntry  
SEQUENCE    
  astIndIndex Integer32
  astIndCountry DisplayString
  astIndAlias DisplayString
  astIndDescription DisplayString

AstChanEntry  
SEQUENCE    
  astChanIndex Integer32
  astChanName DisplayString
  astChanLanguage DisplayString
  astChanType DisplayString
  astChanMusicClass DisplayString
  astChanBridge DisplayString
  astChanMasq DisplayString
  astChanMasqr DisplayString
  astChanWhenHangup TimeTicks
  astChanApp DisplayString
  astChanData DisplayString
  astChanContext DisplayString
  astChanMacroContext DisplayString
  astChanMacroExten DisplayString
  astChanMacroPri Integer32
  astChanExten DisplayString
  astChanPri Integer32
  astChanAccountCode DisplayString
  astChanForwardTo DisplayString
  astChanUniqueId DisplayString
  astChanCallGroup Unsigned32
  astChanPickupGroup Unsigned32
  astChanState INTEGER
  astChanMuted TruthValue
  astChanRings Integer32
  astChanCidDNID DisplayString
  astChanCidNum DisplayString
  astChanCidName DisplayString
  astChanCidANI DisplayString
  astChanCidRDNIS DisplayString
  astChanCidPresentation DisplayString
  astChanCidANI2 Integer32
  astChanCidTON Integer32
  astChanCidTNS Integer32
  astChanAMAFlags INTEGER
  astChanADSI INTEGER
  astChanToneZone DisplayString
  astChanHangupCause INTEGER
  astChanVariables DisplayString
  astChanFlags BITS
  astChanTransferCap INTEGER

AstChanTypeEntry  
SEQUENCE    
  astChanTypeIndex Integer32
  astChanTypeName DisplayString
  astChanTypeDesc DisplayString
  astChanTypeDeviceState Integer32
  astChanTypeIndications Integer32
  astChanTypeTransfer Integer32
  astChanTypeChannels Gauge32

Defined Values

asterisk 1.3.6.1.4.1.22736.1
Asterisk is an Open Source PBX. This MIB defined objects for managing Asterisk instances.
MODULE-IDENTITY    

asteriskVersion 1.3.6.1.4.1.22736.1.1
OBJECT IDENTIFIER    

asteriskConfiguration 1.3.6.1.4.1.22736.1.2
OBJECT IDENTIFIER    

asteriskModules 1.3.6.1.4.1.22736.1.3
OBJECT IDENTIFIER    

asteriskIndications 1.3.6.1.4.1.22736.1.4
OBJECT IDENTIFIER    

asteriskChannels 1.3.6.1.4.1.22736.1.5
OBJECT IDENTIFIER    

astVersionString 1.3.6.1.4.1.22736.1.1.1
Text version string of the version of Asterisk that the SNMP Agent was compiled to run against.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

astVersionTag 1.3.6.1.4.1.22736.1.1.2
SubVersion revision of the version of Asterisk that the SNMP Agent was compiled to run against -- this is typically 0 for release-versions of Asterisk.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

astConfigUpTime 1.3.6.1.4.1.22736.1.2.1
Time ticks since Asterisk was started.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

astConfigReloadTime 1.3.6.1.4.1.22736.1.2.2
Time ticks since Asterisk was last reloaded.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

astConfigPid 1.3.6.1.4.1.22736.1.2.3
The process id of the running Asterisk process.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

astConfigSocket 1.3.6.1.4.1.22736.1.2.4
The control socket for giving Asterisk commands.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

astNumModules 1.3.6.1.4.1.22736.1.3.1
Number of modules currently loaded into Asterisk.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

astNumIndications 1.3.6.1.4.1.22736.1.4.1
Number of indications currently defined in Asterisk.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

astCurrentIndication 1.3.6.1.4.1.22736.1.4.2
Default indication zone to use.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

astIndicationsTable 1.3.6.1.4.1.22736.1.4.3
Table with all the indication zones currently know to the running Asterisk instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AstIndicationsEntry

astIndicationsEntry 1.3.6.1.4.1.22736.1.4.3.1
Information about a single indication zone.
Status: current Access: not-accessible
OBJECT-TYPE    
  AstIndicationsEntry  

astIndIndex 1.3.6.1.4.1.22736.1.4.3.1.1
Numerical index into the table of indication zones.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

astIndCountry 1.3.6.1.4.1.22736.1.4.3.1.2
Country for which the indication zone is valid, typically this is the ISO 2-letter code of the country.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

astIndAlias 1.3.6.1.4.1.22736.1.4.3.1.3
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

astIndDescription 1.3.6.1.4.1.22736.1.4.3.1.4
Description of the indication zone, usually the full name of the country it is valid for.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

astNumChannels 1.3.6.1.4.1.22736.1.5.1
Current number of active channels.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

astChanTable 1.3.6.1.4.1.22736.1.5.2
Table with details of the currently active channels in the Asterisk instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AstChanEntry

astChanEntry 1.3.6.1.4.1.22736.1.5.2.1
Details of a single channel.
Status: current Access: not-accessible
OBJECT-TYPE    
  AstChanEntry  

astChanIndex 1.3.6.1.4.1.22736.1.5.2.1.1
Index into the channel table.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

astChanName 1.3.6.1.4.1.22736.1.5.2.1.2
Name of the current channel.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

astChanLanguage 1.3.6.1.4.1.22736.1.5.2.1.3
Which language the current channel is configured to use -- used mainly for prompts.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

astChanType 1.3.6.1.4.1.22736.1.5.2.1.4
Underlying technology for the current channel.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

astChanMusicClass 1.3.6.1.4.1.22736.1.5.2.1.5
Music class to be used for Music on Hold for this channel.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

astChanBridge 1.3.6.1.4.1.22736.1.5.2.1.6
Which channel this channel is currently bridged (in a conversation) with.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

astChanMasq 1.3.6.1.4.1.22736.1.5.2.1.7
Channel masquerading for us.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

astChanMasqr 1.3.6.1.4.1.22736.1.5.2.1.8
Channel we are masquerading for.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

astChanWhenHangup 1.3.6.1.4.1.22736.1.5.2.1.9
How long until this channel will be hung up.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

astChanApp 1.3.6.1.4.1.22736.1.5.2.1.10
Current application for the channel.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

astChanData 1.3.6.1.4.1.22736.1.5.2.1.11
Arguments passed to the current application.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

astChanContext 1.3.6.1.4.1.22736.1.5.2.1.12
Current extension context.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

astChanMacroContext 1.3.6.1.4.1.22736.1.5.2.1.13
Current macro context.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

astChanMacroExten 1.3.6.1.4.1.22736.1.5.2.1.14
Current macro extension.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

astChanMacroPri 1.3.6.1.4.1.22736.1.5.2.1.15
Current macro priority.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

astChanExten 1.3.6.1.4.1.22736.1.5.2.1.16
Current extension.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

astChanPri 1.3.6.1.4.1.22736.1.5.2.1.17
Current priority.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

astChanAccountCode 1.3.6.1.4.1.22736.1.5.2.1.18
Account Code for billing.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

astChanForwardTo 1.3.6.1.4.1.22736.1.5.2.1.19
Where to forward to if asked to dial on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

astChanUniqueId 1.3.6.1.4.1.22736.1.5.2.1.20
Unique Channel Identifier.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

astChanCallGroup 1.3.6.1.4.1.22736.1.5.2.1.21
Call Group.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

astChanPickupGroup 1.3.6.1.4.1.22736.1.5.2.1.22
Pickup Group.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

astChanState 1.3.6.1.4.1.22736.1.5.2.1.23
Channel state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER stateDown(0), stateReserved(1), stateOffHook(2), stateDialing(3), stateRing(4), stateRinging(5), stateUp(6), stateBusy(7), stateDialingOffHook(8), statePreRing(9)  

astChanMuted 1.3.6.1.4.1.22736.1.5.2.1.24
Transmission of voice data has been muted.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

astChanRings 1.3.6.1.4.1.22736.1.5.2.1.25
Number of rings so far.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

astChanCidDNID 1.3.6.1.4.1.22736.1.5.2.1.26
Dialled Number ID.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

astChanCidNum 1.3.6.1.4.1.22736.1.5.2.1.27
Caller Number.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

astChanCidName 1.3.6.1.4.1.22736.1.5.2.1.28
Caller Name.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

astCanCidANI 1.3.6.1.4.1.22736.1.5.2.1.29
ANI
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

astChanCidRDNIS 1.3.6.1.4.1.22736.1.5.2.1.30
Redirected Dialled Number Service.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

astChanCidPresentation 1.3.6.1.4.1.22736.1.5.2.1.31
Number Presentation/Screening.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

astChanCidANI2 1.3.6.1.4.1.22736.1.5.2.1.32
ANI 2 (info digit).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

astChanCidTON 1.3.6.1.4.1.22736.1.5.2.1.33
Type of Number.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

astChanCidTNS 1.3.6.1.4.1.22736.1.5.2.1.34
Transit Network Select.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

astChanAMAFlags 1.3.6.1.4.1.22736.1.5.2.1.35
AMA Flags.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER default(0), omit(1), billing(2), documentation(3)  

astChanADSI 1.3.6.1.4.1.22736.1.5.2.1.36
Whether or not ADSI is detected on CPE.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(0), available(1), unavailable(2), offhookonly(3)  

astChanToneZone 1.3.6.1.4.1.22736.1.5.2.1.37
Indication zone to use for channel.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

astChanHangupCause 1.3.6.1.4.1.22736.1.5.2.1.38
Why is the channel hung up.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notdefined(0), unregistered(3), normal(16), busy(17), noanswer(19), congestion(34), failure(38), nosuchdriver(66)  

astChanVariables 1.3.6.1.4.1.22736.1.5.2.1.39
Channel Variables defined for this channel.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

astChanFlags 1.3.6.1.4.1.22736.1.5.2.1.40
Flags set on this channel.
Status: current Access: read-only
OBJECT-TYPE    
  BITS wantsjitter(0), deferdtmf(1), writeinterrupt(2), blocking(3), zombie(4), exception(5), musiconhold(6), spying(7), nativebridge(8), autoincrementingloop(9)  

astChanTransferCap 1.3.6.1.4.1.22736.1.5.2.1.41
Transfer Capabilities for this channel.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER speech(0), digital(8), restricteddigital(9), audio3k(16), digitalwithtones(17), video(24)  

astNumChanTypes 1.3.6.1.4.1.22736.1.5.3
Number of channel types (technologies) supported.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

astChanTypeTable 1.3.6.1.4.1.22736.1.5.4
Table with details of the supported channel types.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AstChanTypeEntry

astChanTypeEntry 1.3.6.1.4.1.22736.1.5.4.1
Information about a technology we support, including how many channels are currently using this technology.
Status: current Access: not-accessible
OBJECT-TYPE    
  AstChanTypeEntry  

astChanTypeIndex 1.3.6.1.4.1.22736.1.5.4.1.1
Index into the table of channel types.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

astChanTypeName 1.3.6.1.4.1.22736.1.5.4.1.2
Unique name of the technology we are describing.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

astChanTypeDesc 1.3.6.1.4.1.22736.1.5.4.1.3
Description of the channel type (technology).
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

astChanTypeDeviceState 1.3.6.1.4.1.22736.1.5.4.1.4
Whether the current technology can hold device states.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

astChanTypeIndications 1.3.6.1.4.1.22736.1.5.4.1.5
Whether the current technology supports progress indication.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

astChanTypeTransfer 1.3.6.1.4.1.22736.1.5.4.1.6
Whether the current technology supports transfers, where Asterisk can get out from inbetween two bridged channels.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

astChanTypeChannels 1.3.6.1.4.1.22736.1.5.4.1.7
Number of active channels using the current technology.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32