FS-4185 --resolve

This commit is contained in:
Anthony Minessale 2012-05-04 08:32:32 -05:00
parent 5190bd0849
commit 29f23c1c67
1 changed files with 1 additions and 0 deletions

View File

@ -2946,6 +2946,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_process_fh(switch_core_session_t *ses
}
return SWITCH_STATUS_SUCCESS;
} else if (!strcasecmp(cmd, "stop")) {
switch_set_flag(fhp, SWITCH_FILE_DONE);
return SWITCH_STATUS_FALSE;
} else if (!strcasecmp(cmd, "truncate")) {
switch_core_file_truncate(fhp, 0);