]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 11 Jul 2012 22:09:42 +0000 (17:09 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 11 Jul 2012 22:09:42 +0000 (17:09 -0500)
src/mod/applications/mod_conference/mod_conference.c

index 9a4d9eb53882cdabc11586309a9c7d1d87f9f580..6bd8353755632310e819b1cf49379a6b96ab6c05 100644 (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);