From: Anthony Minessale Date: Wed, 11 Jul 2012 22:09:42 +0000 (-0500) Subject: update X-Git-Tag: v1.2.0~171 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63147207b631c60f3c537b85fdec978cc151b10e;p=thirdparty%2Ffreeswitch.git update --- 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);