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.