fix the parsing of options in the FILTER function to match the documentation.

(issue #7465)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@36504 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant 2006-07-01 14:42:42 +00:00
parent f54bef6dff
commit df2223416d
1 changed files with 1 additions and 1 deletions

View File

@ -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(<allowed-chars>,<string>)\n");