mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
Fix application references to Background
The app is actually named "BackGround" but several references in XML documentation were spelled "Background" with the lower case "g". This was causing documentation links to return "not found" messages.
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
<para>WaitExten (application) -- wait for digits from caller, optionally play music on hold</para>
|
||||
</description>
|
||||
<see-also>
|
||||
<ref type="application">Background</ref>
|
||||
<ref type="application">BackGround</ref>
|
||||
<ref type="application">WaitExten</ref>
|
||||
<ref type="application">ControlPlayback</ref>
|
||||
<ref type="agi">stream file</ref>
|
||||
|
@@ -437,7 +437,7 @@
|
||||
of the given <replaceable>string</replaceable>. If the channel variable
|
||||
<variable>SAY_DTMF_INTERRUPT</variable> is set to 'true' (case insensitive),
|
||||
then this application will react to DTMF in the same way as
|
||||
<literal>Background</literal>.</para>
|
||||
<literal>BackGround</literal>.</para>
|
||||
</description>
|
||||
<see-also>
|
||||
<ref type="application">SayDigits</ref>
|
||||
@@ -481,7 +481,7 @@
|
||||
given <replaceable>string</replaceable>. Optionally, a <replaceable>casetype</replaceable> may be
|
||||
specified. This will be used for case-insensitive or case-sensitive pronunciations. If the channel
|
||||
variable <variable>SAY_DTMF_INTERRUPT</variable> is set to 'true' (case insensitive), then this
|
||||
application will react to DTMF in the same way as <literal>Background</literal>.</para>
|
||||
application will react to DTMF in the same way as <literal>BackGround</literal>.</para>
|
||||
</description>
|
||||
<see-also>
|
||||
<ref type="application">SayDigits</ref>
|
||||
@@ -505,7 +505,7 @@
|
||||
the given number. This will use the language that is currently set for the channel.
|
||||
If the channel variable <variable>SAY_DTMF_INTERRUPT</variable> is set to 'true'
|
||||
(case insensitive), then this application will react to DTMF in the same way as
|
||||
<literal>Background</literal>.</para>
|
||||
<literal>BackGround</literal>.</para>
|
||||
</description>
|
||||
<see-also>
|
||||
<ref type="application">SayAlpha</ref>
|
||||
@@ -529,7 +529,7 @@
|
||||
in the current language. Currently only English and US Dollars is supported.
|
||||
If the channel variable <variable>SAY_DTMF_INTERRUPT</variable> is set to 'true'
|
||||
(case insensitive), then this application will react to DTMF in the same way as
|
||||
<literal>Background</literal>.</para>
|
||||
<literal>BackGround</literal>.</para>
|
||||
</description>
|
||||
<see-also>
|
||||
<ref type="application">SayAlpha</ref>
|
||||
@@ -554,7 +554,7 @@
|
||||
specified. This will use the language that is currently set for the channel. See the CHANNEL()
|
||||
function for more information on setting the language for the channel. If the channel variable
|
||||
<variable>SAY_DTMF_INTERRUPT</variable> is set to 'true' (case insensitive), then this
|
||||
application will react to DTMF in the same way as <literal>Background</literal>.</para>
|
||||
application will react to DTMF in the same way as <literal>BackGround</literal>.</para>
|
||||
</description>
|
||||
<see-also>
|
||||
<ref type="application">SayAlpha</ref>
|
||||
@@ -580,7 +580,7 @@
|
||||
specified. This will use the language that is currently set for the channel. See the CHANNEL()
|
||||
function for more information on setting the language for the channel. If the channel variable
|
||||
<variable>SAY_DTMF_INTERRUPT</variable> is set to 'true' (case insensitive), then this
|
||||
application will react to DTMF in the same way as <literal>Background</literal>.</para>
|
||||
application will react to DTMF in the same way as <literal>BackGround</literal>.</para>
|
||||
</description>
|
||||
<see-also>
|
||||
<ref type="application">SayAlpha</ref>
|
||||
@@ -603,7 +603,7 @@
|
||||
<para>This application will play the sounds from the phonetic alphabet that correspond to the
|
||||
letters in the given <replaceable>string</replaceable>. If the channel variable
|
||||
<variable>SAY_DTMF_INTERRUPT</variable> is set to 'true' (case insensitive), then this
|
||||
application will react to DTMF in the same way as <literal>Background</literal>.</para>
|
||||
application will react to DTMF in the same way as <literal>BackGround</literal>.</para>
|
||||
</description>
|
||||
<see-also>
|
||||
<ref type="application">SayAlpha</ref>
|
||||
@@ -707,7 +707,7 @@
|
||||
<xi:include xpointer="xpointer(/docs/application[@name='Macro']/description/warning[2])" />
|
||||
</description>
|
||||
<see-also>
|
||||
<ref type="application">Background</ref>
|
||||
<ref type="application">BackGround</ref>
|
||||
<ref type="function">TIMEOUT</ref>
|
||||
</see-also>
|
||||
</application>
|
||||
|
Reference in New Issue
Block a user