]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix typo thanks MichaelGG
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 30 Oct 2008 15:18:07 +0000 (15:18 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 30 Oct 2008 15:18:07 +0000 (15:18 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10203 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_ivr.c

index 0b22e7605b04f83ac8183da4e640e8789d24e2f9..b41ab18d4ee4c9021c3a6831bd9415f6e1acb590 100644 (file)
@@ -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);
                        }
                }