git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12229 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2009-02-21 23:47:09 +00:00
parent 99026e02e7
commit c5d6f3f440
1 changed files with 0 additions and 2 deletions

View File

@ -1059,8 +1059,6 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_play_file(switch_core_session_t *sess
switch_channel_dequeue_dtmf(channel, &dtmf);
if (args->input_callback) {
status = args->input_callback(session, (void *) &dtmf, SWITCH_INPUT_TYPE_DTMF, args->buf, args->buflen);
printf("CORE %c %d\n", dtmf.digit, status);
} else {
*((char *) args->buf) = dtmf.digit;
status = SWITCH_STATUS_BREAK;