From 027ab8b7a4e25691c8b6a2bf0336215958e8a333 Mon Sep 17 00:00:00 2001 From: russell Date: Thu, 23 Aug 2007 17:27:07 +0000 Subject: Fix a typo in the Asterisk MIB and fix astNumChanBridged so it acts as a counter again (closes issue #10118, patch by jeffg) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@80510 f38db490-d61c-443f-a65b-d21fe96a405b --- doc/asterisk-mib.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/asterisk-mib.txt') diff --git a/doc/asterisk-mib.txt b/doc/asterisk-mib.txt index 0b0e7b8ea..f30f4a73c 100644 --- a/doc/asterisk-mib.txt +++ b/doc/asterisk-mib.txt @@ -736,7 +736,7 @@ astChanTypeChannels OBJECT-TYPE "Number of active channels using the current technology." ::= { astChanTypeEntry 7 } -astChanScalars OBJECT-IDENTIFIER ::= { asteriskChannels 5 } +astChanScalars OBJECT IDENTIFIER ::= { asteriskChannels 5 } astNumChanBridge OBJECT-TYPE SYNTAX Gauge32 @@ -744,6 +744,6 @@ astNumChanBridge OBJECT-TYPE STATUS current DESCRIPTION "Number of channels currently in a bridged state." - ::= { asteriskChanScalars 1 } + ::= { astChanScalars 1 } END -- cgit v1.2.3