From: Jonathan Rose Date: Fri, 24 Oct 2014 15:32:35 +0000 (+0000) Subject: Documentation: Improve documentation for ExtensionStatus AMI events X-Git-Tag: 14.0.0-beta1~1532 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c084728690277f417b951a671a55a80471e30534;p=thirdparty%2Fasterisk.git Documentation: Improve documentation for ExtensionStatus AMI events Review: https://reviewboard.asterisk.org/r/4085/ ........ Merged revisions 426120 from http://svn.asterisk.org/svn/asterisk/branches/13 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@426121 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/manager.c b/main/manager.c index f180991923..e23b781677 100644 --- a/main/manager.c +++ b/main/manager.c @@ -1199,11 +1199,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. + + +