aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-08-07 05:35:45 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-08-07 05:35:45 +0000
commit169b53505ac9b89e1212b48e06a89570593003dc (patch)
tree8a2569d40e5aaf1cc5c8aa014e70dd28f7bbedce /include/asterisk
parent80c651f140ec58fbff5cfca8c966117c3704bd91 (diff)
Make parking resume properly when in macro
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1270 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk')
-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 */