From 55b1ee298e926c594f45456e5afbc25c79e3889b Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Mon, 23 Jul 2007 19:51:41 +0000 Subject: Merge the dialplan_aesthetics branch. Most of this patch simply converts applications using old methods of parsing arguments to using the standard macros. However, the big change is that the really old way of specifying application and arguments separated by a comma will no longer work (e.g. NoOp,foo|bar). Instead, the way that has been recommended since long before 1.0 will become the only method available (e.g. NoOp(foo,bar). git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@76703 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- funcs/func_vmcount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'funcs/func_vmcount.c') diff --git a/funcs/func_vmcount.c b/funcs/func_vmcount.c index 8183b8c74..0e6cfef1e 100644 --- a/funcs/func_vmcount.c +++ b/funcs/func_vmcount.c @@ -76,7 +76,7 @@ static int acf_vmcount_exec(struct ast_channel *chan, const char *cmd, char *arg struct ast_custom_function acf_vmcount = { .name = "VMCOUNT", .synopsis = "Counts the voicemail in a specified mailbox", - .syntax = "VMCOUNT(vmbox[@context][|folder])", + .syntax = "VMCOUNT(vmbox[@context][,folder])", .desc = " context - defaults to \"default\"\n" " folder - defaults to \"INBOX\"\n", -- cgit v1.2.3