[svn-commits] lmadsen: branch 1.6.1 r254448 - in /branches/1.6.1: ./ res/res_agi.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Thu Mar 25 10:22:13 CDT 2010
Author: lmadsen
Date: Thu Mar 25 10:22:09 2010
New Revision: 254448
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=254448
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.1/ (props changed)
branches/1.6.1/res/res_agi.c
Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.1/res/res_agi.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.1/res/res_agi.c?view=diff&rev=254448&r1=254447&r2=254448
==============================================================================
--- branches/1.6.1/res/res_agi.c (original)
+++ branches/1.6.1/res/res_agi.c Thu Mar 25 10:22:09 2010
@@ -1758,7 +1758,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