aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/channel.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-09 23:56:15 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-09 23:56:15 +0000
commit40028fe80ea1c36b7eb35e5cda282d5d083336ab (patch)
tree9b9863de3fe260fd81cfcd4e88ab97137001f3c7 /include/asterisk/channel.h
parentb5dfede5e4a0a446a83413e3a42ea77e60f08c7f (diff)
Add new "macrocontext" field (yes, you need to "make clean ; make install"
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@808 f38db490-d61c-443f-a65b-d21fe96a405b
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 */