mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-08 22:27:07 +00:00
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
This commit is contained in:
@@ -910,6 +910,7 @@ int ast_setstate(struct ast_channel *chan, enum ast_channel_state);
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \brief Create a channel structure
|
* \brief Create a channel structure
|
||||||
|
* \since 1.6.3
|
||||||
*
|
*
|
||||||
* \retval NULL failure
|
* \retval NULL failure
|
||||||
* \retval non-NULL successfully allocated channel
|
* \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);
|
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 chan channel to set the field on
|
||||||
* \param source a string describing the source of the hangup for this channel
|
* \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
|
* 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"
|
* hung up, but it can also be other things such as "dialplan/agi"
|
||||||
* This can then be logged in the CDR or CEL
|
* This can then be logged in the CDR or CEL
|
||||||
|
@@ -95,7 +95,9 @@
|
|||||||
* \arg See \ref Def_Channel
|
* \arg See \ref Def_Channel
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*! \page AstAPIChanges Asterisk API Changes
|
/*!
|
||||||
|
* \page AstAPIChanges Asterisk API Changes
|
||||||
|
*
|
||||||
* \section Changes161 Version 1.6.1
|
* \section Changes161 Version 1.6.1
|
||||||
* \li ast_install_vm_functions()
|
* \li ast_install_vm_functions()
|
||||||
* \li vmwi_generate()
|
* \li vmwi_generate()
|
||||||
@@ -120,6 +122,11 @@
|
|||||||
* \li ast_tcptls_client_start()
|
* \li ast_tcptls_client_start()
|
||||||
* \li ast_tcptls_server_start()
|
* \li ast_tcptls_server_start()
|
||||||
* \li ast_tcptls_server_stop()
|
* \li ast_tcptls_server_stop()
|
||||||
|
*
|
||||||
|
* \section Changes162 Version 1.6.2
|
||||||
|
*
|
||||||
|
* \section Changes163 Version 1.6.3
|
||||||
|
* \li ast_channel_alloc()
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
Reference in New Issue
Block a user