dect
/
asterisk
Archived
13
0
Fork 0

Fix various spelling and grammatical issues in documentation

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@153468 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2008-11-02 02:50:33 +00:00
parent 566af99661
commit 44147470e5
12 changed files with 15 additions and 15 deletions

View File

@ -157,7 +157,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<para> - Dialing <literal>*</literal> will stop spying and look for another channel to spy on.</para> <para> - Dialing <literal>*</literal> will stop spying and look for another channel to spy on.</para>
<para> - Dialing a series of digits followed by <literal>#</literal> builds a channel name to append <para> - Dialing a series of digits followed by <literal>#</literal> builds a channel name to append
to 'chanprefix'. For example, executing ChanSpy(Agent) and then dialing the digits '1234#' to 'chanprefix'. For example, executing ChanSpy(Agent) and then dialing the digits '1234#'
while spying will begin spying on the channel 'Agent/1234'. Note that this feature will be overriden if the 'd' option while spying will begin spying on the channel 'Agent/1234'. Note that this feature will be overridden if the 'd' option
is used</para> is used</para>
<note><para>The <replaceable>X</replaceable> option supersedes the three features above in that if a valid <note><para>The <replaceable>X</replaceable> option supersedes the three features above in that if a valid
single digit extension exists in the correct context ChanSpy will exit to it. single digit extension exists in the correct context ChanSpy will exit to it.

View File

@ -60,7 +60,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<syntax> <syntax>
<parameter name="args" required="true"> <parameter name="args" required="true">
<para>A list of parameters to pass to the pppd daemon, <para>A list of parameters to pass to the pppd daemon,
separeted by <literal>,</literal> characters.</para> separated by <literal>,</literal> characters.</para>
</parameter> </parameter>
</syntax> </syntax>
<description> <description>

View File

@ -75,7 +75,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<para>Record the page into a file (meetme option <literal>r</literal>)</para> <para>Record the page into a file (meetme option <literal>r</literal>)</para>
</option> </option>
<option name="s"> <option name="s">
<para>Only dial channel if devicestate says its <literal>notinuse</literal></para> <para>Only dial a channel if ts device state says that it is <literal>NOT_INUSE</literal></para>
</option> </option>
</optionlist> </optionlist>
</parameter> </parameter>

View File

@ -83,7 +83,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
incremented by one each time the file is recorded. incremented by one each time the file is recorded.
Use <astcli>core show file formats</astcli> to see the available formats on your system Use <astcli>core show file formats</astcli> to see the available formats on your system
User can press <literal>#</literal> to terminate the recording and continue to the next priority. User can press <literal>#</literal> to terminate the recording and continue to the next priority.
If the user hangup during a recording, all data will be lost and the application will teminate.</para> If the user hangup during a recording, all data will be lost and the application will terminate.</para>
<variablelist> <variablelist>
<variable name="RECORDED_FILE"> <variable name="RECORDED_FILE">
<para>Will be set to the final filename of the recording.</para> <para>Will be set to the final filename of the recording.</para>

View File

@ -43,7 +43,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<para>Sends an arbitrary event to the manager interface, with an optional <para>Sends an arbitrary event to the manager interface, with an optional
<replaceable>body</replaceable> representing additional arguments. The <replaceable>body</replaceable> representing additional arguments. The
<replaceable>body</replaceable> may be specified as <replaceable>body</replaceable> may be specified as
a <literal>|</literal> delimeted list of headers. Each additional a <literal>|</literal> delimited list of headers. Each additional
argument will be placed on a new line in the event. The format of the argument will be placed on a new line in the event. The format of the
event will be:</para> event will be:</para>
<para> Event: UserEvent</para> <para> Event: UserEvent</para>

View File

@ -40,7 +40,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
</synopsis> </synopsis>
<syntax> <syntax>
<parameter name="varname" required="true"> <parameter name="varname" required="true">
<para>Enviroment variable name</para> <para>Environment variable name</para>
</parameter> </parameter>
</syntax> </syntax>
<description> <description>

View File

@ -61,7 +61,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
</parameter> </parameter>
</syntax> </syntax>
<description> <description>
<para>Performs mathematicas functions based on two parameters and a operator, the returned <para>Performs mathematical functions based on two parameters and an operator. The returned
value type is <replaceable>type</replaceable></para> value type is <replaceable>type</replaceable></para>
<para>Example: Set(i=${MATH(123%16,int)}) - sets var i=11</para> <para>Example: Set(i=${MATH(123%16,int)}) - sets var i=11</para>
</description> </description>

View File

@ -60,12 +60,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
</syntax> </syntax>
<description> <description>
<para>The AGC function will apply automatic gain control to the audio on the <para>The AGC function will apply automatic gain control to the audio on the
channel that it is executed on. Using <literal>rx</literal> for audio recieved channel that it is executed on. Using <literal>rx</literal> for audio received
and <literal>tx</literal> for audio transmitted to the channel. When using this and <literal>tx</literal> for audio transmitted to the channel. When using this
function you set a target audio level. It is primarly intended for use with function you set a target audio level. It is primarily intended for use with
analog lines, but could be useful for other channels as well. The target volume analog lines, but could be useful for other channels as well. The target volume
is set with a number between <literal>1-32768</literal>. The larger the number is set with a number between <literal>1-32768</literal>. The larger the number
the louder (more gain) the channel will recieve.</para> the louder (more gain) the channel will receive.</para>
<para>Examples:</para> <para>Examples:</para>
<para>exten => 1,1,Set(AGC(rx)=8000)</para> <para>exten => 1,1,Set(AGC(rx)=8000)</para>
<para>exten => 1,2,Set(AGC(tx)=off)</para> <para>exten => 1,2,Set(AGC(tx)=off)</para>

View File

@ -149,7 +149,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<description> <description>
<para>The comma-delimited list passed as a value to which the function is set will <para>The comma-delimited list passed as a value to which the function is set will
be interpreted as a set of values to which the comma-delimited list of be interpreted as a set of values to which the comma-delimited list of
variable names in the arguement should be set.</para> variable names in the argument should be set.</para>
<para>Example: Set(ARRAY(var1,var2)=1,2) will set var1 to 1 and var2 to 2</para> <para>Example: Set(ARRAY(var1,var2)=1,2) will set var1 to 1 and var2 to 2</para>
</description> </description>
</function> </function>