Paul, Please include the following changes to H.341 MIB in the H.323 Implementers Guide. These changes were approved in the last SG16 meeting in Berlin.
Thanks, Irina
1) Removed a double definition of rasAdmissionCallIdentifier from this table.
rasAdmissionTable OBJECT-TYPE SYNTAX SEQUENCE OF RasAdmissionTableEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table contains information about entities that have been admitted by the gatekeeper. It is a list of admitted endpoints. The number of entries equals to the number of admitted endpoints." ::= { rasAdmission 1 } rasAdmissionTableEntry OBJECT-TYPE SYNTAX RasAdmissionTableEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "It contains objects that describe endpoints that are admitted by the gatekeeper. " INDEX { ifIndex, rasAdmissionSrcCallSignallingAddress, rasAdmissionRasAddress, rasAdmissionCallIdentifier } ::= { rasAdmissionTable 1 } RasAdmissionTableEntry ::= SEQUENCE { rasAdmissionSrcCallSignallingAddressTag MmTAddressTag, rasAdmissionSrcCallSignallingAddress TAddress, rasAdmissionDestCallSignallingAddressTag MmTAddressTag, rasAdmissionDestCallSignallingAddress TAddress, rasAdmissionCallIdentifier MmGlobalIdentifier, rasAdmissionConferenceId MmGlobalIdentifier, rasAdmissionRasAddressTag MmTAddressTag, rasAdmissionRasAddress TAddress, rasAdmissionCRV MmH225Crv, rasAdmissionIsGatekeeper TruthValue, rasAdmissionSrcAliasAddressTag MmAliasTag, rasAdmissionSrcAliasAddress MmAliasAddress, rasAdmissionDestAliasAddressTag MmAliasTag, rasAdmissionDestAliasAddress MmAliasAddress, rasAdmissionAnswerCallIndicator INTEGER, rasAdmissionTime DateAndTime, rasAdmissionEndpointId MmEndpointID, rasAdmissionBandwidth Integer32, rasAdmissionIRRFrequency Integer32, rasAdmissionCallType MmCallType, rasAdmissionCallModel INTEGER, rasAdmissionSrcHandlesBandwidth TruthValue, rasAdmissionDestHandlesBandwidth TruthValue, rasAdmissionSecurity TruthValue, rasAdmissionSrcWillSupplyUUIE TruthValue, rasAdmissionDestWillSupplyUUIE TruthValue, rasAdmissionTableRowStatus RowStatus }
2) Combined the two counters for each variable into one. Each variable had a counter for the number of "In" messages (received) and the number of "Out" messages (sent). Now each variable represents the number of messages that were sent and received. CallSignalStatsEntry::= SEQUENCE { callSignalStatsCallConnections Counter32, callSignalStatsAlertingMsgs Counter32, callSignalStatsCallProceedings Counter32, callSignalStatsSetupMsgs Counter32, callSignalStatsSetupAckMsgs Counter32, callSignalStatsProgressMsgs Counter32, callSignalStatsReleaseCompleteMsgs Counter32, callSignalStatsStatusMsgs Counter32, callSignalStatsStatusInquiryMsgs Counter32, callSignalStatsFacilityMsgs Counter32, callSignalStatsInfoMsgs Counter32, callSignalStatsNotifyMsgs Counter32, callSignalStatsAverageCallDuration Integer32 }
3) rasRegistrationEndpointType is changed from Integer32 to MmH323EndpointType
RasRegistrationTableEntry ::= SEQUENCE { rasRegistrationCallSignallingAddressTag MmTAddressTag, rasRegistrationCallSignallingAddress TAddress, rasRegistrationSrcRasAddressTag MmTAddressTag, rasRegistrationSrcRasAddress TAddress, rasRegistrationIsGatekeeper TruthValue, rasRegistrationGatekeeperId MmGatekeeperID, rasRegistrationEndpointId MmEndpointID, rasRegistrationEncryption TruthValue, rasRegistrationWillSupplyUUIE TruthValue, rasRegistrationIntegrityCheckValue TruthValue, rasRegistrationTableNumberOfAliases Integer32, rasRegistrationTableRowStatus RowStatus, rasRegistrationEndpointType MmH323EndpointType, rasRegistrationPregrantedARQ TruthValue, rasRegistrationIsregisteredByRRQ TruthValue }