]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
doc: Remove obsolete CHANGES-staging directrory
authorGeorge Joseph <gjoseph@sangoma.com>
Fri, 15 Dec 2023 16:59:02 +0000 (09:59 -0700)
committerAsterisk Development Team <asteriskteam@digium.com>
Wed, 21 Feb 2024 13:35:03 +0000 (13:35 +0000)
This should have been removed after the last release but
was missed.

(cherry picked from commit 85fc4ce712f611f0eb607d86f55fade33c3d0b50)

doc/CHANGES-staging/app_directory_skip_call.txt [deleted file]
doc/CHANGES-staging/app_read_return_terminator.txt [deleted file]
doc/CHANGES-staging/app_senddtmf_answer.txt [deleted file]

diff --git a/doc/CHANGES-staging/app_directory_skip_call.txt b/doc/CHANGES-staging/app_directory_skip_call.txt
deleted file mode 100644 (file)
index 83687fe..0000000
+++ /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 (file)
index 2987f77..0000000
+++ /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 (file)
index 76811e3..0000000
+++ /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.