summaryrefslogtreecommitdiff
path: root/main/pbx.c
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2006-11-24 14:00:19 +0000
committerOlle Johansson <oej@edvina.net>2006-11-24 14:00:19 +0000
commit3fd07f51f2e9f14fc158f8d36725f8bfc3291d6d (patch)
treea7d7f57d457ca6f0aa07bae3d496b26325429487 /main/pbx.c
parenta4cc4d03c9fe8da77e190e280be64fe8003c7aa1 (diff)
Doxygen update
- Document cause codes - Document a bit more on channel variables - global, predefined and local - Fix some doxygen in channel.h. Adding one comment for two definitions does not work. They won't be copied to each. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47986 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/pbx.c')
-rw-r--r--main/pbx.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/main/pbx.c b/main/pbx.c
index f79461e4c..60a89e104 100644
--- a/main/pbx.c
+++ b/main/pbx.c
@@ -1094,9 +1094,12 @@ static char *substring(const char *value, int offset, int length, char *workspac
return ret;
}
-/*! \brief pbx_retrieve_variable: Support for Asterisk built-in variables and
- functions in the dialplan
- ---*/
+/*! \brief Support for Asterisk built-in variables and functions in the dialplan
+
+\note See also
+ - \ref AstVar Channel variables
+ - \ref AstCauses The HANGUPCAUSE variable
+ */
void pbx_retrieve_variable(struct ast_channel *c, const char *var, char **ret, char *workspace, int workspacelen, struct varshead *headp)
{
const char not_found = '\0';