mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Allow setqueuevar=yes (et al) to work, after changes to pbx_builtin_setvar()
(closes issue #12490) Reported by: bcnit Patches: 12490-queuevars-3.diff uploaded by qwell (license 4) Tested by: qwell git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@114540 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -837,6 +837,7 @@ void pbx_builtin_clear_globals(void);
|
||||
* \note Will lock the channel.
|
||||
*/
|
||||
int pbx_builtin_setvar(struct ast_channel *chan, void *data);
|
||||
int pbx_builtin_setvar_multiple(struct ast_channel *chan, void *data);
|
||||
|
||||
int pbx_builtin_raise_exception(struct ast_channel *chan, void *data);
|
||||
|
||||
|
Reference in New Issue
Block a user