mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 00:41:41 +00:00
FS-5187 --resolve A 1 character typo....
This commit is contained in:
parent
abdc4bf091
commit
f368369945
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user