From: Anthony Minessale Date: Thu, 30 Oct 2008 15:18:07 +0000 (+0000) Subject: fix typo thanks MichaelGG X-Git-Tag: v1.0.2~667 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09f7c7f660a5df7f195c777aea4c44281623e45c;p=thirdparty%2Ffreeswitch.git fix typo thanks MichaelGG git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10203 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- 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); } }