adjustments to the core do a make sure

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3504 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2006-12-01 15:26:37 +00:00
parent 92bd5358d0
commit d138ed71b7
5 changed files with 89 additions and 99 deletions

View File

@@ -88,6 +88,9 @@ struct switch_caller_profile {
char *context;
/*! flags */
switch_caller_profile_flag_t flags;
struct switch_caller_profile *originator_caller_profile;
struct switch_caller_profile *originatee_caller_profile;
struct switch_channel_timetable *times;
struct switch_caller_profile *next;
};