From 1dd4bd492673aa31ecefe82a1d17b4f4ca26cc32 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 26 Jul 2012 11:45:06 -0500 Subject: [PATCH] add core-uuid attr to xml cdr tag --- src/switch_ivr.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/switch_ivr.c b/src/switch_ivr.c index fb3852a353..69f77808c1 100644 --- a/src/switch_ivr.c +++ b/src/switch_ivr.c @@ -2196,6 +2196,8 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_generate_xml_cdr(switch_core_session_ } } + switch_xml_set_attr_d(cdr, "core-uuid", switch_core_get_uuid()); + if (!(x_channel_data = switch_xml_add_child_d(cdr, "channel_data", cdr_off++))) { goto error; }