mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Fix misspelling of macro args.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@266092 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -7882,7 +7882,7 @@ int ast_channel_connected_line_macro(struct ast_channel *autoservice_chan, struc
|
||||
? "CONNECTED_LINE_CALLER_SEND_MACRO" : "CONNECTED_LINE_CALLEE_SEND_MACRO");
|
||||
macro = ast_strdupa(S_OR(macro, ""));
|
||||
macro_args = pbx_builtin_getvar_helper(macro_chan, is_caller
|
||||
? "CONNECTED_LINE_CALLER_SEND_MACRO_ARSG" : "CONNECTED_LINE_CALLEE_SEND_MACRO_ARGS");
|
||||
? "CONNECTED_LINE_CALLER_SEND_MACRO_ARGS" : "CONNECTED_LINE_CALLEE_SEND_MACRO_ARGS");
|
||||
macro_args = ast_strdupa(S_OR(macro_args, ""));
|
||||
ast_channel_unlock(macro_chan);
|
||||
|
||||
|
Reference in New Issue
Block a user