From 7940aa5a61027ebdfffdd9ad51be61b031547788 Mon Sep 17 00:00:00 2001 From: russell Date: Sat, 1 Jul 2006 14:42:42 +0000 Subject: fix the parsing of options in the FILTER function to match the documentation. (issue #7465) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36504 f38db490-d61c-443f-a65b-d21fe96a405b --- funcs/func_strings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'funcs') diff --git a/funcs/func_strings.c b/funcs/func_strings.c index dff1779c4..9b7900e81 100644 --- a/funcs/func_strings.c +++ b/funcs/func_strings.c @@ -81,7 +81,7 @@ static int filter(struct ast_channel *chan, char *cmd, char *parse, char *buf, ); char *outbuf = buf; - AST_STANDARD_APP_ARGS(args, parse); + AST_NONSTANDARD_APP_ARGS(args, parse, ','); if (!args.string) { ast_log(LOG_ERROR, "Usage: FILTER(,)\n"); -- cgit v1.2.3