]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix application references to Background
authorGeorge Joseph <gjoseph@sangoma.com>
Fri, 20 Sep 2024 13:47:53 +0000 (07:47 -0600)
committerGeorge Joseph <gjoseph@sangoma.com>
Wed, 25 Sep 2024 16:32:26 +0000 (16:32 +0000)
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.

apps/app_playback.c
main/pbx_builtins.c

index 56e74ac5e89c253c85675730e83275639595fc49..0986be4e02dcc25a8f892cc5207eda04895fe231 100644 (file)
@@ -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>
index afe9418ef7079096ff7dda2349ef1cedc03f5910..6c1499a7b4f90ecdc0ab4fc451c66042e658c30d 100644 (file)
                        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>
                        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>
                        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>
                        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>
                        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>
                        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>
                        <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>
                        <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>