[svn-commits] lmadsen: branch 1.6.2 r254447 - in /branches/1.6.2: ./ res/res_agi.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Thu Mar 25 10:21:55 CDT 2010
Author: lmadsen
Date: Thu Mar 25 10:21:51 2010
New Revision: 254447
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=254447
Log:
Merged revisions 254446 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r254446 | lmadsen | 2010-03-25 10:21:26 -0500 (Thu, 25 Mar 2010) | 9 lines
handle_speechset has 4 arguments.
Update code to reflect that handle_speechset has 4 arguments.
(closes issue #17093)
Reported by: gpatri
Patches:
res_agi.patch uploaded by gpatri (license 1014)
Tested by: pabelanger, mmichelson
........
Modified:
branches/1.6.2/ (props changed)
branches/1.6.2/res/res_agi.c
Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.2/res/res_agi.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/res/res_agi.c?view=diff&rev=254447&r1=254446&r2=254447
==============================================================================
--- branches/1.6.2/res/res_agi.c (original)
+++ branches/1.6.2/res/res_agi.c Thu Mar 25 10:21:51 2010
@@ -2015,7 +2015,7 @@
static int handle_speechset(struct ast_channel *chan, AGI *agi, int argc, char **argv)
{
/* Check for minimum arguments */
- if (argc != 3)
+ if (argc != 4)
return RESULT_SHOWUSAGE;
/* Check to make sure speech structure exists */
More information about the svn-commits
mailing list