git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8584 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2008-05-24 18:49:02 +00:00
parent 57117acdbc
commit 76a41b5730
2 changed files with 1 additions and 2 deletions

View File

@ -242,7 +242,6 @@ SWITCH_STANDARD_APP(intercept_function)
switch_ivr_intercept_session(session, uuid, bleg);
}
switch_safe_free(mydata);
return;
}

View File

@ -960,7 +960,7 @@ SWITCH_DECLARE(void) switch_ivr_intercept_session(switch_core_session_t *session
if (bleg) {
if (switch_ivr_find_bridged_uuid(uuid, brto, sizeof(brto)) == SWITCH_STATUS_SUCCESS) {
uuid = brto;
uuid = switch_core_session_strdup(session, brto);
} else {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "no uuid bridged to %s\n", uuid);
return;