From: Anthony Minessale Date: Tue, 19 Mar 2013 13:39:19 +0000 (-0500) Subject: FS-5200 --resolve this patch did not apply please be up to date with latest HEAD... X-Git-Tag: v1.3.17-final~73^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7fcf8c3c694d39719390f10109d625166ac7a86;p=thirdparty%2Ffreeswitch.git FS-5200 --resolve this patch did not apply please be up to date with latest HEAD when generating patches --- diff --git a/src/mod/applications/mod_httapi/mod_httapi.c b/src/mod/applications/mod_httapi/mod_httapi.c index 75d896db45..9a329e7cfc 100644 --- a/src/mod/applications/mod_httapi/mod_httapi.c +++ b/src/mod/applications/mod_httapi/mod_httapi.c @@ -2604,7 +2604,7 @@ static switch_status_t locate_url_file(http_file_context_t *context, const char if (switch_strcasecmp_any(ct, "audio/mpeg", "audio/x-mpeg", "audio/mp3", "audio/x-mp3", "audio/mpeg3", "audio/x-mpeg3", "audio/mpg", "audio/x-mpg", "audio/x-mpegaudio", NULL)) { newext = "mp3"; - } else if (switch_strcasecmp_any(ct, "audio/wav", "audio/x-wave", "audio/wav", NULL)) { + } else if (switch_strcasecmp_any(ct, "audio/wav", "audio/x-wave", "audio/wav", "audio/wave", NULL)) { newext = "wav"; } }