From 5eb951aa302676d2bebd74f630fece440db3b32f Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Mon, 27 Dec 2010 14:55:55 -0600 Subject: [PATCH] fix partial match counting as exact match in dmachine --- src/switch_ivr_async.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/switch_ivr_async.c b/src/switch_ivr_async.c index afd0fdbb70..0459f2b832 100644 --- a/src/switch_ivr_async.c +++ b/src/switch_ivr_async.c @@ -303,8 +303,6 @@ static dm_match_t switch_ivr_dmachine_check_match(switch_ivr_dmachine_t *dmachin if (is_timeout) { if (both_bp) { r_bp = exact_bp ? exact_bp : both_bp; - } else if (partial_bp) { - r_bp = partial_bp; } }