mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
add last_hold_time and hold_accum vars for cdr data
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user