mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 02:34:18 +00:00
WTF
This commit is contained in:
parent
cf311a9699
commit
0d17b74421
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user