res_agi: Evaluate dialplan functions and variables in agi exec if enabled

Agi commnad exec can now evaluate dialplan functions and
variables if variable AGIEXECFULL is set to yes. this can
be useful when executing Playback or Read from agi.

ASTERISK-30058 #close

Change-Id: I669991f540496e7bddd096fec82b52c083036832
This commit is contained in:
Shloime Rosenblum
2022-05-11 15:48:43 -04:00
parent a6c7524e0d
commit 7dcea19ce8
2 changed files with 25 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
Subject: res_agi
Agi command 'exec' can now be enabled
to evaluate dialplan functions and variables
by setting the variable AGIEXECFULL to yes.