aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-25 15:21:51 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-25 15:21:51 +0000
commit54ddbb9885d6457eb158c6ed526dce20c3e04c7d (patch)
tree3d203fe3dbcd275a2723faa3ca7ee06d9c458836
parent197e4fab737c3d243082225ed2a2c9c378cfb919 (diff)
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 ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@254447 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--res/res_agi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_agi.c b/res/res_agi.c
index 495602baa..2143e5ff4 100644
--- a/res/res_agi.c
+++ b/res/res_agi.c
@@ -2015,7 +2015,7 @@ static int handle_speechcreate(struct ast_channel *chan, AGI *agi, int argc, cha
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 */