From: Anthony Minessale Date: Mon, 27 Dec 2010 20:55:55 +0000 (-0600) Subject: fix partial match counting as exact match in dmachine X-Git-Tag: v1.2-rc1~223^2~2^2^2~43^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5eb951aa302676d2bebd74f630fece440db3b32f;p=thirdparty%2Ffreeswitch.git fix partial match counting as exact match in dmachine --- 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; } }