forked from Mirrors/freeswitch
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3666 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
520a375780
commit
d48c40a350
@ -1714,8 +1714,13 @@ static void conference_list(conference_obj_t *conference, switch_stream_handle_t
|
||||
count++;
|
||||
}
|
||||
|
||||
stream->write_function(stream, "\n");
|
||||
}
|
||||
stream->write_function(stream, "%s%d%s%d%s%d\n",
|
||||
delim,
|
||||
member->volume_in_level, delim,
|
||||
member->volume_out_level, delim,
|
||||
member->energy_level);
|
||||
}
|
||||
|
||||
switch_mutex_unlock(conference->member_mutex);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user