mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-04 18:27:36 +00:00
tweak
This commit is contained in:
parent
aba2b391fb
commit
b6de76cb8c
@ -671,9 +671,11 @@ static char *conference_rfc4579_render(conference_obj_t *conference, switch_even
|
|||||||
switch_snprintf(tmp, sizeof(tmp), "%u", conference->count);
|
switch_snprintf(tmp, sizeof(tmp), "%u", conference->count);
|
||||||
switch_xml_set_txt_d(x_tag1, tmpp);
|
switch_xml_set_txt_d(x_tag1, tmpp);
|
||||||
|
|
||||||
|
#if 0
|
||||||
if (conference->count == 0) {
|
if (conference->count == 0) {
|
||||||
switch_event_add_header(revent, SWITCH_STACK_BOTTOM, "notfound", "true");
|
switch_event_add_header(revent, SWITCH_STACK_BOTTOM, "notfound", "true");
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
if (!(x_tag1 = switch_xml_add_child_d(x_tag, "active", off1++))) {
|
if (!(x_tag1 = switch_xml_add_child_d(x_tag, "active", off1++))) {
|
||||||
abort();
|
abort();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user