Add new "macrocontext" field (yes, you need to "make clean ; make install"

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@808 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2003-04-09 23:56:15 +00:00
parent 45eb2c1c9d
commit 3e10ac9f6e
3 changed files with 15 additions and 7 deletions

View File

@@ -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 */