func_evalexten: Extension evaluation function.

This adds the EVAL_EXTEN function, which may be used to retrieve
the variable-substituted data at any extension.

ASTERISK-29486

Change-Id: Iad81019689674c9f4ac77d235f5d7234adbb1432
This commit is contained in:
Naveen Albert
2021-06-21 08:49:16 -04:00
committed by Friendly Automation
parent ce7846e658
commit 6ddb0ec939
5 changed files with 219 additions and 27 deletions

View File

@@ -0,0 +1,4 @@
Subject: func_evalexten
This adds the EVAL_EXTEN function which may be
used to evaluate data at dialplan extensions.