doc: Remove obsolete CHANGES-staging directrory

This should have been removed after the last release but
was missed.

(cherry picked from commit 85fc4ce712)
This commit is contained in:
George Joseph 2023-12-15 09:59:02 -07:00 committed by Asterisk Development Team
parent 2d62f1fd05
commit 4d512e643f
3 changed files with 0 additions and 15 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.