From 63147207b631c60f3c537b85fdec978cc151b10e Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Wed, 11 Jul 2012 17:09:42 -0500 Subject: [PATCH] update --- src/mod/applications/mod_conference/mod_conference.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);