From 40028fe80ea1c36b7eb35e5cda282d5d083336ab Mon Sep 17 00:00:00 2001 From: markster Date: Wed, 9 Apr 2003 23:56:15 +0000 Subject: 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 --- include/asterisk/channel.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/asterisk/channel.h') 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 */ -- cgit v1.2.3