mod_sofia: fix locked channel when transcoding is necessary

This commit is contained in:
Antonio Silva 2024-02-20 10:13:01 +00:00
parent 9df3076f29
commit 609fbe8122
1 changed files with 2 additions and 0 deletions

View File

@ -1518,6 +1518,8 @@ static switch_status_t sofia_receive_message(switch_core_session_t *session, swi
}
}
break;
case SWITCH_MESSAGE_INDICATE_TRANSCODING_NECESSARY:
goto end;
default:
break;
}