From 40a3aabbf197621beca34638e7ee2a764835166b Mon Sep 17 00:00:00 2001 From: tilghman Date: Thu, 10 Jan 2008 00:12:35 +0000 Subject: Several manager changes: 1) Add the Dialplan class, for NewExten and VarSet events, which should cut down on the volume of traffic in the Call class. 2) Permit some commands to be run from multiple classes, such as allowing DBGet to be run from either the System or the Reporting class. 3) Heavily document each class in the sample config, as there were several that made no sense to be in the write= line, and two that made no sense to be in the read= line (since they controlled no permissions there). (Closes issue #10386) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@97651 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_stack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/app_stack.c') diff --git a/apps/app_stack.c b/apps/app_stack.c index 341b4c1d9..7f53aff15 100644 --- a/apps/app_stack.c +++ b/apps/app_stack.c @@ -100,7 +100,7 @@ static int frame_set_var(struct ast_channel *chan, struct gosub_stack_frame *fra } else pbx_builtin_setvar_helper(chan, var, value); - manager_event(EVENT_FLAG_CALL, "VarSet", + manager_event(EVENT_FLAG_DIALPLAN, "VarSet", "Channel: %s\r\n" "Variable: LOCAL(%s)\r\n" "Value: %s\r\n" -- cgit v1.2.3