]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix partial match counting as exact match in dmachine
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 27 Dec 2010 20:55:55 +0000 (14:55 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 27 Dec 2010 20:55:55 +0000 (14:55 -0600)
src/switch_ivr_async.c

index afd0fdbb70e727bfeac3b2618819378e88149b1a..0459f2b83268b990008c6230b9df9ccf8d8bc2de 100644 (file)
@@ -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;
                }
        }