aboutsummaryrefslogtreecommitdiffstats
path: root/channels/iax2-parser.h
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-16 08:38:59 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-16 08:38:59 +0000
commit4373b2af1324baceb226714e35640af07eedc5b9 (patch)
treed59470d07f7dce94e52073d498c2569145c29fa8 /channels/iax2-parser.h
parent7106c73282ff24a165af4076b81401abb2bb46a7 (diff)
IAX2 remote variables - Bug 7619
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@51123 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/iax2-parser.h')
-rw-r--r--channels/iax2-parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/channels/iax2-parser.h b/channels/iax2-parser.h
index 1b95d099f..35f8c69bd 100644
--- a/channels/iax2-parser.h
+++ b/channels/iax2-parser.h
@@ -73,6 +73,7 @@ struct iax_ies {
unsigned short rr_delay;
unsigned int rr_dropped;
unsigned int rr_ooo;
+ struct ast_variable *vars;
};
#define DIRECTION_INGRESS 1