aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rwxr-xr-xinclude/asterisk/channel.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index 107e70da4..5fe9d2275 100755
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -158,6 +158,10 @@ struct ast_channel {
char context[AST_MAX_EXTENSION];
/*! Current non-macro context */
char macrocontext[AST_MAX_EXTENSION];
+ /*! Current non-macro extension */
+ char macroexten[AST_MAX_EXTENSION];
+ /*! Current non-macro priority */
+ int macropriority;
/*! Current extension number */
char exten[AST_MAX_EXTENSION];
/* Current extension priority */