mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
Fix broken attended transfers
The bridge was terminating immediately after the attended transfer was completed. The problem was because upon reentering ast_channel_bridge nexteventts was checked to see if it was set and if so could possibly return AST_BRIDGE_COMPLETE. (closes issue #15183) Reported by: andrebarbosa Tested by: andrebarbosa, tootai, loloski git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@197124 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -534,6 +534,7 @@ struct ast_bridge_config {
|
||||
struct ast_flags features_callee;
|
||||
struct timeval start_time;
|
||||
struct timeval nexteventts;
|
||||
struct timeval partialfeature_timer;
|
||||
long feature_timer;
|
||||
long timelimit;
|
||||
long play_warning;
|
||||
|
Reference in New Issue
Block a user