]> 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)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 14 Nov 2024 20:01:34 +0000 (20:01 +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.

(cherry picked from commit 48acf00eaba88ee039b47f21ee9636b116d37341)

apps/app_playback.c
main/pbx_builtins.c

index 8b83f53a04c8e81f579fcd736cf5e197e3fa6186..6b93b035e2205c763b1deda5c54ea522795be5b3 100644 (file)
@@ -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>
index fd778436434c7f7fab82dbba691ac2e19b8dcde9..a071c4b76cd4281d25b285c693c2ed3f97b88e68 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>
                        of <replaceable>seconds</replaceable>.</para>
                </description>
                <see-also>
-                       <ref type="application">Background</ref>
+                       <ref type="application">BackGround</ref>
                        <ref type="function">TIMEOUT</ref>
                </see-also>
        </application>