mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 00:00:09 +00:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user