res/ari/resource_channels: Fix compilation issue

Forgot a parameter. Whoops.


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@421312 65c4cc65-6c06-0410-ace0-fbb531ad65f3
changes/97/197/1
Matthew Jordan 11 years ago
parent a6cf7b53da
commit 7eef81c370

@ -965,7 +965,8 @@ void ast_ari_channels_get_channel_var(struct ast_variable *headers,
if (args->variable[strlen(args->variable) - 1] == ')') {
if (ast_func_read2(channel, args->variable, &value, 0)) {
ast_ari_response_error(
response, 500, "Unable to read provided function");
response, 500, "Error With Function",
"Unable to read provided function");
return;
}
} else {

Loading…
Cancel
Save