[Home]

Summary:ASTERISK-18168: WIkibot not respecting argsep parameter in parameter tags.
Reporter:Malcolm Davenport (mdavenport)Labels:
Date Opened:2011-07-22 09:44:15Date Closed:2012-04-04 08:30:19
Priority:MinorRegression?
Status:Closed/CompleteComponents:Documentation
Versions:Frequency of
Occurrence
Constant
Related
Issues:
Environment:Attachments:
Description:See:
https://wiki.asterisk.org/wiki/display/AST/Application_Record

Reports:
Syntax
Record(filenameformat[,silence[,maxduration[,options]]])

Should be:
Syntax
Record(filename.format[,silence[,maxduration[,options]]])

Seems like Wikibot isn't respecting the argsep from:

<parameter name="filename" required="true" argsep=".">
                               <argument name="filename" required="true" />
                               <argument name="format" required="true">
                                       <para>Is the format of the file type to be recorded (wav, gsm, etc).</para>
                               </argument>

in the app_record.c source file.
Comments:By: Kinsey Moore (kmoore) 2012-04-04 08:30:19.968-0500

The fix has been pushed to the wikibot repo.