git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4147 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2007-02-07 17:19:06 +00:00
parent 8ae5585824
commit 068ced69c9
3 changed files with 8 additions and 37 deletions

View File

@@ -91,6 +91,7 @@ struct switch_caller_profile {
struct switch_caller_profile *originator_caller_profile;
struct switch_caller_profile *originatee_caller_profile;
struct switch_channel_timetable *times;
struct switch_caller_extension *caller_extension;
struct switch_caller_profile *next;
};