summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2009-06-26 15:42:26 +0000
committerRussell Bryant <russell@russellbryant.com>2009-06-26 15:42:26 +0000
commit27e1708eedfc401fb48710c799400369aedb69c1 (patch)
tree5fbe7419245a11b1c6277b0a8532b188780e6ab2 /include
parent0264eef1156b8ef7369884dd5c663646f1b2b429 (diff)
Note a new API call, and one that changed in doxygen.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@203640 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/channel.h7
-rw-r--r--include/asterisk/doxyref.h57
2 files changed, 38 insertions, 26 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index 8976997e5..496e477a2 100644
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -910,6 +910,7 @@ int ast_setstate(struct ast_channel *chan, enum ast_channel_state);
/*!
* \brief Create a channel structure
+ * \since 1.6.3
*
* \retval NULL failure
* \retval non-NULL successfully allocated channel
@@ -1205,10 +1206,14 @@ int ast_softhangup(struct ast_channel *chan, int cause);
*/
int ast_softhangup_nolock(struct ast_channel *chan, int cause);
-/*! \brief Set the source of the hangup in this channel and it's bridge
+/*!
+ * \brief Set the source of the hangup in this channel and it's bridge
+ *
* \param chan channel to set the field on
* \param source a string describing the source of the hangup for this channel
*
+ * \since 1.6.3
+ *
* Hangupsource is generally the channel name that caused the bridge to be
* hung up, but it can also be other things such as "dialplan/agi"
* This can then be logged in the CDR or CEL
diff --git a/include/asterisk/doxyref.h b/include/asterisk/doxyref.h
index 28103179d..3f4bc9208 100644
--- a/include/asterisk/doxyref.h
+++ b/include/asterisk/doxyref.h
@@ -95,31 +95,38 @@
* \arg See \ref Def_Channel
*/
-/*! \page AstAPIChanges Asterisk API Changes
- * \section Changes161 Version 1.6.1
- * \li ast_install_vm_functions()
- * \li vmwi_generate()
- * \li ast_channel_datastore_alloc()
- * \li ast_channel_datastore_free()
- * \li ast_channel_cmpwhentohangup()
- * \li ast_channel_setwhentohangup()
- * \li ast_settimeout()
- * \li ast_datastore_alloc()
- * \li ast_datastore_free()
- * \li ast_device_state_changed()
- * \li ast_device_state_changed_literal()
- * \li ast_dnsmgr_get()
- * \li ast_dnsmgr_lookup()
- * \li ast_dsp_set_digitmode()
- * \li ast_get_txt()
- * \li ast_event_unsubscribe()
- * \li localized_context_find_or_create()
- * \li localized_merge_contexts_and_delete()
- * \li ast_console_puts_mutable()
- * \li ast_rtp_get_quality()
- * \li ast_tcptls_client_start()
- * \li ast_tcptls_server_start()
- * \li ast_tcptls_server_stop()
+/*!
+ * \page AstAPIChanges Asterisk API Changes
+ *
+ * \section Changes161 Version 1.6.1
+ * \li ast_install_vm_functions()
+ * \li vmwi_generate()
+ * \li ast_channel_datastore_alloc()
+ * \li ast_channel_datastore_free()
+ * \li ast_channel_cmpwhentohangup()
+ * \li ast_channel_setwhentohangup()
+ * \li ast_settimeout()
+ * \li ast_datastore_alloc()
+ * \li ast_datastore_free()
+ * \li ast_device_state_changed()
+ * \li ast_device_state_changed_literal()
+ * \li ast_dnsmgr_get()
+ * \li ast_dnsmgr_lookup()
+ * \li ast_dsp_set_digitmode()
+ * \li ast_get_txt()
+ * \li ast_event_unsubscribe()
+ * \li localized_context_find_or_create()
+ * \li localized_merge_contexts_and_delete()
+ * \li ast_console_puts_mutable()
+ * \li ast_rtp_get_quality()
+ * \li ast_tcptls_client_start()
+ * \li ast_tcptls_server_start()
+ * \li ast_tcptls_server_stop()
+ *
+ * \section Changes162 Version 1.6.2
+ *
+ * \section Changes163 Version 1.6.3
+ * \li ast_channel_alloc()
*/
/*!