summaryrefslogtreecommitdiff
path: root/include/asterisk
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2010-01-15 21:04:34 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2010-01-15 21:04:34 +0000
commite8a6d2995e95e8b27aba9551c3da025e7b9bfa6d (patch)
treef39f3de7c5f67ba6dea50afeea26c65d73e1d654 /include/asterisk
parentfe72baf06b3ea785a6ddc919025363e39cf6ced5 (diff)
Add pickup event to AMI. Also, fix AMI documentation.
(closes issue #16431) Reported by: syspert Patches: 20100112__issue16431.diff.txt uploaded by tilghman (license 14) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@240421 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk')
-rw-r--r--include/asterisk/manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asterisk/manager.h b/include/asterisk/manager.h
index f67b678a8..35fea8e02 100644
--- a/include/asterisk/manager.h
+++ b/include/asterisk/manager.h
@@ -207,10 +207,10 @@ int astman_verify_session_writepermissions(uint32_t ident, int perm);
__ast_manager_event_multichan(category, event, nchans, chans, __FILE__, __LINE__, __PRETTY_FUNCTION__, contents , ## __VA_ARGS__);
/*! External routines may send asterisk manager events this way
- * \param chan1 First channel related to this event (or NULL if none are relevant)
- * \param chan2 Second channel related to this event (or NULL if none are relevant)
* \param category Event category, matches manager authorization
* \param event Event name
+ * \param chancount Number of channels in chans parameter
+ * \param chans A pointer to an array of channels involved in the event
* \param contents Format string describing event
* \since 1.8
*/