[asterisk-dev] [svn-commits] tilghman: trunk r165397 - /trunk/apps/app_record.c
Mark Michelson
mmichelson at digium.com
Thu Dec 18 10:51:34 CST 2008
SVN commits to the Digium repositories wrote:
> Author: tilghman
> Date: Wed Dec 17 17:39:48 2008
> New Revision: 165397
>
> URL: http://svn.digium.com/view/asterisk?view=rev&rev=165397
> Log:
> Add RECORD_STATUS variable, as requested on the -users list.
> Patch by me (license 14)
>
> Modified:
> trunk/apps/app_record.c
>
> Modified: trunk/apps/app_record.c
> URL: http://svn.digium.com/view/asterisk/trunk/apps/app_record.c?view=diff&rev=165397&r1=165396&r2=165397
> ==============================================================================
> --- trunk/apps/app_record.c (original)
> +++ trunk/apps/app_record.c Wed Dec 17 17:39:48 2008
> @@ -87,6 +87,15 @@
> <variablelist>
> <variable name="RECORDED_FILE">
> <para>Will be set to the final filename of the recording.</para>
> + </variable>
> + <variable name="RECORD_STATUS">
> + <para>This is the final status of the command</para>
> + <value name="DTMF"><para>A terminating DTMF was received ('#' or '*', depending upon option 't')</para></value>
When referring to literal characters like '#' and '*', you should use the
<literal> xml tag.
Also, as a question to those who wrote appdocsxml, is there a way to refer to a
previously defined option? This line makes reference to the 't' option of
app_record, and I'm wondering if there is a tag that can be used to refer to it
instead of placing it in single-quotes like this.
Mark Michelson
More information about the asterisk-dev
mailing list