This commit is contained in:
Anthony Minessale 2011-11-15 14:15:33 -06:00
parent cf311a9699
commit 0d17b74421
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_dmachine_ping(switch_ivr_dmachine_t *
SWITCH_DECLARE(switch_status_t) switch_ivr_dmachine_feed(switch_ivr_dmachine_t *dmachine, const char *digits, switch_ivr_dmachine_match_t **match) SWITCH_DECLARE(switch_status_t) switch_ivr_dmachine_feed(switch_ivr_dmachine_t *dmachine, const char *digits, switch_ivr_dmachine_match_t **match)
{ {
const char *p; const char *p;
printf("WTF feed %s %s\n", dmachine->name, digits);
for (p = digits; p && *p; p++) { for (p = digits; p && *p; p++) {
switch_mutex_lock(dmachine->mutex); switch_mutex_lock(dmachine->mutex);
if (dmachine->cur_digit_len < dmachine->max_digit_len) { if (dmachine->cur_digit_len < dmachine->max_digit_len) {