summaryrefslogtreecommitdiff
path: root/include/asterisk/channel.h
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-08-07 05:35:45 +0000
committerMark Spencer <markster@digium.com>2003-08-07 05:35:45 +0000
commit9f51b3590d237674347545c11ed61686703ea1e9 (patch)
tree8a2569d40e5aaf1cc5c8aa014e70dd28f7bbedce /include/asterisk/channel.h
parent01fcb9779aa48bdf31c222dd58e1cbe5c6077dfd (diff)
Make parking resume properly when in macro
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1270 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/channel.h')
-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 */