From 85fc4ce712f611f0eb607d86f55fade33c3d0b50 Mon Sep 17 00:00:00 2001 From: George Joseph Date: Fri, 15 Dec 2023 09:59:02 -0700 Subject: [PATCH] doc: Remove obsolete CHANGES-staging directrory This should have been removed after the last release but was missed. --- doc/CHANGES-staging/app_directory_skip_call.txt | 5 ----- doc/CHANGES-staging/app_read_return_terminator.txt | 5 ----- doc/CHANGES-staging/app_senddtmf_answer.txt | 5 ----- 3 files changed, 15 deletions(-) delete mode 100644 doc/CHANGES-staging/app_directory_skip_call.txt delete mode 100644 doc/CHANGES-staging/app_read_return_terminator.txt delete mode 100644 doc/CHANGES-staging/app_senddtmf_answer.txt diff --git a/doc/CHANGES-staging/app_directory_skip_call.txt b/doc/CHANGES-staging/app_directory_skip_call.txt deleted file mode 100644 index 83687fe3f9..0000000000 --- a/doc/CHANGES-staging/app_directory_skip_call.txt +++ /dev/null @@ -1,5 +0,0 @@ -Subject: app_directory - -A new option 's' has been added to the Directory() application that -will skip calling the extension and instead set the extension as -DIRECTORY_EXTEN channel variable. diff --git a/doc/CHANGES-staging/app_read_return_terminator.txt b/doc/CHANGES-staging/app_read_return_terminator.txt deleted file mode 100644 index 2987f77ea7..0000000000 --- a/doc/CHANGES-staging/app_read_return_terminator.txt +++ /dev/null @@ -1,5 +0,0 @@ -Subject: app_read - -A new option 'e' has been added to allow Read() to return the -terminator as the dialed digits in the case where only the terminator -is entered. diff --git a/doc/CHANGES-staging/app_senddtmf_answer.txt b/doc/CHANGES-staging/app_senddtmf_answer.txt deleted file mode 100644 index 76811e3a7f..0000000000 --- a/doc/CHANGES-staging/app_senddtmf_answer.txt +++ /dev/null @@ -1,5 +0,0 @@ -Subject: app_senddtmf - -A new option has been added to SendDTMF() which will answer the -specified channel if it is not already up. If no channel is specified, -the current channel will be answered instead.