mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 07:18:15 +00:00
Fix some stasis doxygen comments.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@393896 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -340,14 +340,14 @@ struct ast_channel_snapshot;
|
||||
*
|
||||
* \param snapshot the channel snapshot for which to generate an AMI message
|
||||
* body
|
||||
* \param suffix the suffix to append to the channel fields
|
||||
* \param prefix What to prepend to the channel fields
|
||||
*
|
||||
* \retval NULL on error
|
||||
* \retval ast_str* on success (must be ast_freed by caller)
|
||||
*/
|
||||
struct ast_str *ast_manager_build_channel_state_string_prefix(
|
||||
const struct ast_channel_snapshot *snapshot,
|
||||
const char *suffix);
|
||||
const char *prefix);
|
||||
|
||||
/*!
|
||||
* \brief Generate the AMI message body from a channel snapshot
|
||||
|
||||
@@ -53,7 +53,7 @@ struct ast_channel_snapshot {
|
||||
AST_STRING_FIELD(caller_name); /*!< Caller ID Name */
|
||||
AST_STRING_FIELD(caller_number); /*!< Caller ID Number */
|
||||
AST_STRING_FIELD(caller_dnid); /*!< Dialed ID Number */
|
||||
AST_STRING_FIELD(caller_ani); /*< Caller ID ANI Number */
|
||||
AST_STRING_FIELD(caller_ani); /*!< Caller ID ANI Number */
|
||||
AST_STRING_FIELD(caller_rdnis); /*!< Caller ID RDNIS Number */
|
||||
AST_STRING_FIELD(caller_subaddr); /*!< Caller subaddress */
|
||||
AST_STRING_FIELD(dialed_subaddr); /*!< Dialed subaddress */
|
||||
|
||||
Reference in New Issue
Block a user