fix partial match counting as exact match in dmachine
This commit is contained in:
parent
430dfdacab
commit
5eb951aa30
|
@ -303,8 +303,6 @@ static dm_match_t switch_ivr_dmachine_check_match(switch_ivr_dmachine_t *dmachin
|
||||||
if (is_timeout) {
|
if (is_timeout) {
|
||||||
if (both_bp) {
|
if (both_bp) {
|
||||||
r_bp = exact_bp ? exact_bp : both_bp;
|
r_bp = exact_bp ? exact_bp : both_bp;
|
||||||
} else if (partial_bp) {
|
|
||||||
r_bp = partial_bp;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue