pbx_builtins: Remove deprecated and defunct functionality.

This removes the ImportVar and SetAMAFlags applications
which have been deprecated since Asterisk 12, but were
never removed previously.

Additionally, it removes remnants of defunct options
that themselves were removed years ago.

ASTERISK-30335 #close

Change-Id: I749520c7b08d4c9d5eebbf640d4fbc81950eda8d
This commit is contained in:
Naveen Albert
2022-11-29 21:44:28 +00:00
committed by Friendly Automation
parent 1adefb886a
commit f86d2a211c
2 changed files with 7 additions and 110 deletions

View File

@@ -0,0 +1,5 @@
Subject: pbx_builtins
Master-Only: True
The previously deprecated ImportVar and SetAMAFlags
applications have now been removed.