remove unnecessary muting on volume adjust and energy, bad bluetooth headsets find bugs, thanks Jason Garland for finding this one.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2541 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2006-09-07 05:34:11 +00:00
parent 80722357a6
commit 7863ad0d70
1 changed files with 0 additions and 3 deletions

View File

@ -1557,7 +1557,6 @@ static switch_status_t conf_function(char *buf, switch_core_session_t *session,
conference_member_t *member;
if ((member = conference_member_get(conference, id))) {
switch_clear_flag_locked(member, MFLAG_CAN_SPEAK);
if (argv[3]) {
switch_mutex_lock(member->flag_mutex);
@ -1595,7 +1594,6 @@ static switch_status_t conf_function(char *buf, switch_core_session_t *session,
conference_member_t *member;
if ((member = conference_member_get(conference, id))) {
switch_clear_flag_locked(member, MFLAG_CAN_SPEAK);
if (argv[3]) {
switch_mutex_lock(member->flag_mutex);
@ -1633,7 +1631,6 @@ static switch_status_t conf_function(char *buf, switch_core_session_t *session,
conference_member_t *member;
if ((member = conference_member_get(conference, id))) {
switch_clear_flag_locked(member, MFLAG_CAN_SPEAK);
if (argv[3]) {
switch_mutex_lock(member->flag_mutex);