From: Anthony Minessale Date: Fri, 3 Feb 2012 02:20:38 +0000 (-0600) Subject: FS-3865 --resolve X-Git-Tag: v1.2-rc1~19^2^2~68^2~135 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d79d15d43a774d5e52fd474a1ebbb1248a8f45c7;p=thirdparty%2Ffreeswitch.git FS-3865 --resolve --- diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c index 8ba21c5b84..777fdd2f27 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -1104,6 +1104,7 @@ static switch_status_t conference_del_member(conference_obj_t *conference, confe if (test_eflag(conference, EFLAG_FLOOR_CHANGE)) { switch_event_create_subclass(&event, SWITCH_EVENT_CUSTOM, CONF_EVENT_MAINT); + conference_add_event_data(conference, event); switch_event_add_header_string(event, SWITCH_STACK_BOTTOM, "Action", "floor-change"); switch_event_add_header(event, SWITCH_STACK_BOTTOM, "Old-ID", "%d", member->id); switch_event_add_header(event, SWITCH_STACK_BOTTOM, "New-ID", "none");