1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-05 02:02:01 +00:00

FS-4185 --resolve

This commit is contained in:
Anthony Minessale 2012-05-04 08:32:32 -05:00
parent 5190bd0849
commit 29f23c1c67

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