aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/channel.h')
-rwxr-xr-xinclude/asterisk/channel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index 3ab0f647a..73ecc8b29 100755
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -142,6 +142,8 @@ struct ast_channel {
/*! Current extension context */
char context[AST_MAX_EXTENSION];
+ /*! Current non-macro context */
+ char macrocontext[AST_MAX_EXTENSION];
/*! Current extension number */
char exten[AST_MAX_EXTENSION];
/* Current extension priority */