From b6de76cb8c0ad7ef80ca1faf6d8c8928a75be23d Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Fri, 27 Jul 2012 14:49:08 -0500 Subject: [PATCH] tweak --- src/mod/applications/mod_conference/mod_conference.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c index 28c90062dd..ed5e51b16d 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -671,9 +671,11 @@ static char *conference_rfc4579_render(conference_obj_t *conference, switch_even switch_snprintf(tmp, sizeof(tmp), "%u", conference->count); switch_xml_set_txt_d(x_tag1, tmpp); +#if 0 if (conference->count == 0) { switch_event_add_header(revent, SWITCH_STACK_BOTTOM, "notfound", "true"); } +#endif if (!(x_tag1 = switch_xml_add_child_d(x_tag, "active", off1++))) { abort();