mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
FS-5200 --resolve this patch did not apply please be up to date with latest HEAD when generating patches
This commit is contained in:
parent
8afe9f3c3f
commit
c7fcf8c3c6
@ -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";
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user