提交 76a41b57 authored 作者: Anthony Minessale's avatar Anthony Minessale

update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8584 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 57117acd
......@@ -242,7 +242,6 @@ SWITCH_STANDARD_APP(intercept_function)
switch_ivr_intercept_session(session, uuid, bleg);
}
switch_safe_free(mydata);
return;
}
......
......@@ -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;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论