From afb00fce12ca90ab8af372b5f867d428be3e4386 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Fri, 23 Sep 2005 02:53:53 +0000 Subject: Use Goto instead of GotoIf when jumping over the else block (issue #4660) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6629 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- pbx/pbx_ael.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pbx/pbx_ael.c') diff --git a/pbx/pbx_ael.c b/pbx/pbx_ael.c index 0369007b7..c33e169cb 100755 --- a/pbx/pbx_ael.c +++ b/pbx/pbx_ael.c @@ -660,7 +660,7 @@ static int __build_step(const char *what, const char *name, const char *filename if (ifskip) { /* Skip as appropriate around else clause */ snprintf(margs, mlen, "%d", ifend); - if (ast_add_extension2(con, 0, exten, ifskip, NULL, NULL, app, strdup(margs), FREE, registrar)) + if (ast_add_extension2(con, 0, exten, ifskip, NULL, NULL, "Goto", strdup(margs), FREE, registrar)) ast_log(LOG_WARNING, "Unable to add step at priority '%d' of %s '%s'\n", *pos, what, name); } } else -- cgit v1.2.3