]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-5187 --resolve A 1 character typo....
authorAnthony Minessale <anthm@freeswitch.org>
Sat, 16 Mar 2013 01:47:03 +0000 (20:47 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Sat, 16 Mar 2013 01:47:03 +0000 (20:47 -0500)
src/mod/applications/mod_conference/mod_conference.c

index 25b5f29d6981b373ed6119080105be2fb856a41e..c5b3049a38606bd3b552200459919a211e9d6244 100644 (file)
@@ -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);
                        }
                }