Index: main/channel.c =================================================================== --- main/channel.c (revision 239229) +++ main/channel.c (working copy) @@ -5339,7 +5339,7 @@ /* XXX What about blocking, softhangup, blocker, and lock and blockproc? XXX */ /* Application and data remain the same */ /* Clone exception becomes real one, as with fdno */ - ast_copy_flags(original, clonechan, AST_FLAG_EXCEPTION | AST_FLAG_OUTGOING); + ast_set_flag(original, ast_test_flag(clonechan, AST_FLAG_EXCEPTION | AST_FLAG_OUTGOING)); original->fdno = clonechan->fdno; /* Schedule context remains the same */ /* Stream stuff stays the same */