aboutsummaryrefslogtreecommitdiffstats
path: root/channels/iax2-parser.h
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-17 19:39:35 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-17 19:39:35 +0000
commit244af566c78dd6a8341265c5dd463dc4c5518e33 (patch)
treec0430548719c447d7f415fbcf1f9275eb9afd805 /channels/iax2-parser.h
parent842572c8957e6eb760319d48066f0e08fbaa69d6 (diff)
Improve native transfers when a chain of IAX2 connections are in use.
(closes issue #7567) Reported by: tjd Patches: bug_7567_update_v2.diff uploaded by snuffy (license 35) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@116884 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/iax2-parser.h')
-rw-r--r--channels/iax2-parser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/channels/iax2-parser.h b/channels/iax2-parser.h
index e40669d3d..6c0b3a714 100644
--- a/channels/iax2-parser.h
+++ b/channels/iax2-parser.h
@@ -109,6 +109,8 @@ struct iax_frame {
unsigned int sentyet:1;
/* Non-zero if should be sent to transfer peer */
unsigned int transfer:1;
+ /* Non-zero if should be sent to media peer */
+ unsigned int media:1;
/* Non-zero if this is the final message */
unsigned int final:1;
/* Ingress or outgres */