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
This commit is contained in:
Joshua Colp
2008-05-17 19:39:35 +00:00
parent 30aedbade7
commit 4943cbcf2c
2 changed files with 192 additions and 68 deletions

View File

@@ -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 */