]> git.ipfire.org Git - thirdparty/asterisk.git/commit
func_evalexten: Extension evaluation function.
authorNaveen Albert <asterisk@phreaknet.org>
Mon, 21 Jun 2021 12:49:16 +0000 (08:49 -0400)
committerGeorge Joseph <gjoseph@digium.com>
Wed, 27 Apr 2022 08:29:54 +0000 (03:29 -0500)
commit942db8c58d432f005121c1646c0d4fa6382654c2
tree8da2d7e8641a3024032af026f99f2eb02391f82c
parentbbc27f835ba4674e9a51f4bbca2dc59b0b11db65
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
doc/CHANGES-staging/func_evalexten.txt [new file with mode: 0644]
funcs/func_evalexten.c [new file with mode: 0644]
include/asterisk/pbx.h
main/pbx.c
main/pbx_variables.c