Description:
|
lineState OBJECT-TYPE
SYNTAX INTEGER {
other(1),
unknown(2),
connected(3),
idle(4),
busy(5),
referral(6),
down(7)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Current state of this line. The line may be currently
servicing a call (connected), in service but not in a call
service or referral state (idle), not in service nor
down (busy), referral (referral), or down (down). If
we are unable to connect to the VRU than the line state will
be unknown (unknown). A logical line line state will always
be unknown."
|
|