fix mistake from earlier commit and improve flow of dtmf through a bridge when timer is disabled

This commit is contained in:
Anthony Minessale
2011-03-09 20:06:27 -06:00
parent 8cb2bad004
commit 59da356d06
3 changed files with 10 additions and 4 deletions

View File

@@ -386,6 +386,7 @@ static void *audio_bridge_thread(switch_thread_t *thread, void *obj)
if (send_dtmf) {
switch_core_session_send_dtmf(session_b, &dtmf);
switch_core_session_kill_channel(session_b, SWITCH_SIG_BREAK);
}
}
}