mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-11 23:28:59 +00:00
Use a separate variable in the channel structure to store the context that the channel was dialed from. (issue #8382 reported by jiddings)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@47850 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -382,6 +382,7 @@ struct ast_channel {
|
||||
char macrocontext[AST_MAX_CONTEXT]; /*!< Macro: Current non-macro context. See app_macro.c */
|
||||
char macroexten[AST_MAX_EXTENSION]; /*!< Macro: Current non-macro extension. See app_macro.c */
|
||||
int macropriority; /*!< Macro: Current non-macro priority. See app_macro.c */
|
||||
char dialcontext[AST_MAX_CONTEXT]; /*!< Dial: Extension context that we were called from */
|
||||
|
||||
struct ast_pbx *pbx; /*!< PBX private structure for this channel */
|
||||
int amaflags; /*!< Set BEFORE PBX is started to determine AMA flags */
|
||||
|
Reference in New Issue
Block a user