add conference_member_id variable to all sessions with the member id used by their conference participation (For drk__)

This commit is contained in:
Anthony Minessale 2010-05-21 15:51:51 -05:00
parent 7996819fca
commit 49c9bfdb2e
1 changed files with 3 additions and 0 deletions

View File

@ -695,6 +695,9 @@ static switch_status_t conference_add_member(conference_obj_t *conference, confe
}
channel = switch_core_session_get_channel(member->session);
switch_channel_set_variable_printf(channel, "conference_member_id", "%d", member->id);
call_list = (call_list_t *) switch_channel_get_private(channel, "_conference_autocall_list_");
if (call_list) {