diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c index 9a4d9eb538..6bd8353755 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -8085,7 +8085,7 @@ static void conf_data_event_handler(switch_event_t *event) if (!body) { switch_event_add_body(revent, "CONFERENCE NOT FOUND"); - switch_event_add_header(revent, SWITCH_STACK_BOTTOM, "notfound", "true"); + //switch_event_add_header(revent, SWITCH_STACK_BOTTOM, "notfound", "true"); } switch_event_fire(&revent);