Customer has a Cisco VG350 voice gateway.
They want to send the phone call status to other equipment through the SNMP trap.
The equipment should know that if the IP phone is ringing(3) status or not.
How could we monitor the 100 IP phones' status at the same time and send the information out?
The SNMP MIB from the CISCO-CCME-MIB.my
ccmeEphoneActivityStatus OBJECT-TYPE
SYNTAX INTEGER {
onhook(1),
offhook(2),
ringing(3),
paging(4)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Current status of the Cisco IP phone as seen
on this device.
onhook(1) - Phone is on-hook.
offhook(2) - Phone is off-hook.
ringing(3) - Phone is ringing.
paging(4) - Phone is receiving an audio page."
::= { ccmeEphoneActEntry 4 }