From 9d3527bddfea1aaa520090b663f64c5eebe87d75 Mon Sep 17 00:00:00 2001 From: David Vossel Date: Thu, 19 Mar 2009 20:30:39 +0000 Subject: Merged revisions 183386 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r183386 | dvossel | 2009-03-19 14:40:07 -0500 (Thu, 19 Mar 2009) | 6 lines Cleaning up a few things in detect disconnect patch Initialized ast_call_feature in detect_disconnect to avoid accessing uninitialized memory. Cleaned up /param tags in features.h. No longer send dynamic features in ast_feature_detect. issue #11583 ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@183436 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/features.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/asterisk/features.h b/include/asterisk/features.h index 7a88abcb1..9a666c743 100644 --- a/include/asterisk/features.h +++ b/include/asterisk/features.h @@ -131,7 +131,11 @@ void ast_register_feature(struct ast_call_feature *feature); void ast_unregister_feature(struct ast_call_feature *feature); /*! \brief detect a feature before bridging - \para chan, ast_flags ptr, code, ast_call_feature ptr to be set if found */ + \param chan + \param ast_flags ptr + \param char ptr of input code + \retval ast_call_feature ptr to be set if found + \return result, was feature found or not */ int ast_feature_detect(struct ast_channel *chan, struct ast_flags *features, char *code, struct ast_call_feature *feature); /*! \brief look for a call feature entry by its sname -- cgit v1.2.3