mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
oops
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12229 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
99026e02e7
commit
c5d6f3f440
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user