[asterisk-commits] russell: trunk r203640 - in /trunk/include/asterisk: channel.h doxyref.h
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Jun 26 10:42:30 CDT 2009
Author: russell
Date: Fri Jun 26 10:42:26 2009
New Revision: 203640
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=203640
Log:
Note a new API call, and one that changed in doxygen.
Modified:
trunk/include/asterisk/channel.h
trunk/include/asterisk/doxyref.h
Modified: trunk/include/asterisk/channel.h
URL: http://svn.asterisk.org/svn-view/asterisk/trunk/include/asterisk/channel.h?view=diff&rev=203640&r1=203639&r2=203640
==============================================================================
--- trunk/include/asterisk/channel.h (original)
+++ trunk/include/asterisk/channel.h Fri Jun 26 10:42:26 2009
@@ -910,6 +910,7 @@
/*!
* \brief Create a channel structure
+ * \since 1.6.3
*
* \retval NULL failure
* \retval non-NULL successfully allocated channel
@@ -1205,9 +1206,13 @@
*/
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"
Modified: trunk/include/asterisk/doxyref.h
URL: http://svn.asterisk.org/svn-view/asterisk/trunk/include/asterisk/doxyref.h?view=diff&rev=203640&r1=203639&r2=203640
==============================================================================
--- trunk/include/asterisk/doxyref.h (original)
+++ trunk/include/asterisk/doxyref.h Fri Jun 26 10:42:26 2009
@@ -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()
*/
/*!
More information about the asterisk-commits
mailing list