add a few fields

This commit is contained in:
Anthony Minessale
2012-10-11 11:04:09 -05:00
parent a800a5fc5c
commit a0049b2296
2 changed files with 28 additions and 8 deletions

View File

@@ -115,6 +115,7 @@ typedef struct profile_node_s {
struct switch_caller_profile *origination_caller_profile;
struct switch_caller_profile *hunt_caller_profile;
struct switch_channel_timetable *times;
struct switch_channel_timetable *old_times;
struct switch_caller_extension *caller_extension;
switch_memory_pool_t *pool;
struct switch_caller_profile *next;