From: George Joseph Date: Fri, 15 Dec 2023 16:59:02 +0000 (-0700) Subject: doc: Remove obsolete CHANGES-staging directrory X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=85fc4ce712f611f0eb607d86f55fade33c3d0b50;p=thirdparty%2Fasterisk.git doc: Remove obsolete CHANGES-staging directrory This should have been removed after the last release but was missed. --- 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.