[asterisk-commits] mmichelson: branch 1.6.2 r190625 - in /branches/1.6.2: ./ apps/app_queue.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Apr 27 11:28:10 CDT 2009
Author: mmichelson
Date: Mon Apr 27 11:28:07 2009
New Revision: 190625
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=190625
Log:
Merged revisions 190622 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r190622 | mmichelson | 2009-04-27 11:26:14 -0500 (Mon, 27 Apr 2009) | 3 lines
Update warning message to not have pipes and contain all options.
........
Modified:
branches/1.6.2/ (props changed)
branches/1.6.2/apps/app_queue.c
Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.2/apps/app_queue.c
URL: http://svn.digium.com/svn-view/asterisk/branches/1.6.2/apps/app_queue.c?view=diff&rev=190625&r1=190624&r2=190625
==============================================================================
--- branches/1.6.2/apps/app_queue.c (original)
+++ branches/1.6.2/apps/app_queue.c Mon Apr 27 11:28:07 2009
@@ -4945,7 +4945,7 @@
struct queue_ent qe;
if (ast_strlen_zero(data)) {
- ast_log(LOG_WARNING, "Queue requires an argument: queuename[|options[|URL[|announceoverride[|timeout[|agi]]]]]\n");
+ ast_log(LOG_WARNING, "Queue requires an argument: queuename[,options[,URL[,announceoverride[,timeout[,agi[,macro[,gosub[,rule]]]]]]]]\n");
return -1;
}
More information about the asterisk-commits
mailing list