]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
doh
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 31 Jul 2012 20:44:57 +0000 (15:44 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 31 Jul 2012 20:44:57 +0000 (15:44 -0500)
src/mod/endpoints/mod_sofia/sofia_presence.c

index b7b39d1feb294ce453de7e2d983cd2486af33706..f116cd2ee0aa5310ce82d78dc2922cc33c10e031 100644 (file)
@@ -904,7 +904,7 @@ static void send_conference_data(sofia_profile_t *profile, switch_event_t *event
        const char *notfound = switch_event_get_header(event, "notfound");
        const char *body = switch_event_get_body(event);
        const char *type = "application/conference-info+xml";
-       int final = switch_true(switch_event_get_header(event, "final");
+       const char *final = switch_event_get_header(event, "final");
                                                        
        if (!event_str) {
                event_str = "conference";