add core-uuid attr to xml cdr tag

This commit is contained in:
Anthony Minessale 2012-07-26 11:45:06 -05:00
parent 1d5b5f218a
commit 1dd4bd4926
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}