Index: pbx.c =================================================================== --- pbx.c (revision 36170) +++ pbx.c (working copy) @@ -5398,6 +5398,7 @@ ast_verbose(VERBOSE_PREFIX_2 "Setting global variable '%s' to '%s'\n", name, value); newvariable = ast_var_assign(name, value); AST_LIST_INSERT_HEAD(headp, newvariable, entries); + manager_event(EVENT_FLAG_CALL, "VarSet", "Channel: %s\r\nVariable: %s\r\nValue: %s\r\nUniqueid: %s\r\n", chan ? chan->name : "(null)", name, value, chan ? chan->uniqueid : "(null)"); } if (headp == &globals)