git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7872 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2008-03-12 01:25:05 +00:00
parent 5fae364cfd
commit 6b3dded9d8
1 changed files with 2 additions and 1 deletions

View File

@ -121,6 +121,7 @@ static int parse_exten(switch_core_session_t *session, switch_caller_profile_t *
}
switch_caller_extension_add_application(session, *extension, application, data);
proceed = 1;
}
if (do_break_i == BREAK_ON_FALSE || do_break_i == BREAK_ALWAYS) {
@ -264,7 +265,7 @@ SWITCH_STANDARD_DIALPLAN(dialplan_hunt)
proceed = parse_exten(session, caller_profile, xexten, &extension);
if (proceed && !switch_true(cont)) {
if (proceed && !switch_true(cont)) {
break;
}