fix type in dmachine parser
This commit is contained in:
parent
180c179c7f
commit
4cf5842836
|
@ -302,7 +302,7 @@ 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 = both_bp;
|
r_bp = exact_bp ? exact_bp : both_bp;
|
||||||
} else if (partial_bp) {
|
} else if (partial_bp) {
|
||||||
r_bp = partial_bp;
|
r_bp = partial_bp;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue