提交 6b3dded9 authored 作者: Anthony Minessale's avatar Anthony Minessale

update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7872 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 5fae364c
......@@ -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;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论