]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pbx.c: Allow dangerous functions when adding a hint to dialplan. 68/3368/1
authorRichard Mudgett <rmudgett@digium.com>
Wed, 27 Jul 2016 22:17:53 +0000 (17:17 -0500)
committerRichard Mudgett <rmudgett@digium.com>
Thu, 28 Jul 2016 18:56:23 +0000 (13:56 -0500)
commit6c332e1dd7e2dade0b79a3675cabf7a11687d92b
tree9b6f7758add77a3856ecf3f2df7480fd4027e5f6
parent6e2976002d8b7d22e232a760d82cfc7d52727ec7
pbx.c: Allow dangerous functions when adding a hint to dialplan.

We can allow dangerous functions when adding a hint since altering
dialplan is itself a privileged activity.  Otherwise, we could never
execute dangerous functions.

ASTERISK-25996 #close
Reported by: Andrew Nagy

Change-Id: I4929ff100ad1200a0198262d069a34f2296e77ba
include/asterisk/pbx.h
main/pbx.c