Index: apps/app_stack.c =================================================================== --- apps/app_stack.c (revision 348604) +++ apps/app_stack.c (working copy) @@ -73,10 +73,14 @@ + 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 @@ MacroIf IF GotoIf + Goto Index: main/pbx.c =================================================================== --- main/pbx.c (revision 348604) +++ main/pbx.c (working copy) @@ -229,7 +229,9 @@ Exec + ExecIf TryExec + GotoIfTime @@ -273,10 +275,12 @@ - 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. @@ -315,8 +319,14 @@ - - + + 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. + @@ -332,6 +342,7 @@ GotoIf + Goto IFTIME TESTTIME