The priority gets incremented after raising an exception, so the priority should be set to 0

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@87608 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.0
Mark Michelson 19 years ago
parent e5f87bbac3
commit e0d13e169c

@ -1319,7 +1319,7 @@ int pbx_builtin_raise_exception(struct ast_channel *chan, void *vtype)
ast_string_field_set(exception, context, chan->context);
ast_string_field_set(exception, exten, chan->exten);
exception->priority = chan->priority;
set_ext_pri(chan, "e", 1);
set_ext_pri(chan, "e", 0);
return 0;
}

Loading…
Cancel
Save