From: Anthony Minessale Date: Tue, 21 Aug 2012 17:09:10 +0000 (-0500) Subject: FS-4554 --resolve X-Git-Tag: v1.2.3^2~206 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0dd441380965b54ba1e9b8abc18134c1adf1c51;p=thirdparty%2Ffreeswitch.git FS-4554 --resolve --- diff --git a/src/mod/applications/mod_httapi/mod_httapi.c b/src/mod/applications/mod_httapi/mod_httapi.c index 6011f16458..2e6c589740 100644 --- a/src/mod/applications/mod_httapi/mod_httapi.c +++ b/src/mod/applications/mod_httapi/mod_httapi.c @@ -597,8 +597,8 @@ static switch_status_t parse_playback(const char *tag_name, client_t *client, sw switch_ivr_play_file(client->session, NULL, error_file, &nullargs); switch_event_add_header_string(client->one_time_params, SWITCH_STACK_BOTTOM, name, "invalid"); switch_event_add_header_string(client->one_time_params, SWITCH_STACK_BOTTOM, "input_type", "invalid"); - status = SWITCH_STATUS_SUCCESS; } + status = SWITCH_STATUS_SUCCESS; } else if (status == SWITCH_STATUS_FOUND) { status = SWITCH_STATUS_SUCCESS; submit = 1;