[asterisk-bugs] [JIRA] (ASTERISK-21900) Asterisk Wiki - Typo

David Woolley (JIRA) noreply at issues.asterisk.org
Thu Jun 13 05:39:04 CDT 2013


    [ https://issues.asterisk.org/jira/browse/ASTERISK-21900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=207213#comment-207213 ] 

David Woolley edited comment on ASTERISK-21900 at 6/13/13 5:38 AM:
-------------------------------------------------------------------

I think Malcolm is referring to this code in apps/app_read.c:

{code}
/*** DOCUMENTATION
	<application name="Read" language="en_US">
		<synopsis>
			Read a variable.
		</synopsis>
		<syntax>
			<parameter name="variable" required="true">
				<para>The input digits will be stored in the given <replaceable>variable</replaceable>
				name.</para>
			</parameter>
			<parameter name="filenames" argsep="&amp;">
				<argument name="filename" required="true">
					<para>file(s) to play before reading digits or tone with option i</para>
				</argument>
				<argument name="filename2" multiple="true" />
			</parameter>
{code}

However, I think the real bug may be in the tooling that does the "trolling", as it seems to have put in the comma without an explicit argsep, in other cases.
                
      was (Author: davidw):
    I think Malcolm is referring to this code in apps/app_read.c:

{code}
/*** DOCUMENTATION
	<application name="Read" language="en_US">
		<synopsis>
			Read a variable.
		</synopsis>
		<syntax>
			<parameter name="variable" required="true">
				<para>The input digits will be stored in the given <replaceable>variable</replaceable>
				name.</para>
			</parameter>
			<parameter name="filenames" argsep="&amp;">
				<argument name="filename" required="true">
					<para>file(s) to play before reading digits or tone with option i</para>
				</argument>
				<argument name="filename2" multiple="true" />
			</parameter>
{/code}

However, I think the real bug may be in the tooling that does the "trolling", as it seems to have put in the comma without an explicit argsep, in other cases.
                  
> Asterisk Wiki - Typo
> --------------------
>
>                 Key: ASTERISK-21900
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-21900
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Documentation
>    Affects Versions: 11.0.0
>            Reporter: Oliver Nauliv
>            Severity: Trivial
>
> https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Application_Read
> The syntax reads:
> Read(variablefilename&filename2[&...],maxdigits,options,attempts,timeout)
> And should read:
> Read(variable,filename&filename2[&...],maxdigits,options,attempts,timeout)
> [bug posted as requested by David M. Lee]

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list