app_directory: Add a 'skip call' option.

Adds 's' option to skip calling the extension and instead set the
extension as DIRECTORY_EXTEN channel variable.

ASTERISK-30405

Change-Id: Ib9d9db1ba5b7524594c640461b4aa8f752db8299
This commit is contained in:
Mike Bradeen
2023-01-27 13:23:59 -07:00
committed by George Joseph
parent 114630279d
commit 3b75e6d45e
2 changed files with 19 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
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.