match dmachine instantly when only 1 binding and its a matching regex

This commit is contained in:
Anthony Minessale 2012-01-04 11:29:25 -06:00
parent cdb4b29a55
commit bebf3028d8
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ static dm_match_t switch_ivr_dmachine_check_match(switch_ivr_dmachine_t *dmachin
pmatches = 1;
if (r_status == SWITCH_STATUS_SUCCESS) {
if (is_timeout) {
if (is_timeout || (bp == dmachine->realm->binding_list && !bp->next)) {
best = DM_MATCH_EXACT;
exact_bp = bp;
break;