From: Anthony Minessale Date: Sat, 16 Mar 2013 01:47:03 +0000 (-0500) Subject: FS-5187 --resolve A 1 character typo.... X-Git-Tag: v1.3.17-final~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3683699457fdd819ed961aa8e32375f7970a278;p=thirdparty%2Ffreeswitch.git FS-5187 --resolve A 1 character typo.... --- diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c index 25b5f29d69..c5b3049a38 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -4130,7 +4130,7 @@ static void conference_send_all_dtmf(conference_member_t *member, conference_obj switch_zmalloc(dt, sizeof(*dt)); *dt = digit; - switch_queue_push(member->dtmf_queue, dt); + switch_queue_push(imember->dtmf_queue, dt); switch_core_session_kill_channel(imember->session, SWITCH_SIG_BREAK); } }