diff --git a/main/manager.c b/main/manager.c index 3e0f0f8e12..0defe304e5 100644 --- a/main/manager.c +++ b/main/manager.c @@ -1191,11 +1191,76 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Raised when a hint changes due to a device state change. - - - - - + + Name of the extension. + + + Context that owns the extension. + + + Hint set for the extension + + + Numerical value of the extension status. Extension + status is determined by the combined device state of all items + contained in the hint. + + + The extension was removed from the dialplan. + + + The extension's hint was removed from the dialplan. + + + Idle - Related device(s) are in an idle + state. + + + InUse - Related device(s) are in active + calls but may take more calls. + + + Busy - Related device(s) are in active + calls and may not take any more calls. + + + Unavailable - Related device(s) are + not reachable. + + + Ringing - Related device(s) are + currently ringing. + + + InUse&Ringing - Related device(s) + are currently ringing and in active calls. + + + Hold - Related device(s) are + currently on hold. + + + InUse&Hold - Related device(s) + are currently on hold and in active calls. + + + + + Text representation of Status. + + + + + + + + + + + Status does not match any of the above values. + + +