FS-5757 take 200

This commit is contained in:
Anthony Minessale
2013-09-06 01:52:11 +05:00
parent 2b5e18af41
commit 21f1743b30
2 changed files with 15 additions and 3 deletions

View File

@@ -141,6 +141,8 @@ SWITCH_DECLARE(switch_caller_profile_t *) switch_caller_profile_dup(switch_memor
if (tocopy->times) {
profile->old_times = (switch_channel_timetable_t *) switch_core_alloc(profile->pool, sizeof(switch_channel_timetable_t));
*profile->old_times = *tocopy->times;
} else {
tocopy->times = (switch_channel_timetable_t *) switch_core_alloc(tocopy->pool, sizeof(*tocopy->times));
}
if (tocopy->soft) {