aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_agi.c
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-25 15:21:26 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-25 15:21:26 +0000
commit63374e809f387000b500b373afecb6f6a337092d (patch)
tree1abb641591ef43918c75088e8142d967f93a0079 /res/res_agi.c
parent5b30493cd47ab1665d94a9c8ad7dd88cd08f9625 (diff)
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/trunk@254446 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res/res_agi.c')
-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 6113c7a3c..cf1679daf 100644
--- a/res/res_agi.c
+++ b/res/res_agi.c
@@ -2661,7 +2661,7 @@ static int handle_speechcreate(struct ast_channel *chan, AGI *agi, int argc, con
static int handle_speechset(struct ast_channel *chan, AGI *agi, int argc, const char * const argv[])
{
/* Check for minimum arguments */
- if (argc != 3)
+ if (argc != 4)
return RESULT_SHOWUSAGE;
/* Check to make sure speech structure exists */