diff --git a/apps/app_stack.c b/apps/app_stack.c index 66d39b3c92..00a63480dc 100644 --- a/apps/app_stack.c +++ b/apps/app_stack.c @@ -73,10 +73,14 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") + Continue at labeliftrue if the condition is true. + Takes the form similar to Goto() of [[context,]extension,]priority. + Continue at labeliffalse if the condition is false. + Takes the form similar to Goto() of [[context,]extension,]priority. @@ -93,6 +97,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") MacroIf IF GotoIf + Goto diff --git a/main/pbx.c b/main/pbx.c index db929519ec..95f6fda628 100644 --- a/main/pbx.c +++ b/main/pbx.c @@ -235,7 +235,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Exec + ExecIf TryExec + GotoIfTime @@ -279,10 +281,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") - Continue at labeliftrue if the condition is true. + Continue at labeliftrue if the condition is true. + Takes the form similar to Goto() of [[context,]extension,]priority. - Continue at labeliffalse if the condition is false. + Continue at labeliffalse if the condition is false. + Takes the form similar to Goto() of [[context,]extension,]priority. @@ -321,8 +325,14 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") - - + + Continue at labeliftrue if the condition is true. + Takes the form similar to Goto() of [[context,]extension,]priority. + + + Continue at labeliffalse if the condition is false. + Takes the form similar to Goto() of [[context,]extension,]priority. + @@ -338,6 +348,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") GotoIf + Goto IFTIME TESTTIME