add last_hold_time and hold_accum vars for cdr data

This commit is contained in:
Anthony Minessale
2011-06-27 13:27:52 -05:00
parent 94148095b8
commit 676ef8085b
3 changed files with 45 additions and 2 deletions
+2
View File
@@ -50,6 +50,8 @@ SWITCH_BEGIN_EXTERN_C struct switch_channel_timetable {
switch_time_t transferred;
switch_time_t resurrected;
switch_time_t bridged;
switch_time_t last_hold;
switch_time_t hold_accum;
struct switch_channel_timetable *next;
};