[asterisk-bugs] [JIRA] (ASTERISK-24031) Syntax for GotoIf incorrectly pushed into Asterisk Wiki
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Fri Jul 11 16:46:58 CDT 2014
Rusty Newton created ASTERISK-24031:
---------------------------------------
Summary: Syntax for GotoIf incorrectly pushed into Asterisk Wiki
Key: ASTERISK-24031
URL: https://issues.asterisk.org/jira/browse/ASTERISK-24031
Project: Asterisk
Issue Type: Bug
Security Level: None
Affects Versions: 11.6.0
Reporter: Oliver Nauliv
Severity: Trivial
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])
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list