MIB Viewer

cSipMediaStreamState

OBJECT-TYPE
1.3.6.1.4.1.9.9.995.1.1.4.1.2
Access
read-only
Status
current
Sub-identifiers
0
The current state of the media stream. 'invalidStreamState' - None of the following. 'idle' - Initialization state. The stream is yet to be forked. 'adding' - The stream is getting forked. 'deleting' - The stream is being deleted from the call. 'changing' - The stream is in the process of changing its state. 'active' - The stream is now active and communication is on. 'dead' - The stream has been cleared.
INTEGER { invalidStreamState(1), idle(2), adding(3), deleting(4), changing(5), active(6), dead(7) }