This commit is contained in:
Anthony Minessale 2012-07-11 17:09:42 -05:00
parent 75b36c9545
commit 63147207b6

View File

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