git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8568 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2008-05-24 01:43:12 +00:00
parent ef695ddf02
commit d3616deb87
3 changed files with 57 additions and 2 deletions
+2
View File
@@ -44,6 +44,8 @@ SWITCH_BEGIN_EXTERN_C struct switch_channel_timetable {
switch_time_t profile_created;
switch_time_t created;
switch_time_t answered;
switch_time_t progress;
switch_time_t progress_media;
switch_time_t hungup;
switch_time_t transferred;
struct switch_channel_timetable *next;