提交 09f7c7f6 authored 作者: Anthony Minessale's avatar Anthony Minessale

fix typo thanks MichaelGG

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10203 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 623ba5c2
...@@ -1639,7 +1639,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_generate_xml_cdr(switch_core_session_ ...@@ -1639,7 +1639,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_generate_xml_cdr(switch_core_session_
if (!(x_caller_profile = switch_xml_add_child_d(x_o, "originatee_caller_profile", off++))) { if (!(x_caller_profile = switch_xml_add_child_d(x_o, "originatee_caller_profile", off++))) {
goto error; goto error;
} }
switch_ivr_set_xml_profile_data(x_caller_profile, caller_profile->originatee_caller_profile, 0); switch_ivr_set_xml_profile_data(x_caller_profile, cp, 0);
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论