mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user