Fix app_disa to set the proper variable before goign to invalid (bug #5439)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6845 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2005-10-23 01:39:40 +00:00
parent 5f78c43950
commit 60e9a6edf7

View File

@@ -338,6 +338,7 @@ static int disa_exec(struct ast_channel *chan, void *data)
int recheck = 0;
if (!ast_exists_extension(chan, ourcontext, exten, 1, chan->cid.cid_num)) {
pbx_builtin_setvar_helper(chan, "INVALID_EXTEN", exten);
exten[0] = 'i';
exten[1] = '\0';
recheck = 1;