mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
refactor dialplan logging lines and consolidate some logic for bypass_media mode when the a leg has audio in advance
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12479 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -156,9 +156,6 @@ static void switch_core_standard_on_execute(switch_core_session_t *session)
|
||||
|
||||
extension->current_application = extension->current_application->next;
|
||||
|
||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "%s Execute %s(%s)\n", switch_channel_get_name(session->channel),
|
||||
current_application->application_name, switch_str_nil(current_application->application_data));
|
||||
|
||||
if (switch_core_session_execute_application(session,
|
||||
current_application->application_name,
|
||||
current_application->application_data) != SWITCH_STATUS_SUCCESS) {
|
||||
|
Reference in New Issue
Block a user