mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-21 12:30:41 +00:00
Doxygen updates
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48149 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -22,6 +22,8 @@
|
||||
*
|
||||
*
|
||||
* \author Mark Spencer <markster@digium.com>
|
||||
*
|
||||
* \arg \ref AstExtState
|
||||
*/
|
||||
/*! \page AstExtState Extension and device states in Asterisk
|
||||
*
|
||||
@@ -59,10 +61,26 @@
|
||||
* - SIP subscriptions, a.k.a. "blinking lamps" or
|
||||
* "buddy lists"
|
||||
*
|
||||
* None of these handle user states, like an IM presense
|
||||
* The CLI command "show hints" show last known state
|
||||
*
|
||||
* \note None of these handle user states, like an IM presense
|
||||
* system. res_jabber.c can subscribe and watch such states
|
||||
* in jabber/xmpp based systems.
|
||||
*
|
||||
* \section AstExtStateARch Architecture
|
||||
*
|
||||
* When a channel driver or asterisk app changes state for
|
||||
* a watched object, it alerts the core. The core queues
|
||||
* a change. When the change is processed, there's a query
|
||||
* sent to the channel driver/provider if there's a function
|
||||
* to handle that, otherwise a channel walk is issued to find
|
||||
* a channel that involves the object.
|
||||
*
|
||||
* The changes are queued and processed by a separate thread.
|
||||
* This thread calls the watchers subscribing to status
|
||||
* changes for the object. For manager, this results
|
||||
* in events. For SIP, NOTIFY requests.
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user