mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-05 20:51:51 +00:00
use expanded argument
This commit is contained in:
parent
98f164d2bf
commit
9c782d2d7b
@ -3764,9 +3764,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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user