mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-09 22:45:49 +00:00
Fix timestamp issue with features (bug #4760 with mods)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6268 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -370,6 +370,8 @@ struct ast_channel {
|
||||
struct ast_bridge_config {
|
||||
struct ast_flags features_caller;
|
||||
struct ast_flags features_callee;
|
||||
struct timeval start_time;
|
||||
long feature_timer;
|
||||
long timelimit;
|
||||
long play_warning;
|
||||
long warning_freq;
|
||||
|
Reference in New Issue
Block a user