mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 11:06:31 +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.
(cherry picked from commit db94ec50f9
)
This commit is contained in:
committed by
Asterisk Development Team
parent
549fe6062e
commit
ac5e2e7676
@@ -94,7 +94,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>
|
||||
|
@@ -459,7 +459,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>
|
||||
@@ -503,7 +503,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>
|
||||
@@ -527,7 +527,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>
|
||||
@@ -551,7 +551,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>
|
||||
@@ -576,7 +576,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>
|
||||
@@ -602,7 +602,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>
|
||||
@@ -625,7 +625,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>
|
||||
@@ -733,7 +733,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