aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/channel.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-03 04:42:59 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-03 04:42:59 +0000
commita12bd1bf676a17fe00aaeb2d1e0658baaa4f5230 (patch)
treea30800bccfd6088b0a9cb9140e7dffbee62c80ac /include/asterisk/channel.h
parent9db93135bc083f1d7b8ccd8a200abb7f2100d9f7 (diff)
Fix timestamp issue with features (bug #4760 with mods)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6268 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/channel.h')
-rwxr-xr-xinclude/asterisk/channel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index f53b39e89..de2099288 100755
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -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;