We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Goto()
On documentation syntax is Goto([context,[extensions,]]priority), but in real syntax is Goto([[context,]extension,]priority) (see https://github.com/asterisk/asterisk/blob/master/main/pbx.c#L8841C51-L8841C83).
Goto([context,[extensions,]]priority)
Goto([[context,]extension,]priority)
The text was updated successfully, but these errors were encountered:
Yeah, I think Gosub is also broken. I'm looking at the build scripts to see where the issue might be. .
Sorry, something went wrong.
gtjoseph
No branches or pull requests
On documentation syntax is
Goto([context,[extensions,]]priority)
, but in real syntax isGoto([[context,]extension,]priority)
(see https://github.com/asterisk/asterisk/blob/master/main/pbx.c#L8841C51-L8841C83).The text was updated successfully, but these errors were encountered: