FS-7929 #resolve [ignore_early_media=true behaviour]

This commit is contained in:
Anthony Minessale
2015-10-08 13:17:39 -05:00
parent 56d83d1967
commit a53659c086
3 changed files with 7 additions and 4 deletions
@@ -3146,6 +3146,8 @@ static void *SWITCH_THREAD_FUNC camp_music_thread(switch_thread_t *thread, void
}
while (stake->running && switch_channel_ready(channel)) {
switch_ivr_parse_signal_data(session, SWITCH_TRUE, SWITCH_FALSE);
if (status != SWITCH_STATUS_BREAK) {
if (!strcasecmp(moh, "silence")) {
status = switch_ivr_collect_digits_callback(session, &args, 0, 0);