This commit is contained in:
Marko Mackic 2025-01-21 00:17:22 +00:00 committed by GitHub
commit 03283d5dc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -3765,9 +3765,9 @@ SWITCH_DECLARE(switch_status_t) switch_channel_execute_on_value(switch_channel_t
}
if (bg) {
status = switch_core_session_execute_application_async(channel->session, app, arg);
status = switch_core_session_execute_application_async(channel->session, app, expanded);
} else {
status = switch_core_session_execute_application(channel->session, app, arg);
status = switch_core_session_execute_application(channel->session, app, expanded);
}
if (expanded && expanded != arg) {