[Home]

Summary:ASTERISK-24026: Syntax for GotoIf incorrectly pushed into Asterisk Wiki
Reporter:Oliver Nauliv (nauliv)Labels:
Date Opened:2014-07-11 03:10:56Date Closed:2014-07-17 12:35:46
Priority:TrivialRegression?
Status:Closed/CompleteComponents:
Versions:11.6.0 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:The online asterisk wiki is not displaying the proper syntax for GotoIF (and many other applications)

* URL
https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Application_GotoIf

* Syntax shows:
GotoIf(conditionlabeliftrue:labeliffalse)

* It should show:
GotoIf(condition?[labeliftrue][:labeliffalse])

* Asterisk console shows

CLI> core show application gotoif
[Syntax]
GotoIf(condition?[labeliftrue][:labeliffalse])
Comments:By: Matt Jordan (mjordan) 2014-07-17 12:35:41.785-0500

This should now be fixed on the Asterisk 12 documentation:

https://wiki.asterisk.org/wiki/display/AST/Asterisk+12+Application_GotoIf

The rest of the versions will update tonight automatically.