summaryrefslogtreecommitdiff
path: root/include/asterisk/channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/channel.h')
-rw-r--r--include/asterisk/channel.h7
1 files changed, 6 insertions, 1 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