mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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
This commit is contained in:
@@ -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';
|
||||
|
Reference in New Issue
Block a user