From 4943cbcf2c33dc281a888c58a44bc95810251fcf Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Sat, 17 May 2008 19:39:35 +0000 Subject: 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: https://origsvn.digium.com/svn/asterisk/trunk@116884 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/iax2-parser.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'channels/iax2-parser.h') 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 */ -- cgit v1.2.3