FS-5105 --resolve

This commit is contained in:
Anthony Minessale
2013-02-19 13:17:24 -06:00
parent 45d849ab74
commit e0b883f581
3 changed files with 6 additions and 4 deletions

View File

@@ -2756,6 +2756,7 @@ static switch_status_t http_file_file_open(switch_file_handle_t *handle, const c
handle->speed = context->fh.speed;
handle->interval = context->fh.interval;
handle->channels = context->fh.channels;
handle->flags |= SWITCH_FILE_NOMUX;
if (switch_test_flag((&context->fh), SWITCH_FILE_NATIVE)) {
switch_set_flag(handle, SWITCH_FILE_NATIVE);