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:
Mark Spencer
2005-08-03 04:42:59 +00:00
parent 6e825f933d
commit 8712d1d7f1
3 changed files with 23 additions and 17 deletions

View File

@@ -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;