From 09f7c7f660a5df7f195c777aea4c44281623e45c Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 30 Oct 2008 15:18:07 +0000 Subject: [PATCH] fix typo thanks MichaelGG git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10203 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_ivr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_ivr.c b/src/switch_ivr.c index 0b22e7605b..b41ab18d4e 100644 --- a/src/switch_ivr.c +++ b/src/switch_ivr.c @@ -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++))) { 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); } }