add a debug log

This commit is contained in:
Michael Jerris 2015-06-24 17:43:30 -04:00
parent 8865b693ad
commit 5afdc24bf7
1 changed files with 1 additions and 0 deletions

View File

@ -3810,6 +3810,7 @@ SWITCH_DECLARE(switch_status_t) switch_channel_perform_answer(switch_channel_t *
uint32_t msec = atoi(delay);
if (msec) {
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(channel->session), SWITCH_LOG_DEBUG, "Answer delay for %u msec\n", msec);
switch_ivr_sleep(channel->session, msec, SWITCH_TRUE, NULL);
}
}