aboutsummaryrefslogtreecommitdiffstats
path: root/say.c
diff options
context:
space:
mode:
Diffstat (limited to 'say.c')
-rwxr-xr-xsay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/say.c b/say.c
index 68f01dafa..bc81cb3d0 100755
--- a/say.c
+++ b/say.c
@@ -166,7 +166,7 @@ int ast_say_number(struct ast_channel *chan, int num, char *ints, char *language
}
/* Default to english */
- return(ast_say_number_full_en(chan, num, ints, language, NULL, NULL));
+ return(ast_say_number_full_en(chan, num, ints, language, -1, -1));
}
/*--- ast_say_number_full_en: English syntax */