mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-14 16:33:34 +00:00
Make parking resume properly when in macro
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1270 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user