From eda57823bec87168ada9b32200613a63e7e13a2b Mon Sep 17 00:00:00 2001 From: George Joseph Date: Fri, 20 Sep 2024 07:47:53 -0600 Subject: [PATCH] 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 48acf00eaba88ee039b47f21ee9636b116d37341) --- apps/app_playback.c | 2 +- main/pbx_builtins.c | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/apps/app_playback.c b/apps/app_playback.c index 8b83f53a04..6b93b035e2 100644 --- a/apps/app_playback.c +++ b/apps/app_playback.c @@ -94,7 +94,7 @@ WaitExten (application) -- wait for digits from caller, optionally play music on hold - Background + BackGround WaitExten ControlPlayback stream file diff --git a/main/pbx_builtins.c b/main/pbx_builtins.c index fd77843643..a071c4b76c 100644 --- a/main/pbx_builtins.c +++ b/main/pbx_builtins.c @@ -435,7 +435,7 @@ of the given string. If the channel variable SAY_DTMF_INTERRUPT is set to 'true' (case insensitive), then this application will react to DTMF in the same way as - Background. + BackGround. SayDigits @@ -479,7 +479,7 @@ given string. Optionally, a casetype may be specified. This will be used for case-insensitive or case-sensitive pronunciations. If the channel variable SAY_DTMF_INTERRUPT is set to 'true' (case insensitive), then this - application will react to DTMF in the same way as Background. + application will react to DTMF in the same way as BackGround. SayDigits @@ -503,7 +503,7 @@ the given number. This will use the language that is currently set for the channel. If the channel variable SAY_DTMF_INTERRUPT is set to 'true' (case insensitive), then this application will react to DTMF in the same way as - Background. + BackGround. SayAlpha @@ -527,7 +527,7 @@ in the current language. Currently only English and US Dollars is supported. If the channel variable SAY_DTMF_INTERRUPT is set to 'true' (case insensitive), then this application will react to DTMF in the same way as - Background. + BackGround. SayAlpha @@ -552,7 +552,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 SAY_DTMF_INTERRUPT is set to 'true' (case insensitive), then this - application will react to DTMF in the same way as Background. + application will react to DTMF in the same way as BackGround. SayAlpha @@ -578,7 +578,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 SAY_DTMF_INTERRUPT is set to 'true' (case insensitive), then this - application will react to DTMF in the same way as Background. + application will react to DTMF in the same way as BackGround. SayAlpha @@ -601,7 +601,7 @@ This application will play the sounds from the phonetic alphabet that correspond to the letters in the given string. If the channel variable SAY_DTMF_INTERRUPT is set to 'true' (case insensitive), then this - application will react to DTMF in the same way as Background. + application will react to DTMF in the same way as BackGround. SayAlpha @@ -692,7 +692,7 @@ of seconds. - Background + BackGround TIMEOUT -- 2.47.2