]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Added conference UUID to xml_list
authorAndrew Thompson <andrew@hijacked.us>
Wed, 2 Feb 2011 05:01:38 +0000 (00:01 -0500)
committerAndrew Thompson <andrew@hijacked.us>
Wed, 2 Feb 2011 05:01:38 +0000 (00:01 -0500)
src/mod/applications/mod_conference/mod_conference.c

index 12b319336329fc51ee06f642e1113f22bba5dd62..961a140342727358d2e3a0c31ef9fa324c08e879 100644 (file)
@@ -3778,6 +3778,7 @@ static void conference_xlist(conference_obj_t *conference, switch_xml_t x_confer
        switch_xml_set_attr_d(x_conference, "member-count", ival);
        switch_snprintf(i, sizeof(i), "%u", conference->rate);
        switch_xml_set_attr_d(x_conference, "rate", ival);
+       switch_xml_set_attr_d(x_conference, "uuid", conference->uuid_str);
 
        if (switch_test_flag(conference, CFLAG_LOCKED)) {
                switch_xml_set_attr_d(x_conference, "locked", "true");